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

User Defined Region End Tag acts as Start Tag #19

Open
GoogleCodeExporter opened this issue Jul 5, 2015 · 0 comments
Open

User Defined Region End Tag acts as Start Tag #19

GoogleCodeExporter opened this issue Jul 5, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Quote:
"When using a user-defined region with content between
it (for some reason it works when there's no code in
there) that is directly before another user-defined region,
the start tag does not enable folding. Instead, the end
tag does, and it goes to the next start tag.

For instance, using defaults, this...

// [start]
public String name;
// [end]

// [start]
public String address;
// [end]

Will collapse to this...

// [start]
public String name;
// [end]...
public String address;
// [end]

I've also had a problem with nested user-defined regions
when the internal region contains code; but this isn't a
big deal because I rarely use nested regions.

The former problem is a show-stopper for me getting my
team setup with CB, tho. If the regions don't act
correctly, the'll just cause problems and make things
harder to read."

Original issue reported on code.google.com by rjlori...@gmail.com on 20 Oct 2006 at 9:40

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

1 participant