Re: WOD Editor // Line Comments

From: Mike Schrag (mschra..dimension.com)
Date: Tue Sep 20 2005 - 08:32:08 EDT

  • Next message: Mike Schrag: "Re: WOD Editor // Line Comments"

    Ah hah .. I always wondered if there was a standard for comments in
    wod files as I was writing the parser. I'll definitely add support
    for this, but it might take a little bit (trying to think whether
    this will be hard or not :) ). You can always turn off wod
    validation in Prefs=>WOLips=>Build until they are supported.

    On Sep 20, 2005, at 6:25 AM, Peter Witzel wrote:

    > With great fun I just tested the latest nightly build of WOLips
    > with our bunch of WO5.2/WOLips1.1.0.102 projects. I'm really fond
    > of the new component editor! But there's one request arising
    > concerning WOD file syntax. Our developers are using java-like line
    > comments in wod files for documentation and debugging. That seems
    > to totally confuse the new WOLips WOD parser. An example:
    >
    > MainForm1: WOForm {
    > action = contextAction;
    > // we can't do this: there's a request parser bug that makes us
    > loose user input!
    > // enctype = "multipart/form-data";
    > multipleSubmit = true;
    > onsubmit= "return setHiddenFields();";
    > }
    > (that's one of hundreds!)
    >
    > The WO template/plist parser can handle line comments but the
    > WOLips component editor is going berzerk. This shouldn't be to hard
    > to handle, is it? :)
    >
    > Keep up the good work!
    >
    > Regards,
    > Peter
    >
    >



    This archive was generated by hypermail 2.0.0 : Tue Sep 20 2005 - 08:32:29 EDT