When editing a large file, I like to collapse code fragments using the + symbols in Notepad++'s sidebar. However, the code is completely unfolded when I close and reopen a file.
Is there a way to store the state of folding in a file?
|
feedback
|
|
Partial answer (saves and restores the entire set of tabs, not just the current file): File > Save Session... | |||
|
feedback
|
|
As of now/ver6.0 it's not possible to do so. You may write your own plugin for that if you have knowledge of C/C++. Alternatively you can close entire window, doing so will save the current session. Next time when you will open Notepad++ then you will find the files you were working on. | |||||
feedback
|