thaolt / qscite

Automatically exported from code.google.com/p/qscite
GNU General Public License v2.0
0 stars 0 forks source link

UI to normalize line endings and indentation #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Normalizing line endings is one low-level Scintilla call. The feature
should appear on the Edit menu or a submenu, and a button should appear
next to the line ending drop-down on the Text Display panel.

Normalizing indentation might not be implemented, but it's something any
good editor should be able to do.

Original issue reported on code.google.com by bfrobin...@gmail.com on 27 Feb 2008 at 1:29

GoogleCodeExporter commented 8 years ago
Proxy ate my labels.

Original comment by bfrobin...@gmail.com on 27 Feb 2008 at 1:30

GoogleCodeExporter commented 8 years ago

Original comment by jpsut...@gmail.com on 6 Mar 2008 at 11:38

GoogleCodeExporter commented 8 years ago
I just committed initial CR/LF/CR+LF support + conversion.  It's all pretty 
much in
QsciScintilla, so it was mostly busy work.  There's a little more to do,
though...When opening a file, we need to dynamically detect what type of line 
endings
are used, and set the appropriate setting in the menu.

Original comment by jpsut...@gmail.com on 7 Mar 2008 at 12:58

GoogleCodeExporter commented 8 years ago
I did a little more here.  I added an option to make line endings visible (View 
menu).

Original comment by jpsut...@gmail.com on 9 Mar 2008 at 7:58

GoogleCodeExporter commented 8 years ago
r112: End line mode is now dynamically detected when opening a file.

Original comment by jpsut...@gmail.com on 9 Mar 2008 at 8:31

GoogleCodeExporter commented 8 years ago
Indentation conversion is in as of r126

Original comment by bfrobin...@gmail.com on 13 Mar 2008 at 1:27

GoogleCodeExporter commented 8 years ago
Looks like all the requirements of this issue have been completed.  We can 
report any
bugs in other issues if/when found.

Original comment by jpsut...@gmail.com on 13 Mar 2008 at 4:28