2000-06-06 05:53:49 +00:00
|
|
|
TODO file (? means the feature may be implemented, but not definitely)
|
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
|
2002-05-18 21:22:47 +00:00
|
|
|
For version 1.4:
|
2005-04-07 02:45:28 +00:00
|
|
|
- UTF-8 support. [DONE]
|
2004-03-04 23:48:26 +00:00
|
|
|
- Support for paragraph searches. [DONE]
|
2004-05-13 17:28:03 +00:00
|
|
|
- Support for justifying the entire file at once. [DONE]
|
2006-03-30 07:03:04 +00:00
|
|
|
- Support for filename searches in the file browser. [DONE]
|
2005-06-08 02:28:06 +00:00
|
|
|
- Undo/Redo keys?
|
2003-03-11 03:50:40 +00:00
|
|
|
- Rebindable keys?
|
2005-01-02 21:26:53 +00:00
|
|
|
- Keystroke to implement "Add next sequence as raw" like vi's ^V. [DONE]
|
2004-11-03 22:03:41 +00:00
|
|
|
- Spell check selected text only. [DONE]
|
2004-09-30 22:07:21 +00:00
|
|
|
- Make "To Line" (^W^T) and "Read from Command" (^R^X) reenter their
|
2003-02-03 04:55:17 +00:00
|
|
|
parent menu when their keystroke is entered a second time (^W^T^T and
|
2004-09-30 22:07:21 +00:00
|
|
|
(^R^X^X) (requires figuring out when to keep cursor position and when
|
|
|
|
not to). [DONE]
|
|
|
|
- Fix resetstatuspos global which we shouldn't have. [DONE]
|
2003-09-07 00:44:12 +00:00
|
|
|
- Rewrite the nano FAQ in SGML.
|
2002-05-18 21:22:47 +00:00
|
|
|
|
|
|
|
Old requests:
|
|
|
|
|
2003-06-14 20:41:34 +00:00
|
|
|
For version 1.2:
|
|
|
|
- Single line scroll up/down? [DONE]
|
|
|
|
- Color syntax highlighting? (certainly seems like there's a demand for
|
|
|
|
it.) [DONE]
|
|
|
|
- .nanorc [DONE]
|
|
|
|
- Backup making (filename~)? [DONE]
|
|
|
|
- Search (etc.) string history [DONE]
|
|
|
|
- Implement Pico's -j and -g flags, as they are pretty easy to do.
|
|
|
|
[DONE]
|
|
|
|
- Make mouse support work with clicking on the shortcuts (-m). Must
|
|
|
|
make global variable pointing to current shortcut list to determine
|
|
|
|
what keystroke to ungetch(). [DONE].
|
|
|
|
- Implement -o (chroot of sorts) [DONE]
|
|
|
|
- Allow -r to take a negative argument, meaning right margin instead of
|
|
|
|
left (allows resizing that way), formerly -W arg. [DONE]
|
|
|
|
|
2002-05-18 21:22:47 +00:00
|
|
|
For version 1.0:
|
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
|
|
|
|
2000-08-07 02:16:24 +00:00
|
|
|
$Id$
|