]> git.wh0rd.org - nano-editor.git/blame - overview1.2.php
downloads: fix an ftp protocol marker
[nano-editor.git] / overview1.2.php
CommitLineData
1b1bdcd3
MF
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>
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 1.2 release of GNU nano attempts to move even closer to
22the goal of a 'compatible but enhanced' Pico clone. The following new
23features and different features are available in version 1.2:
24<br>&nbsp;
25<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
26<tr NOSAVE>
27<td NOSAVE>
28<li>
29<font>More Pico compatible by default.</font></li>
30
31<li>
32<font>Smooth scrolling (-S flag).</font></li>
33
34<li>
35<font>Bracket matching (Meta-]).</font></li>
36
37<li>
38<font>.nanorc support.</font></li>
39
40<li>
41<font>Color syntax highlighting.</font></li>
42
43<li>
44<font>Search and replace history editing.</font></li>
45
46<li>
47<font>Customizable quoting string (-Q flag)</font></li>
48
49</td>
50
51<td NOSAVE>
52<li>
53<font>Append/prepend from write file menu.</font></li>
54
55<li>
56<font>Write selected text to file (^O after ^^).</font></li>
57
58<li>
59<font>Multiple file buffers (-F flag).</font></li>
60
61<li>
62<font>Mac/Dos/NoConvert file format (-M,-D,-N).</font></li>
63
64<li>
65<font>Saved search/replace history (-H flag).</font></li>
66
67<li>
68<font>Backup files (-B flag).</font></li>
69<li>
70<font>Insert output of command (^X after ^R)</font></li>
71</td>
72</tr>
73</table>
74
75</blockquote>
76</td>
77</tr>
78</table>
79<?php include "bottom.php"; ?>
80