jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Option to display line numbers along left vertical axis #227

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What change would like to see?
The IDE should have the option of displaying line numbers along the left 
side of the text area.

Why?
Because every other major IDE does.  It's especially nice when viewing 
error messages

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?
No

Original issue reported on code.google.com by n.mcdona...@gmail.com on 2 Apr 2010 at 9:38

GoogleCodeExporter commented 8 years ago
i just searched and found this one. so, +1 vote.

here is what i had typed up:
What change would like to see?
Ability to toggle line numbers on and off. (or just leave enabled in the margin)

Why?
to make referencing changes easy. ie: "change the fourth bit on line 652 from a 
0 to 1." 

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?
none

Original comment by son...@gmail.com on 22 Aug 2010 at 1:15

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
+1, please please please for god's sake add the line numbers. It's so much more 
relaxing to read it near the code instead of looking to the bottom of the 
window.

Original comment by btgde...@gmail.com on 7 Mar 2011 at 11:10

GoogleCodeExporter commented 8 years ago
Unless you can convince Ben Fry from Processing that it's a good idea.

Original comment by dmel...@gmail.com on 8 Mar 2011 at 3:15

GoogleCodeExporter commented 8 years ago
Line numbers are a must if this is going to be any kind of an IDE, I guess I am 
back to using vi ....

Original comment by fbuja...@gmail.com on 7 Apr 2011 at 4:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
"Buttons_and_LCD:417: error: expected primary-expression before '=' token"

Hmmm.  Error on line 417.  Well here we go. 1, 2, 3, 4, 5, 6... <sigh>

Original comment by mattersi...@gmail.com on 6 Jan 2012 at 3:03

GoogleCodeExporter commented 8 years ago
"Buttons_and_LCD:417: error: expected primary-expression before '=' token"

Hmmm.  Error on line 417.  Well here we go. 1, 2, 3, 4, 5, 6... <sigh>

Original comment by mattersi...@gmail.com on 6 Jan 2012 at 3:05

GoogleCodeExporter commented 8 years ago
Very Very Usefull feature!

Original comment by iseether...@gmail.com on 13 Mar 2012 at 7:40

GoogleCodeExporter commented 8 years ago
any reason why this is a "won't fix" issue?

Original comment by ChrisJCl...@gmail.com on 18 Jun 2012 at 10:32

GoogleCodeExporter commented 8 years ago
I would also like to see line numbers. I was surprised that after looking 
through all the menus to turn them on that it didn't exist. 

Original comment by alan.par...@gmail.com on 22 Aug 2013 at 9:32

GoogleCodeExporter commented 8 years ago
I'm working hard on this.  I hope to have a solution in a couple of days.  :)

Original comment by cayci.go...@gmail.com on 27 Oct 2013 at 5:44

GoogleCodeExporter commented 8 years ago
Hooray!  And thanks!

Original comment by artbotte...@gmail.com on 27 Oct 2013 at 5:54

GoogleCodeExporter commented 8 years ago
https://github.com/cayci/Arduino/commit/787f73dadebe147ab31333d0e0fab57afdf19c88

I'm not sure whether it will be implemented, but it works for me.  Please let 
me know if you have any suggestions.

Original comment by cayci.go...@gmail.com on 28 Oct 2013 at 3:26

GoogleCodeExporter commented 8 years ago
Hopefully this will make the line numbers display correctly on a Mac.  Please 
let me know.  https://github.com/arduino/Arduino/pull/1648

Original comment by cayci.go...@gmail.com on 3 Nov 2013 at 5:08

GoogleCodeExporter commented 8 years ago
Please Please Please Make my life easier and those line numbers or better yet 
High light the error in the code source.

Original comment by jimdoo...@gmail.com on 1 Sep 2014 at 1:29

GoogleCodeExporter commented 8 years ago
here is a little help till this gets fixed you can copy paste the code into 
note pad to find the line numbers select View then status and line and column 
numbers will appear at the bottom of the screen.

Original comment by jimdoo...@gmail.com on 1 Sep 2014 at 2:11

GoogleCodeExporter commented 8 years ago
https://github.com/cayci/Arduino/commit/787f73dadebe147ab31333d0e0fab57afdf19c88

I submitted this PR a while back, and it was accepted.  I haven't been paying 
attention to whether or not the feature has since been removed.

Many people were unhappy with line numbers, so I made it disabled by default.  

Original comment by cayci.go...@gmail.com on 1 Sep 2014 at 3:51

GoogleCodeExporter commented 8 years ago
Yes I normally don't like line numbers, Especial when I am coding, but  if
the compiler uses line numbers then it's essential. I would hope the would
allow the user to toggle between Line Numbers ON/OFF. Thanks for your reply
It nice too know someone is working the issue.

Original comment by jimdoo...@gmail.com on 1 Sep 2014 at 4:16

GoogleCodeExporter commented 8 years ago
@jimdooris,
this issue is quite old and the issues tracker on google code has been 
abandoned in favor of github so the comments here are quite outdated.

The "line number" feature has been already implemented, merged and released 
months ago with Arduino IDE 1.5.5 (now we are at 1.5.7).

http://arduino.cc/en/Main/Software#toc3

Original comment by c.mag...@arduino.cc on 1 Sep 2014 at 4:50

GoogleCodeExporter commented 8 years ago
How do I turn on Line Numbering right now Arduino !.5.7 does not show me
line numbers

Original comment by jimdoo...@gmail.com on 2 Sep 2014 at 1:36

GoogleCodeExporter commented 8 years ago
In the settings or preference panel, there is a checkbox to enable line
numbers.

Original comment by cayci.go...@gmail.com on 2 Sep 2014 at 2:00