2000-06-06 05:53:49 +00:00
|
|
|
TODO file (? means the feature may be implemented, but not definitely)
|
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
|
2000-07-08 05:15:45 +00:00
|
|
|
Current Version:
|
2000-09-15 13:28:05 +00:00
|
|
|
- Implement Spelling [DONE]
|
2000-06-06 05:53:49 +00: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 05:15:45 +00:00
|
|
|
- Rewrite edit_refresh, if at all possible [DONE]
|
|
|
|
- Implement justify function [DONE]
|
2000-07-23 21:56:01 +00:00
|
|
|
- Cut to end of line [DONE]
|
2000-11-18 02:22:28 +00:00
|
|
|
- Built-in speller command [needed for version 1.0] [DONE]
|
2000-09-15 13:28:05 +00:00
|
|
|
- Better statusbar interaction (scrolling, tab completion for filename)
|
2000-11-18 02:22:28 +00:00
|
|
|
[needed for version 1.0] [DONE]
|
2000-11-23 21:04:27 +00:00
|
|
|
- Now do username completion [DONE].
|
2000-11-28 04:09:39 +00:00
|
|
|
- Unjustify command (^U after ^J) [DONE =-].
|
|
|
|
- Username completion (~user) [DONE =-].
|
2000-07-08 05:15:45 +00:00
|
|
|
|
|
|
|
For Next Version:
|
2000-06-06 05:53:49 +00:00
|
|
|
- Undo/Redo key?
|
2000-12-20 01:06:39 +00:00
|
|
|
- Single line scroll up/down?
|
2000-07-08 05:15:45 +00:00
|
|
|
- Color syntax highlighting? (certainly seems like there's a demand for it.)
|
|
|
|
- .nanorc ?????
|
2000-12-20 01:06:39 +00:00
|
|
|
- Backup making (filename~)?
|
2001-03-09 16:19:50 +00:00
|
|
|
- Search (etc) string history [1.1]
|
2001-05-05 17:45:54 +00:00
|
|
|
- Implement Pico's -j and -g flags, as they are pretty easy to do.
|
2001-03-28 21:40:05 +00: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-05 23:17:36 +00:00
|
|
|
keystroke to ungetch(). [DONE].
|
2001-03-30 22:37:37 +00:00
|
|
|
- Implement -o (chroot of sorts)
|
2001-05-21 12:56:25 +00: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 02:02:29 +00:00
|
|
|
- UTF-8 support.
|
2000-08-07 02:16:24 +00:00
|
|
|
|
|
|
|
$Id$
|