code8825 / arduino

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

Word wrapping option in the editor #990

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

A option for word wrapping on editor.

Why?

Better visualization of code, without the need to move or adjust the view.

Thanks.

Original issue reported on code.google.com by pedrov...@gmail.com on 21 Jul 2012 at 2:09

GoogleCodeExporter commented 9 years ago
It is important that this option be implemented as a button visible, so the 
user can switch between display modes easily.

Original comment by pedrov...@gmail.com on 21 Jul 2012 at 2:36

GoogleCodeExporter commented 9 years ago
I don't know of any code editor that does this, so those new programmers should 
get good habits and keep their lines to 80 characters.

Original comment by dunlapa...@gmail.com on 27 Jul 2012 at 6:35

GoogleCodeExporter commented 9 years ago
Notepad++ is a good example of the code editor that does this. A simple push of 
a button sets all the code in the window. Qt Creator have a shortcut that does 
this.

Original comment by pedrov...@gmail.com on 4 Aug 2012 at 11:13

GoogleCodeExporter commented 9 years ago
Old programmers must adapt to the new reality. We are no longer confined to 
shell-type editors.

Original comment by pedrov...@gmail.com on 4 Aug 2012 at 11:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
New programmers should NOT be encouraged restrict source lines to an 80 
character width(old old ones either).

Of course let's be reasonable and not carry on a line indiscriminately.

Just stretch the window to make it wider, don't wrap.
PLEASE show the code the way I wrote it!

Of course, as an option, you'd like it on and I'd like it off!

Original comment by jaguar3s...@gmail.com on 5 Aug 2012 at 12:03