Skip to content

Compiler errors don't highlight corresponding line of code. #2737

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

Closed
damellis opened this issue Mar 6, 2015 · 3 comments
Closed

Compiler errors don't highlight corresponding line of code. #2737

damellis opened this issue Mar 6, 2015 · 3 comments
Assignees
Labels
Component: Compilation Related to compilation of Arduino sketches Component: IDE user interface The Arduino IDE's user interface Component: IDE The Arduino IDE Type: Regression Something that used to work and now doesn't

Comments

@damellis
Copy link
Contributor

damellis commented Mar 6, 2015

In past Arduino versions, when compiling a sketch the line of code corresponding to the first error would be highlighted. This was a big help in assisting users in locating (and fixing) the error, without necessarily needing to read through the (often-confusing) error message in detail. At some point, this behavior seems to have stopped. For example, I don't see it in the latest master branch (1.6.1) on Mac OS X (10.10.2). It would be great to bring back this functionality.

@damellis damellis added Component: IDE The Arduino IDE Version: 1.5.x Component: Compilation Related to compilation of Arduino sketches Component: IDE user interface The Arduino IDE's user interface Type: Regression Something that used to work and now doesn't labels Mar 6, 2015
@ffissore
Copy link
Contributor

Report back here once fixed http://forum.arduino.cc/index.php?topic=307531.0

@ffissore
Copy link
Contributor

Fixed nightly available in the next few hours

@damellis
Copy link
Contributor Author

Great!

oriregev added a commit to oriregev/Arduino that referenced this issue Apr 27, 2015
* upstream/master: (239 commits)
  Fix for issue arduino#292
  Windows: build_pull_request needed to be upgraded as well
  Update revisions.txt
  Windows: JRE is chosen at build time via WINDOWS_BUNDLED_JVM property
  Update Tone.cpp
  Update revisions.txt
  Block discovery threads until packages is not null, otherwise boards discovered during startup will miss model name
  Also SerialDiscovery was affected by bug found at 40535df. Fixes arduino#2892
  NetworkDiscovery was silently failing because packages werenìt ready yet. Fixes arduino#2837
  Better preference for setting warnings level. See arduino@61592d7#commitcomment-10668365
  SAM boards stop compiling due to way of handling params with spaces on different OSs. Fixed
  Update Tone.cpp
  Restored error messages. Got rid of MessageSyphon as ther were losing some error messages. Fixes arduino#2737
  Windows: added listComPorts test case
  New preference: enable all compiler warnings, off by default. Fixes arduino#1728 and arduino#2415. Also affects arduino#2634 and arduino#2207
  build.xml: spreading failonerror on all exec tasks, it's better to crash early
  Lib/Board Manager CRC check is now case insensitive. Fixes arduino#2953
  License fix to audio library
  License fix
  Library Manager: better error message
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Compilation Related to compilation of Arduino sketches Component: IDE user interface The Arduino IDE's user interface Component: IDE The Arduino IDE Type: Regression Something that used to work and now doesn't
Projects
None yet
Development

No branches or pull requests

3 participants