You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a new sketch, it has a // put your setup code here, to run once:line
Put the cursor into that line
Select "Comment/Uncomment" from the menu
Expected result: put your setup code here, to run once:
Actual result: // // put your setup code here, to run once:
Also it would be nice if Comment/Uncomment and Auto Format would work nicely together. Right now, using Comment/Uncomment, then Auto Format, and then Comment/Uncomment again breaks it.
I am using on OS X 10.9.
The text was updated successfully, but these errors were encountered:
Fixed. Autoformat keeps on formatting comments. This can be easily disabled editing file formatter.conf and saving a copy into your own Arduino15 folder
Steps to reproduce:
// put your setup code here, to run once:
lineExpected result:
put your setup code here, to run once:
Actual result:
// // put your setup code here, to run once:
Also it would be nice if Comment/Uncomment and Auto Format would work nicely together. Right now, using Comment/Uncomment, then Auto Format, and then Comment/Uncomment again breaks it.
I am using
on OS X 10.9.
The text was updated successfully, but these errors were encountered: