-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Component: CompilationRelated to compilation of Arduino sketchesRelated to compilation of Arduino sketchesComponent: CoreRelated to the code for the standard Arduino APIRelated to the code for the standard Arduino APIComponent: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfacefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Description
Highlighting the latest code syntax error makes it more difficult to find the line of code causing problems...
Example:
Class classname();
classname.doThis(); <--- # 1
classname.doThat();
classname.doThatAgain(); <--- this line is highlighted in case of error, instead of # 1
I don't know if I'm clear... Thanks
Metadata
Metadata
Assignees
Labels
Component: CompilationRelated to compilation of Arduino sketchesRelated to compilation of Arduino sketchesComponent: CoreRelated to the code for the standard Arduino APIRelated to the code for the standard Arduino APIComponent: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfacefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)