blob: 5da963566dcbadc8b054d912320eb1e6ea179d40 [file] [log] [blame]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001TODO file (? means the feature may be implemented, but not definitely)
2-----------------------------------------------------------------------------
3
Robert Siemborski7ecc4352000-07-08 05:15:45 +00004Current Version:
Chris Allegrettac9f147a2000-09-15 13:28:05 +00005- Implement Spelling [DONE]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00006- Implement Help [DONE]
7- Internationalization [In progress, translators welcome!]
8- Allow nano to be resized in X. [DONE]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00009- On page up/down, put the cursor on the first line (like Pico), not the
10 center line [DONE]
Robert Siemborski7ecc4352000-07-08 05:15:45 +000011- Rewrite edit_refresh, if at all possible [DONE]
12- Implement justify function [DONE]
Chris Allegrettaf1171c32000-07-23 21:56:01 +000013- Cut to end of line [DONE]
Chris Allegretta6e8ed712000-11-18 02:22:28 +000014- Built-in speller command [needed for version 1.0] [DONE]
Chris Allegrettac9f147a2000-09-15 13:28:05 +000015- Better statusbar interaction (scrolling, tab completion for filename)
Chris Allegretta6e8ed712000-11-18 02:22:28 +000016 [needed for version 1.0] [DONE]
Chris Allegretta71366cd2000-11-23 21:04:27 +000017- Now do username completion [DONE].
Chris Allegretta184e1a62000-11-28 04:09:39 +000018- Unjustify command (^U after ^J) [DONE =-].
19- Username completion (~user) [DONE =-].
Robert Siemborski7ecc4352000-07-08 05:15:45 +000020
21For Next Version:
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000022- Undo/Redo key?
Jordi Mallache34f96d2000-12-20 01:06:39 +000023- Single line scroll up/down?
Robert Siemborski7ecc4352000-07-08 05:15:45 +000024- Color syntax highlighting? (certainly seems like there's a demand for it.)
25- .nanorc ?????
Jordi Mallache34f96d2000-12-20 01:06:39 +000026- Backup making (filename~)?
Chris Allegretta46055b22001-03-09 16:19:50 +000027- Search (etc) string history [1.1]
Chris Allegretta88520c92001-05-05 17:45:54 +000028- Implement Pico's -j and -g flags, as they are pretty easy to do.
Chris Allegretta1bacd2f2001-03-28 21:40:05 +000029- Make mouse support work with clicking on the shortcuts (-m). Must
30 make global variable pointing to current shortcut list to determine what
Chris Allegretta051fc6e2001-05-05 23:17:36 +000031 keystroke to ungetch(). [DONE].
Chris Allegretta1c9d7f92001-03-30 22:37:37 +000032- Implement -o (chroot of sorts)
Chris Allegretta6fe61492001-05-21 12:56:25 +000033- Allow -r to take a negative argument, meaning right margin instead of
34 left (allows resizing that way), formerly -W arg. [DONE]
Jordi Mallach34654ab2001-06-02 02:02:29 +000035- UTF-8 support.
Chris Allegrettac87a4112000-08-07 02:16:24 +000036
37$Id$