79 lines
3.0 KiB
Plaintext
79 lines
3.0 KiB
Plaintext
A list of desired features
|
|
--------------------------
|
|
|
|
* Allow color syntaxes to apply to more than just color, so that we can
|
|
e.g. specify a different alternate spell checker depending on which
|
|
file type we have open.
|
|
|
|
* Add support for right-to-left text (RTL).
|
|
|
|
* Allow setting bookmarks (saved positions, not to be confused with the
|
|
mark set via Ctrl-^) at various lines and/or columns in the buffer,
|
|
and allow movement between them with a single keystroke?
|
|
See https://savannah.gnu.org/bugs/?57577.
|
|
|
|
|
|
For version 4.8:
|
|
- Detect when text is being pasted, so that we can handle it faster. [DONE]
|
|
|
|
For version 4.0:
|
|
- Make undo/redo work also for justifying. [DONE]
|
|
|
|
For version 2.9:
|
|
- Allow piping (marked) text to an external command and replacing it with
|
|
the command's output. That is: implement filtering. [DONE]
|
|
- Allow to record and replay a macro: a stored series of keystrokes. [DONE]
|
|
- Make undo/redo work also for indenting. [DONE]
|
|
|
|
For version 2.8:
|
|
- Allow text searches in the help viewer. [DONE]
|
|
|
|
For version 2.4:
|
|
- Handle window resizes better. After we've resized, we should stay
|
|
wherever we were before we resized, as Pico does. [DONE]
|
|
- Allow even better file-type detection, e.g. through libmagic. [DONE]
|
|
- Compatibility with vim status files to let other editors know we're
|
|
in a file. [DONE]
|
|
|
|
For version 2.2:
|
|
- Rebindable keys? [DONE]
|
|
- Undo/Redo keys (M-U and M-E)? [DONE]
|
|
- Fix problems with color syntaxes highlighting lines too aggressively. [DONE]
|
|
- Allow nano to work like a pager (reading from stdin). [DONE]
|
|
- Select a color syntax based on more than just the filename extension. [DONE]
|
|
- Allow soft wrapping as well as hard wrapping? [DONE]
|
|
|
|
For version 2.0:
|
|
- UTF-8 support. [DONE]
|
|
- Support for paragraph searches. [DONE]
|
|
- Support for justifying the entire file at once. [DONE]
|
|
- Support for filename searches in the file browser. [DONE]
|
|
- A keystroke to implement "Add next sequence as raw", like vi's ^V. [DONE]
|
|
- Spell check selected text only. [DONE]
|
|
- Make "To Line" (^W^T) and "Read from Command" (^R^X) return to their parent
|
|
menu when their keystroke is entered again (^W^T^T and ^R^X^X). [DONE]
|
|
|
|
For version 1.2:
|
|
- Single-line scroll up/down? [DONE]
|
|
- Color syntax highlighting? [DONE]
|
|
- Support for a .nanorc file. [DONE]
|
|
- Backup making (filename~)? [DONE]
|
|
- Search/replace string history. [DONE]
|
|
- Implement Pico's -j and -g flags. [DONE]
|
|
- Make mouse support (-m) work with clicking on the shortcuts. [DONE]
|
|
- Implement -o (--operatingdir, a chroot of sorts). [DONE]
|
|
- Allow -r to take a negative argument. [DONE]
|
|
|
|
For version 1.0:
|
|
- Implement Spelling. [DONE]
|
|
- Implement Help. [DONE]
|
|
- Internationalization [In progress, translators welcome!]
|
|
- Allow nano to be resized in X. [DONE]
|
|
- On PageUp/Down, put the cursor on the first screen line (like Pico). [DONE]
|
|
- Implement justify function. [DONE]
|
|
- Cut to end of line. [DONE]
|
|
- Built-in speller command. [DONE]
|
|
- Better status-bar interaction (scrolling, tab completion). [DONE]
|
|
- Unjustify command (^U after ^J). [DONE]
|
|
- Username completion (~user). [DONE]
|