visualfc / liteide

LiteIDE is a simple, open source, cross-platform Go IDE.
GNU Lesser General Public License v2.1
7.6k stars 971 forks source link

Code collapsing issue #771

Open cassandraMetro opened 7 years ago

cassandraMetro commented 7 years ago

Hello, liteide supports "folding" parts of the code (i.e. functions, if's, switch statements,...) by clicking on the small triangle in the left column (near the line numbers). But very often all collapsed parts get unfolded so I have to collapse them again. Could you please have a look on it? Thank you !

Using liteide X31; fakevim is activated.

Thank you! Axel

cassandraMetro commented 7 years ago

Hello, I've found out some more info on that issue. Issue is present in normal mode and fakevim mode.

Steps to reproduce:

If you are working on a large file with 20 collapsed functions and all of them are un-collapsed just because you edit one line. It takes you 2 minutes to collapse all functions again...

Hope it helps :-)

Axel