Nested regions support?

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 8 years and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
OldLost
Posts: 55
Last visit: Wed Feb 21, 2018 8:00 am

Nested regions support?

Post by OldLost »

As near as I can tell the parser for code folding does not understand nesting #region...#endregion blocks. Is that correct? If so, any intentions to support such a feature? If they are supported, however, I'll need to reexamine my code I think.

PowerShell Studio 2015 4.2.95 64bit, Windows Server 2012 R2 64bit
User avatar
SAPIEN Support Forums
Posts: 945
Last visit: Thu Oct 22, 2015 1:10 pm

Nested regions support?

Post by SAPIEN Support Forums »

This is an automated post. A real person will respond soon.

Thank you for posting, OldLost.

Did you remember to include the following?
  • 1. Product, version and build (e.g. Product: PowerShell Studio 2014, Version & Build: 4.1.71. Version and build information can be found in the product's About box accessed by clicking the blue icon with the 'i' in the upper right hand corner of the ribbon.)
    2. Specify if you are running a 32 or 64 bit version
    3. Specify your operating system and if it is 32 or 64 bit.
    4. Attach a screenshot if your issue can be seen on the screen
    5. Attach a zip file if you have multiple files (crash reports, log entries, etc.) related to your issue.
If not, please take a moment to edit your original post or reply to this one.

*** Make sure you do not post any licensing information ***
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Nested regions support?

Post by davidc »

PowerShell Studio does collapse #regions that are nested individually.

Can you provide an example of what you are doing and what you expect to happen?

David
David
SAPIEN Technologies, Inc.
User avatar
OldLost
Posts: 55
Last visit: Wed Feb 21, 2018 8:00 am

Re: Nested regions support?

Post by OldLost »

I normally don't nest regions or put regions inside functions, but sometimes I get a function or something from someone else and end up pasting it into my own code. One recent example is I used a function from someone else which did have regions within it and when PSS reformatted the code it didn't end up indented right at the end, but it's entirely possible I didn't look closely enough and there was not enough "#endregion" lines to match all the "#region" lines, and falsely assumed it was PSS not supporting nested regions.

I'll try it again, and if I do find an example of it not working I'll follow up here. Thanks.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Nested regions support?

Post by davidc »

If you can reliably reproduce this, then we can take a look at it. Note that there can be a delay before the regions become collapsible.

David
David
SAPIEN Technologies, Inc.
This topic is 8 years and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.