Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with regions #24

Closed
silverferrum opened this issue May 20, 2017 · 3 comments
Closed

Issue with regions #24

silverferrum opened this issue May 20, 2017 · 3 comments
Assignees
Milestone

Comments

@silverferrum
Copy link

silverferrum commented May 20, 2017

Hi! I have found an issue with regions.

image

Test2 must be in #R1 region on the map.

Class for test

public class Class1
{
    #region R1
    public void Test1()
    {

        #region R11
        int i1 = 0;
        #endregion

        #region R12
        int i2 = 0;
        #endregion

        #region R13
        int i3 = 0;
        #endregion

        #region R14
        int i4 = 0;
        #endregion
    }

    public void Test2()
    {

    }

    #endregion
}
@sboulema sboulema self-assigned this May 20, 2017
@sboulema
Copy link
Owner

My guess is that the region within a region is screwing with my parsing logic.
Thanks for the clear example and sample code, will look into it!

@sboulema sboulema added this to the 2.5 milestone May 20, 2017
@sboulema
Copy link
Owner

Should be fixed in the new release!

screenshot

@silverferrum
Copy link
Author

Great! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants