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