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

4
Current Version:
5
- Implement Spelling [DONE]
Chris Allegretta's avatar
Chris Allegretta committed
6
7
8
9
10
- 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]
11
12
- Rewrite edit_refresh, if at all possible [DONE]
- Implement justify function [DONE]
13
- Cut to end of line [DONE]
14
- Built-in speller command [needed for version 1.0] [DONE]
15
- Better statusbar interaction (scrolling, tab completion for filename)
16
  [needed for version 1.0] [DONE]
17
- Now do username completion [DONE].
Chris Allegretta's avatar
Chris Allegretta committed
18
19
- Unjustify command (^U after ^J) [DONE =-].
- Username completion (~user) [DONE =-].
20
21

For Next Version:
Chris Allegretta's avatar
Chris Allegretta committed
22
- Undo/Redo key?
Jordi Mallach's avatar
   
Jordi Mallach committed
23
- Single line scroll up/down?
24
25
- Color syntax highlighting? (certainly seems like there's a demand for it.)
- .nanorc ?????
Jordi Mallach's avatar
   
Jordi Mallach committed
26
- Backup making (filename~)?
27
- Search (etc) string history [1.1]
28
- Implement Pico's -j and -g flags, as they are pretty easy to do.
29
30
- Make mouse support work with clicking on the shortcuts (-m).  Must
  make global variable pointing to current shortcut list to determine what
31
  keystroke to ungetch(). [DONE].
Chris Allegretta's avatar
Chris Allegretta committed
32
- Implement -o (chroot of sorts)
33
34
- Allow -r to take a negative argument, meaning right margin instead of
  left (allows resizing that way), formerly -W arg. [DONE]
Jordi Mallach's avatar
Jordi Mallach committed
35
- UTF-8 support.
Chris Allegretta's avatar
Chris Allegretta committed
36
37

$Id$