TODO 1.49 KB
Newer Older
Chris Allegretta's avatar
Chris Allegretta committed
1
2
3
TODO file (? means the feature may be implemented, but not definitely)
-----------------------------------------------------------------------------

Jordi Mallach's avatar
Jordi Mallach committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
For version 1.2:
- Single line scroll up/down? [DONE]
- Color syntax highlighting? (certainly seems like there's a demand for it.)
- .nanorc [DONE]
- Backup making (filename~)?
- Search (etc) string history [1.2]
- 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]

For version 1.4:
- UTF-8 support.
- Undo/Redo key?

Old requests:

For version 1.0:
25
- Implement Spelling [DONE]
Chris Allegretta's avatar
Chris Allegretta committed
26
27
28
29
30
- 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]
31
32
- Rewrite edit_refresh, if at all possible [DONE]
- Implement justify function [DONE]
33
- Cut to end of line [DONE]
34
- Built-in speller command [needed for version 1.0] [DONE]
35
- Better statusbar interaction (scrolling, tab completion for filename)
36
  [needed for version 1.0] [DONE]
37
- Now do username completion [DONE].
Chris Allegretta's avatar
Chris Allegretta committed
38
39
- Unjustify command (^U after ^J) [DONE =-].
- Username completion (~user) [DONE =-].
40

Chris Allegretta's avatar
Chris Allegretta committed
41
$Id$