WOComponent Editor Suggestions

From: Greg (ghuland..ramedphotographics.com)
Date: Tue Sep 13 2005 - 21:13:23 EDT

  • Next message: Greg: "Cannot Checkout with Project Set"

    Hi Mike,
    Just a couple of suggestions on the component editor.

    1. It would be good to have the errors in the wod to appear on the
    right hand side of the scroll bar, like in the java editor.
    2. If an element is defined in the wod, but not used in the html
    file, I think it should be a warning and not a "problem".
    3. The parser can't handle this layout:

    myString : WOString
    {
         value = "hello";
    }

    but likes

    myString : WOString {
         value = "hello";
    }

    Coming from WOBuilder, I had the preference set like the first one,
    but am changing all my new components to the second layout so it
    doesn't complain.

    4. Also the parser seems to require a new line in between elements

    myString : WOString {
         value = "hello";
    }
    myString2 : WOString {
         value = "hello";
    }

    myString : WOString {
         value = "hello";
    }

    myString2 : WOString {
         value = "hello";
    }

    5. When you mouse over the error on the left hand side, it doesn't
    display a tooltip like in the java editor.

    Keep up the good work.

    Greg



    This archive was generated by hypermail 2.0.0 : Wed Sep 14 2005 - 19:23:25 EDT