Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Inline syntax checking .. expand #region #endregion

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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 ?

    #2
    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

    Comment


      #3
      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


        #4
        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


          #5
          thanks, i will try Visual studio ...

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by techgetgame, Yesterday, 11:42 PM
          0 responses
          8 views
          0 likes
          Last Post techgetgame  
          Started by sephichapdson, Yesterday, 11:36 PM
          0 responses
          2 views
          0 likes
          Last Post sephichapdson  
          Started by bortz, 11-06-2023, 08:04 AM
          47 responses
          1,613 views
          0 likes
          Last Post aligator  
          Started by jaybedreamin, Yesterday, 05:56 PM
          0 responses
          10 views
          0 likes
          Last Post jaybedreamin  
          Started by DJ888, 04-16-2024, 06:09 PM
          6 responses
          20 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Working...
          X