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

Show column number in status bar #4403

Open
lmihalkovic opened this issue Jan 8, 2016 · 5 comments
Open

Show column number in status bar #4403

lmihalkovic opened this issue Jan 8, 2016 · 5 comments
Labels
Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix)

Comments

@lmihalkovic
Copy link

At the moment the status reports the following information

  • line number when there is no selection
  • range of line numbers in the form n-m when several lines are selected

It would be nice to change this to a more standard line : character in order to simplify matching locations with the output from the compiler's error reporting. This would just replace the default output, and the range display could still be kept as is.

@lmihalkovic
Copy link
Author

my bad... it seems line number is all that is actually required to match errors locations. might still be useful for a lint situation to display line : character. I am thinking about including the google c++ lint to help newbies with improving code ( @cmaglie / @facchinm you may consider transferring into a python script the contents of the Arduino code guideline that the IDE could execute and show warning about - don't shoot the messenger, this is just a thought )

arduino-2016-01-08 at 5 35 06 pm

@cmaglie cmaglie added feature request A request to make an enhancement (not a bug fix) Component: IDE user interface The Arduino IDE's user interface labels Jan 12, 2016
@lmihalkovic
Copy link
Author

Due to lack of interest

@agdl agdl added this to the Release 1.6.8 milestone Jan 26, 2016
@lmihalkovic lmihalkovic reopened this Jan 29, 2016
@cmaglie cmaglie modified the milestone: Release 1.6.8 Jan 19, 2017
This was referenced Dec 18, 2017
@per1234 per1234 changed the title Improve status line feedback Show column number in status bar Feb 27, 2020
@atuline
Copy link

atuline commented May 13, 2020

It seems that all requests to add 'column' beside the line # in the Arduino IDE point back to this, #4403 and they've all been closed and with no explanation other than 'duplicate'.

Sure, I could use an external editor (and sometime do), but the simplicity of having the compile/upload, the serial monitor and serial plotter all under one roof are pretty compelling. Furthermore, there's a LOT more tutorials on adding libraries and other boards for the native IDE than for other platforms.

With that said, I (and many others) would really like to see the column displayed beside the line # at the bottom of the IDE. Otherwise, please at least explain why it's not going to be there, especially considering that the IDE continues to get updated.

Why, even the Arduino Pro IDE doesn't even have a column shown, so I am at quite a loss here.

@thebigMoose
Copy link

I couldn't agree MORE!! We need column number along with line number to align comments and such. All professional IDE's have that feature.

@FlailAway
Copy link

Add me to that list, but it seems for some crazy esoteric reason, the devs are digging their heels in. It would make a poor editor, just a little less poor, but whadda I know. <<- that's rhetorical folk!

Trying to line up text in LCD displays would be so much easier with that damn column number, but external it is for those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

6 participants