I have disable "Inline syntax checking" in the Editor but still after type in any wrong code or even not complety code all #region #endregion parts expand and the line jumps to another place. This is really a bad behavior. How can i change this " auto expand regions " part ?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Inline syntax checking .. expand #region #endregion
Collapse
X
-
Inline syntax checking .. expand #region #endregion
Hi
I have disable "Inline syntax checking" in the Editor but still after type in any wrong code or even not complety code all #region #endregion parts expand and the line jumps to another place. This is really a bad behavior. How can i change this " auto expand regions " part ?Tags: None
-
Hello,
Thank you for the post.
In this case, I could only suggest that you either dont use Regions in the specific case that you are now or you could use an outside editor such as Visual Studio. If you have a sample that reproduces the problem I could review the sample and see if there is anything that can be changed in the script to prevent that from happening also.
There are some known limitations surrounding regions and the NinjaScript editor (actipro syntax editor). NT8 does have a newer version of the editor so it is possible that going forward the regions as you have them now will work as you expect. I could suggest trying the same general region setup in NT8 if you have it installed and if there is a problem I could submit a bug report along with your sample.
I look forward to being of further assistance.JesseNinjaTrader Customer Service
-
Sorry, wrong Forum. I use NT8 and i have this problem with NT8.
I must use #region #endregion
Without this nobody can read > 5000 lines code...
one example :
i just type " if "
and after 100 ms the inline syntax checking realized :
this code is wrong and expands the next full region
of course this is wrong, but i am still working on the "( ) " after if.
why there is a "Inline Syntax Checking" enable/disable box ?
This box should be disable this behavior or not ?Last edited by jr123; 03-09-2018, 11:08 AM.
Comment
-
Hello,
Thank you for clarifying, I will move your post to the correct forum.
In this case, if you have a sample I could review it and see if anything could be done surrounding how the region is currently being used in that script. As Visual studio is now fully supported I would suggest using that over the NinajScript editor especially if you have a large code base. You can download the community edition for free at Microsoft's website.
Another approach would be to utilize the features of C# structure to break the script into smaller scripts preventing the need for regions altogether. As the platform compiles all items in the custom folder together you are free to create multiple .cs files that are interconnected like a standard C# application. Moving utility methods or syntax you have in your current script into external scripts would help reduce its size.
I look forward to being of further assistance.JesseNinjaTrader Customer Service
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by pjsmith, Today, 01:00 AM
|
1 response
10 views
0 likes
|
Last Post
![]()
by NT-Roland
Today, 01:19 AM
|
||
Started by alejandro888, Yesterday, 08:41 PM
|
0 responses
9 views
0 likes
|
Last Post
![]()
by alejandro888
Yesterday, 08:41 PM
|
||
Started by UltraNIX, Today, 02:14 AM
|
0 responses
8 views
0 likes
|
Last Post
![]()
by UltraNIX
Today, 02:14 AM
|
||
Started by augustfay, Yesterday, 12:06 PM
|
1 response
13 views
0 likes
|
Last Post
|
||
Started by klaus w, Yesterday, 12:13 PM
|
2 responses
25 views
0 likes
|
Last Post
![]()
by klaus w
Today, 01:07 AM
|
Comment