Hello Jan,

can you please add an option, or make it the default, to reformat the css
selectors into one line?

/* old: */
#mainnav li li a:focus, #mainnav li li a:active, #mainnav li li a:hover,
#mainnav li li a.trail, #mainnav li li span {
  background: #e3e3e3;
  color: #666;
}
/* new: */
#mainnav li li a:focus,
#mainnav li li a:active,
#mainnav li li a:hover,
#mainnav li li a.trail,
#mainnav li li span {
  background: #e3e3e3;
  color: #666;
}

I think this is the default code styling for css and much more comfortable to
read. Meanwhile we're using thinks like :first-child:before:hover e.g. and code
becomes more unclear when selectors are in one line.

The last years I used the css reformat very often and always correct the
oneliner to multiple lines manualy.

Andreas
ps Sorry, your RTE "code" option does not support indentation with spaces (used
on property lines).

-- 
<http://forum.pspad.com/read.php?2,62261,62261>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem