]> git.wh0rd.org - nano-editor.git/blame_incremental - overview.php
overview: some spelling and punctuation fixes and layout adjustments
[nano-editor.git] / overview.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2<title>nano: Overview</title>
3<body>
4&nbsp;
5<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE >
6<tr VALIGN=TOP NOSAVE>
7<td NOSAVE>
8<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
9<tr NOSAVE>
10<td NOSAVE>
11<center><b>Overview</b>
12(<A HREF="overview.php">2.2 release</A>)
13(<A HREF="overview2.0.php">2.0 release</A>)
14(<A HREF="overview1.2.php">1.2 release</A>)
15(<A HREF="overview1.0.php">1.0 release</A>)
16</center>
17</td>
18</tr>
19</table></center>
20
21<blockquote>The 2.2 release of GNU nano continues to add some features
22while attempting to provide continuity to users of previous versions.
23When possible we have elected to make new features disabled by default,
24as .nanorc and aliasing allows one to easily enable desired settings permanently.
25<br><br>
26The following improvements and features are available in version 2.2:
27<br>&nbsp;
28<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
29<tr NOSAVE>
30<td NOSAVE>
31<UL>
32<li>
33<font>Customizable key bindings.</font></li>
34
35<li>
36<font>"Soft" line wrapping (i.e. entire-line display )</font></li>
37
38<li>
39<font>Partial undo/redo support [EXPERIMENTAL].</font></li>
40
41<li>
42<font>Pager support (i.e. reading from stdin).</font></li>
43
44</td>
45</UL>
46<td NOSAVE>
47<UL>
48
49<li>
50<font>Warnings for unwritable files and external modification since opening.</font></li>
51
52<li>
53<font>Abortable searching (^C after ^W).</font></li>
54
55<li>
56<font>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</font></li>
57
58<li>
59<font>Faster syntax higlighting for complicated regexes.</font></li>
60
61</UL>
62</td>
63</tr>
64</table>
65
66</blockquote>
67</td>
68</tr>
69</table>
70<?php include "bottom.php"; ?>
71