It would be nice, when typing in a class declaration, if the CSS editor completed an empty class body with a } (right brace} on typing the { (left brace), and left the cursor indented on the empty second line, e.g.

    .aClass {
        |                       // This is the indented cursor
    }

OR, if the option were set in Preferences,

    .aClass
    {
        |
    }

Same with comments; typing "/* " (note space) produces  an inline comment

    some text here /* | */ some more text

If you typed "/** " on a new line (or if indented, only preceded by whitespace), this would produce a block comment body,

    /**
      * |
      */

It would also be nice, that if you pressed Enter in a block comment, the * (asterisk) were inserted automatically,

    /**
      *  Some comment text
      * |
      */

Regards,
Hedley



--

Hedley Finger

28 Regent Street   Camberwell VIC 3124   Australia
Tel. +61 3 9809 1229   Fax. (call phone first)
Mob. (cell) +61 412 461 558
Email. "Hedley Finger" <[EMAIL PROTECTED]>


_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to