2000-06-06 09:53:49 +04:00
|
|
|
TODO file (? means the feature may be implemented, but not definitely)
|
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
|
2000-07-08 09:15:45 +04:00
|
|
|
Current Version:
|
2000-09-15 17:28:05 +04:00
|
|
|
- Implement Spelling [DONE]
|
2000-06-06 09:53:49 +04:00
|
|
|
- Implement Help [DONE]
|
|
|
|
- Internationalization [In progress, translators welcome!]
|
|
|
|
- Allow nano to be resized in X. [DONE]
|
|
|
|
- On page up/down, put the cursor on the first line (like Pico), not the
|
|
|
|
center line [DONE]
|
2000-07-08 09:15:45 +04:00
|
|
|
- Rewrite edit_refresh, if at all possible [DONE]
|
|
|
|
- Implement justify function [DONE]
|
2000-07-24 01:56:01 +04:00
|
|
|
- Cut to end of line [DONE]
|
2000-11-18 05:22:28 +03:00
|
|
|
- Built-in speller command [needed for version 1.0] [DONE]
|
2000-09-15 17:28:05 +04:00
|
|
|
- Better statusbar interaction (scrolling, tab completion for filename)
|
2000-11-18 05:22:28 +03:00
|
|
|
[needed for version 1.0] [DONE]
|
2000-11-24 00:04:27 +03:00
|
|
|
- Now do username completion [DONE].
|
2000-11-28 07:09:39 +03:00
|
|
|
- Unjustify command (^U after ^J) [DONE =-].
|
|
|
|
- Username completion (~user) [DONE =-].
|
2000-07-08 09:15:45 +04:00
|
|
|
|
|
|
|
For Next Version:
|
2000-06-06 09:53:49 +04:00
|
|
|
- Undo/Redo key?
|
2002-01-04 21:09:07 +03:00
|
|
|
- Single line scroll up/down? [DONE]
|
2000-07-08 09:15:45 +04:00
|
|
|
- Color syntax highlighting? (certainly seems like there's a demand for it.)
|
2002-01-04 21:09:07 +03:00
|
|
|
- .nanorc [DONE]
|
2000-12-20 04:06:39 +03:00
|
|
|
- Backup making (filename~)?
|
2001-03-09 19:19:50 +03:00
|
|
|
- Search (etc) string history [1.1]
|
2001-05-05 21:45:54 +04:00
|
|
|
- Implement Pico's -j and -g flags, as they are pretty easy to do.
|
2001-03-29 01:40:05 +04:00
|
|
|
- Make mouse support work with clicking on the shortcuts (-m). Must
|
|
|
|
make global variable pointing to current shortcut list to determine what
|
2001-05-06 03:17:36 +04:00
|
|
|
keystroke to ungetch(). [DONE].
|
2002-01-04 21:09:07 +03:00
|
|
|
- Implement -o (chroot of sorts) [DONE]
|
2001-05-21 16:56:25 +04:00
|
|
|
- Allow -r to take a negative argument, meaning right margin instead of
|
|
|
|
left (allows resizing that way), formerly -W arg. [DONE]
|
2001-06-02 06:02:29 +04:00
|
|
|
- UTF-8 support.
|
2000-08-07 06:16:24 +04:00
|
|
|
|
|
|
|
$Id$
|