[oXygen-user] CSS editor could create class, comments empty bodies

Hedley Finger
Mon Sep 1 20:44:00 CDT 2008


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" <>





More information about the oXygen-user mailing list