new html editor

From: Mike Schrag (mschra..dimension.com)
Date: Mon Apr 30 2007 - 07:22:48 EDT

  • Next message: Kieran Kelleher: "Stopping Timeout in Debug"

    I just committed a new html editor to wolips. It's based on the
    Amateras EclipseHTMLEditor plugin, which was a pretty decent base,
    easy to extend, and the code was good. To that base, I added a bunch
    of wo-specific features + css completion. The previous version of
    wolips has become the new "stable" build (since this will likely have
    some kinks to be worked out).

    The list of new features includes:

    * html editor understands webobject tags (no more funky warnings)
    * html editor understands wo:inline tags
    * html editor colorizes $bindings and ~ognl bindings
    * html editor validates webobject names
    * html editor validates wo:classNames
    * html editor validates attributes (required, etc)
    * html editor validates inline $bindings
    * html editor validates crappy html (this is the biggest potential
    for annoyance right now, but it's really useful and revealed a bunch
    of problems in my html)
    * html editor completion on webobject names in <webobject> tags
    * html editor completion on wo:classNames
    * html editor completion on wo: binding names
    * html editor completion on wo: $bindings
    * html editor supports custom wo:shortcuts for completion and
    validation (see WOLips prefs)
    * wod editor hyperlink support on element names (cmd-click on element
    names to open java file)
    * wod/html editor validates binding references in "~ognl
    bindings" (no completion just yet)
    * extra control to turn on/off wod/html binding errors on missing
    bindings on a class that implements NSKeyValueCoding (like if you do
    nsarray.something, which would be valid, but the validator could
    never know)

    ms



    This archive was generated by hypermail 2.0.0 : Mon Apr 30 2007 - 07:23:22 EDT