Is there any thought to adding nested comments support?

I am another Progress/Openedge developer and the language does (sort of) use
nested comments. 

The main problem it causes in the editor for me is when I comment out code that
has a comment, like this

/* This code will update a record */
order.shipped = TRUE.

So I want to temporarily comment this code out and work with it, kind of like
this

/* Comment out update for now
/* This code will update a record */
order.shipped = TRUE.
*/

So the multi-line comment includes the commented code, but the user highlighter
will show the "order.shipped = TRUE" line as regular code instead of continuing
the comment color until the matching comment character is reached. So I'm
looking at code that isn't actually being executed, but the highlighting would
make me think that it is being executed.

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

Odpovedet emailem