phoenix:
--------------------------------------------------------------------------------
Hello,

thx for the update - a great editor. :)

One thing I found out in the codeexplorer. If you write your css-code like
this:

#example1,
#example2,
#example3
{
}

the codeexpl. will show you:

- #example3 (...nothing more)

If you write it like this:

#example1, #example2, #example3
{
}

all ID's are visible in the codeexpl.

Bug or Feature?

-- 
phoenix0107
--------------------------------------------------------------------------------


it's given by desing. Code explorer parse line by line. It doesn't handle all
possible variants of code.

-- 
<http://forum.pspad.com/read.php?6,34450,35081>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem