Is it possible to disable code folding? I've searched the forum & couldn't find an answer. Code folding is one of the first things I turn off in an IDE. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is code folded by default, then, or perhaps the folding state saved in the session? I don't think it is, but I don't use it anyway.
You can undo all folding by pressing ALT+SHIFT+0, Unfold All in the View menu.
You can change the shortcut, if you like, by using the Shortcut Mapper in the Settings Menu.
Perhaps it would be nice if the folder margin could also be hidden, resulting in always all lines of code being shown automatically. It would create a little more space like hiding the line number margin does.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sure. Actually there is a synthetic macro to hide it, but switching documents will show it again. Searching for "fold margin" will reveal it, either in Open discussion or here.
Please make the request on IdeaTorrent. It has come up on the forums at various times, but not as formally. Wouldn't be terribly difficult to do anyway. Yet another checkbox in Preferences.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to disable code folding? I've searched the forum & couldn't find an answer. Code folding is one of the first things I turn off in an IDE. Thanks.
Is code folded by default, then, or perhaps the folding state saved in the session? I don't think it is, but I don't use it anyway.
You can undo all folding by pressing ALT+SHIFT+0, Unfold All in the View menu.
You can change the shortcut, if you like, by using the Shortcut Mapper in the Settings Menu.
Perhaps it would be nice if the folder margin could also be hidden, resulting in always all lines of code being shown automatically. It would create a little more space like hiding the line number margin does.
So the answer to martinog is that the code folding margin can't be disabled? In that case, perhaps it can be placed on the wish list?
Sure. Actually there is a synthetic macro to hide it, but switching documents will show it again. Searching for "fold margin" will reveal it, either in Open discussion or here.
Please make the request on IdeaTorrent. It has come up on the forums at various times, but not as formally. Wouldn't be terribly difficult to do anyway. Yet another checkbox in Preferences.
CChris
Indeed turning off code folding is desirable.