]> git.wh0rd.org - nano-editor.git/blame_incremental - history.php
add a line break
[nano-editor.git] / history.php
... / ...
CommitLineData
1<?php $title="History"; include "top.php"; ?>
2
3<br>
4<center><b>History</b></center>
5<br>
6
7
8<blockquote><br>
9Improvements made in version 2.6:<br>
10
11<table border=0 width="100%"><tr><td>
12
13<ul>
14<li>Trailing whitespace can be snipped from justified paragraphs.</li>
15<li>Better feedback when a file is unwritable or a directory inaccessible.</li>
16<li>Bindable functions for deleting a word to the left and to the right.</li>
17<li>A bindable function for saving the current file without prompting for its name.<br><br></li>
18
19<li>Commenting/uncommenting lines with a single keystroke (M-3).</li>
20<li>Resizing the window does not exit from help viewer nor file browser.</li>
21<li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li>
22<li>A steadier movement of the highlight in the file browser.</li>
23</ul>
24
25</td></tr></table>
26</blockquote>
27
28
29<blockquote><br>
30Improvements made in version 2.4:<br>
31
32<table border=0 width="100%"><tr><td>
33
34<ul>
35<li>The ability to give different colors to title bar, status bar and help lines.</li>
36<li>Linter support, for automatically putting the cursor on syntax errors.</li>
37<li>Formatter support, for normalizing the layout of a text instead of the spelling.</li>
38<li>The undo/redo system has reached a usable state and is enabled by default.<br><br></li>
39
40<li>No longer finds "ghosts" of certain UTF-8 characters.</li>
41<li>Makes the mouse usable again for clicking on shortcuts.</li>
42<li>Fixes several syntax coloring issues.</li>
43<li>Adds more syntax highlighting examples (Go, guile, javascript, json, PO files, texinfo, ...).</li>
44</ul>
45
46</td></tr></table>
47</blockquote>
48
49
50<blockquote><br>
51Improvements made in version 2.2:<br>
52
53<table border=0 width="100%"><tr><td>
54
55<ul>
56<li>Customizable key bindings.</li>
57<li>Abortable searching (^C after ^W).</li>
58<li>Partial undo/redo support [EXPERIMENTAL].</li>
59<li>Pager support (i.e. reading from stdin).</li>
60</ul>
61
62</td><td>
63
64<ul>
65<li>Warnings for unwritable files and for external modification since opening.</li>
66<li>"Soft" line wrapping (i.e. display of complete lines).</li>
67<li>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</li>
68<li>Faster syntax highlighting for complicated regexes.</li>
69</ul>
70
71</td></tr></table>
72</blockquote>
73
74
75<blockquote><br>
76Improvements made in version 2.0:<br>
77
78<table border=0 width="100%"><tr><td>
79
80<ul>
81<li>UTF-8 support.</li>
82<li>Improved color syntax highlighting.</li>
83<li>Copy text without cutting it.</li>
84<li>Verbatim input mode.</li>
85<li>Repeat last seach (Meta-W).</li>
86</ul>
87
88</td><td>
89
90<ul>
91<li>Spell check/replace selected text only.</li>
92<li>Indent marked text.</li>
93<li>Move to beginning/end of paragraph.</li>
94<li>Search within the file browser.</li>
95<li>Auto-conversion of mixed file format.</li>
96</ul>
97
98</td></tr></table>
99</blockquote>
100
101
102<blockquote><br>
103Improvements made in version 1.2:<br>
104
105<table border=0 width="100%"><tr><td>
106
107<ul>
108<li>More Pico compatible by default.</li>
109<li>Smooth scrolling (-S flag).</li>
110<li>Bracket matching (Meta-]).</li>
111<li>.nanorc support.</li>
112<li>Color syntax highlighting.</li>
113<li>Search and replace history editing.</li>
114<li>Customizable quoting string (-Q flag).</li>
115</ul>
116
117</td><td>
118
119<ul>
120<li>Append/prepend from write file menu.</li>
121<li>Write selected text to file (^O after ^^).</li>
122<li>Multiple file buffers (-F flag).</li>
123<li>Support for Mac and DOS file format.</li>
124<li>Saved search/replace history (-H flag).</li>
125<li>Backup files (-B flag).</li>
126<li>Insert output of command (^X after ^R).</li>
127</ul>
128
129</td></tr></table>
130</blockquote>
131
132
133<blockquote><br>
134Version 1.0 had the following features:<br>
135
136<table border=0 width="100%"><tr><td>
137
138<ul>
139<li>Autoconf support.</li>
140<li>Truly free license (GNU GPL).</li>
141<li>Goto-line command without a flag.</li>
142<li>Case-sensitive search function.</li>
143<li>Interactive search and replace.</li>
144<li>About half the size of the Pico binary.</li>
145</ul>
146
147</td><td>
148
149<ul>
150<li>Slang and ncurses support.</li>
151<li>Autoindent abillity.</li>
152<li>Displayed tab width option.</li>
153<li>Regular-expression search and replace.</li>
154<li>Toggles for command-line flags via Meta keys.</li>
155<li>Tab completion when reading/writing files.</li>
156</ul>
157
158</td></tr></table>
159</blockquote>
160
161<?php include "bottom.php"; ?>