53
12
My question is pretty straight-forward, is there a way in Notepad++ to expand and collapse blocks with keyboard shortcut? I already know about the alt+0
and alt+shift+0
to expand / collapse all blocks but i want to achieve this for a single block.
The behavior i want to reproduce is when you click the little +/- symbol near a code or xml block but with keyboard only.
6
The shortcut alt+0 for fold all and alt+shift+0 for unfold all. http://superuser.com/questions/436023/how-to-expand-collapse-all-blocks-of-ruby-code-in-notepad
– Mhmd – 2015-06-07T05:32:35.340This answer is not true if you didn't select any Language from Editor and you are working with simple .txt file text blocks. – user806202 – 2019-06-16T10:53:02.323
expansion is not working for me (.py file) – joey baruch – 2019-12-02T02:55:43.903
@joeybaruch it is working for me for .py file and I'm using v7.8.1 (64-bit). maybe you should update yours. – Soosh – 2019-12-07T10:42:27.823