TODO 2.16 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
For version 1.4:
- UTF-8 support.
6
- Support for paragraph searches. [DONE]
7
- Support for justifying the entire file at once. [DONE]
8
- Support for filename searches in the file browser.
Jordi Mallach's avatar
Jordi Mallach committed
9
- Undo/Redo key?
10
- Rebindable keys?
11
- Keystroke to implement "Add next sequence as raw" like vi's ^V.
12
  [DONE for edit window, needs to be done for statusbar prompt]
13
- Spell check selected text only. [DONE]
14
- Make "To Line" (^W^T) and "Read from Command" (^R^X) reenter their
15
  parent menu when their keystroke is entered a second time (^W^T^T and
16
17
18
  (^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]
Jordi Mallach's avatar
Jordi Mallach committed
19
- Rewrite the nano FAQ in SGML.
Jordi Mallach's avatar
Jordi Mallach committed
20
21
22

Old requests:

David Lawrence Ramsey's avatar
   
David Lawrence Ramsey committed
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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]

Jordi Mallach's avatar
Jordi Mallach committed
39
For version 1.0:
40
- Implement Spelling [DONE]
Chris Allegretta's avatar
Chris Allegretta committed
41
42
43
44
45
- 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]
46
47
- Rewrite edit_refresh, if at all possible [DONE]
- Implement justify function [DONE]
48
- Cut to end of line [DONE]
49
- Built-in speller command [needed for version 1.0] [DONE]
50
- Better statusbar interaction (scrolling, tab completion for filename)
51
  [needed for version 1.0] [DONE]
52
- Now do username completion [DONE].
Chris Allegretta's avatar
Chris Allegretta committed
53
54
- Unjustify command (^U after ^J) [DONE =-].
- Username completion (~user) [DONE =-].
55

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