Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Minimize or Temporarily Hide Rows in Ninjascript

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

    Minimize or Temporarily Hide Rows in Ninjascript

    Hello,

    One my strategies requires a large amount of rows in NinjaScript. I am using NT8.

    Is there a way to add a button or something like it to where I can minimize or hide sections of code so that I don’t have to scroll 1000s of rows up and down frequently?

    I noticed some of these “+” buttons exists in the code by default which allows the code to be hidden when pressed. Is there a way to add more of these “+” buttons?

    #2
    Hello centrino2,

    Thanks for your post.

    You can add "regions" to make your code easier to deal with and these will display the "+" when collapsed and the "-" when expanded.

    for example:

    #region This is my region
    //lines of code here
    //lines of code here
    //lines of code here
    //lines of code here
    #end region

    When collapsed would show as [+] This is my region

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X