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