-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Comment highlighting #6316
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
Comments
My operating system is Ubuntu 16.04, 64 bit. Also, rereading my bug report, I'm realizing I don't like how I described the issue. Let me try again: This code:
is just fine. But this code:
has a problem. |
Unfortunately As you can see from the screenshot I posted above, comment highlighting is working as you would like in Arduino IDE 1.8.3. Try installing the latest version downloaded from https://www.arduino.cc/en/Main/Software and let me know if it solves this issue for you. I think you'll find there has been a lot of work done on the IDE since 1.0.5! |
@sullivan-wenger did you try Arduino IDE 1.8.3 yet? If so, did it solve the issue? |
Closing as invalid due to lack of a response. |
When I need to quickly switch between two blocks of code, I add in this construct to speed up switching:
//*
block1
/*/
block2
// */
which comments out block 2 and leaves block 1 uncommented. Then, I just have to delete the slash at the start to simultaneously uncomment block 2, and comment block 1. However, if I comment out block 2, the IDE highlights both blocks as though they're not commented.
The text was updated successfully, but these errors were encountered: