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

Preprocessor "Multiline" Hints #6

Closed
tobiasd123 opened this issue Jan 19, 2012 · 1 comment
Closed

Preprocessor "Multiline" Hints #6

tobiasd123 opened this issue Jan 19, 2012 · 1 comment
Assignees
Milestone

Comments

@tobiasd123
Copy link

Hi,

we use a lot of Preprocessor encapsulations with quite complex conditions.
The ease the readability we use the line continuation with "".

In the following example:
...

if ( ( MACRO_A == 1) \

     && ( MARCO_B == 1) \
)
// Code A

else

// Code B

endif

// Code C
...
the displayed hints overlap with the code B and C.
Which is not very readable.
Could you limit the displayed hints to one line?

Apart from this Bracketeer is my PlugIn of the Month.
Thanks a lot
Tobi

@ghost ghost assigned chookapp Jan 20, 2012
@chookapp
Copy link
Owner

Thanks, in all my tests, I never tested a multi-line condition.
Will be fixed in the upcoming version.

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

No branches or pull requests

2 participants