]> git.wh0rd.org - nano-editor.git/blob - overview2.0.php
34417c712bdbf8cc52de64ddb4057ab638bd10d6
[nano-editor.git] / overview2.0.php
1 <?php include "top.php"; ?>
2 <title>GNU 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></center><br>
12 <center>
13 (<A HREF="overview2.4.php">2.4 release</A>)
14 (<A HREF="overview2.2.php">2.2 release</A>)
15 (<A HREF="overview2.0.php"><b>2.0 release</b></A>)
16 (<A HREF="overview1.2.php">1.2 release</A>)
17 (<A HREF="overview1.0.php">1.0 release</A>)
18 </center>
19 </td>
20 </tr>
21 </table></center>
22
23 <blockquote>The 2.0 release of GNU nano is a major leap forward in usability
24 and features, building on the 1.3 branch.
25 <br><br>
26 The following improvements and
27 features are available in version 2.0:
28 <br>&nbsp;
29 <table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
30 <tr NOSAVE>
31 <td NOSAVE>
32 <UL>
33 <li>
34 <font>UTF-8 support.</font></li>
35
36 <li>
37 <font>Improved color syntax highlighting.</font></li>
38
39 <li>
40 <font>Copy text without cutting it.</font></li>
41
42 <li>
43 <font>Verbatim input mode.</font></li>
44
45 <li>
46 <font>Repeat last seach without confirmation (Meta-W).</font></li>
47
48 </td>
49 </UL>
50 <td NOSAVE>
51 <UL>
52
53 <li>
54 <font>Spell check/replace selected text only.</font></li>
55
56 <li>
57 <font>Indent marked text.</font></li>
58
59 <li>
60 <font>Move to beginning/end of paragraph.</font></li>
61
62 <li>
63 <font>Search within the file browser.</font></li>
64
65 <li>
66 <font>Auto-conversion of mixed file format</font></li>
67
68 </UL>
69 </td>
70 </tr>
71 </table>
72
73 </blockquote>
74 </td>
75 </tr>
76 </table>
77 <?php include "bottom.php"; ?>
78