Is it possible to undo this default behavior for the variables section, so it is always visible?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to Fold up Code in Editor
Collapse
X
-
How to Fold up Code in Editor
How can I fold a section of code so that it is out of view unless I press the plus button in the line number area, similar to the way that variables and properties is by default?
Is it possible to undo this default behavior for the variables section, so it is always visible?Tags: None
-
You can set up a region of your own
#region MyRegion
//Code here
#endregion
Then you can fold or unfold it like the Variables or Properties regions
If you don't want the editor to fold Variables region you can comment out the beginning and ending tags. The NT editor does fold all regions though automatically, and I've never found away to prevent it. However I use Visual Studio for all my coding anyway.
VT
-
Is a strategy. By the way, there is some metod, to "separate code", that is tested in a kind of "subprogram", to be more efficient. Is difficult to manage a program with more than 2000 lines¡¡¡
Sure than the advanced programmers, have some way to solve this matter.
Thanks again
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
149 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
84 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
129 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
125 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
102 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment