[oXygen-user] CSS editor could persist parameter drop-down

Hedley Finger
Mon Sep 1 21:10:03 CDT 2008


The CSS editor when you type the : (colon) at the end of a property name 
currently drops down a list of possible keywords or parameters.  If you 
like neat code like me, as soon as you insert a space after the colon, 
the drop-down disappears.  I hate cramped code, like ...

     .aClass {
         display:inline
     }

... and prefer it like this:

     .aClass {
         display: inline
     }

Could the drop-down persist until either (a) you select an option from 
the list, (b) start typing a non-whitespace character, e.g. beginning a 
value, or (c) until you type the ; (semi-colon) or } (right brace) that 
ends the line?

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