'Undo' problem with folding

This forum should be used for all code folding problems, questions or suggestions. You can also use this forum to request folding support for a new language.
Post Reply
msek
Posts: 9
Joined: Fri Feb 23, 2007 8:30 am

'Undo' problem with folding

Post by msek »

There is not expected behavior of 'Undo' when (e.g. by chance) one make a change in folded code - at the first line of block followed by {...}. Such change is automatically applied to every folded line. This is not nice but somehow understandable (wrong step - not nice consequences :oops:). The problem comes when to undo such accidental change before unfolding the block :shock:. 'Undo' works then like there were no folded code, changing the following lines. More, there is no possibility to 'Redo' the 'Undo' :cry:. Easy way to loose some text :x.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This will be fixed in the next Zeus patch due out shortly.

The code will be changed to make the folded lines read only so that they can not be changed accidentally ;)

Cheers Jussi
Post Reply