Blame TODO

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