home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / nano / TODO < prev    next >
Encoding:
Text File  |  2006-10-06  |  3.8 KB  |  88 lines

  1. TODO file (? means the feature may be implemented, but not definitely)
  2. ------------------------------------------------------------------------
  3.  
  4. For the next version:
  5. - Undo/Redo keys (M-U and M-E)?
  6. - Rebindable keys?
  7. - FriBidi support?
  8. - Port to DJGPP?
  9. - Make matching bracket searches sophisticated enough to skip over
  10.   brackets inside comments?
  11. - Allow indentation of marked text by spaces as well as tabs?
  12. - Allow indentation to add just enough columns to reach the nearest
  13.   multiple of tabsize, rather than always adding tabsize columns?
  14. - Allow piping marked text to an external command and replacing it with
  15.   the command's output (as the internal spell checker already does with
  16.   the "spell" command)?
  17. - Rewrite the nano FAQ in SGML.
  18. - Allow conversion between different character sets.  Maybe use glib's
  19.   iconv() if the system's iconv() is inadequate, since we already use
  20.   glib's vsnprintf() if the system lacks vsnprintf()?
  21. - Handle window resizes better.  After we resize, we should stay
  22.   wherever we were before we resized, as Pico does.
  23. - Fix problems with color syntaxes' highlighting lines too aggressively.
  24. - Allow color syntaxes to apply to more than just color, so that we can
  25.   e.g. specify a different alternate spell checker depending on which
  26.   file type we have open.
  27. - Allow color syntaxes to be selected based on more than just filename
  28.   extension, e.g. through libmagic?
  29. - Allow text searches in the help browser.
  30. - Allow setting marks (saved positions, not to be confused with the mark
  31.   set via Ctrl-^) at various lines and/or columns in the buffer, and
  32.   allow movement between them with a single keystroke.
  33. - Add the ability to move to different lines of the screen with a single
  34.   keystroke, e.g. M-` (M-~) to go to the top line, M-& (M-7) to go to
  35.   the center line, and M-' (M-") to go to the last line.
  36. - Allow searching for and replacing newlines.
  37. - Allow soft wrapping as well as hard wrapping?
  38.  
  39. Old requests:
  40.  
  41. For version 2.0:
  42. - UTF-8 support. [DONE]
  43. - Support for paragraph searches. [DONE]
  44. - Support for justifying the entire file at once. [DONE]
  45. - Support for filename searches in the file browser. [DONE]
  46. - Keystroke to implement "Add next sequence as raw" like vi's ^V. [DONE]
  47. - Spell check selected text only. [DONE]
  48. - Make "To Line" (^W^T) and "Read from Command" (^R^X) reenter their
  49.   parent menu when their keystroke is entered a second time (^W^T^T and
  50.   (^R^X^X) (requires figuring out when to keep cursor position and when
  51.   not to). [DONE]
  52. - Fix resetstatuspos global which we shouldn't have. [DONE]
  53.  
  54. For version 1.2:
  55. - Single line scroll up/down? [DONE]
  56. - Color syntax highlighting? (certainly seems like there's a demand for
  57.   it.) [DONE]
  58. - .nanorc [DONE]
  59. - Backup making (filename~)? [DONE]
  60. - Search (etc.) string history [DONE]
  61. - Implement Pico's -j and -g flags, as they are pretty easy to do.
  62.   [DONE]
  63. - Make mouse support work with clicking on the shortcuts (-m).  Must
  64.   make global variable pointing to current shortcut list to determine
  65.   what keystroke to ungetch(). [DONE].
  66. - Implement -o (chroot of sorts) [DONE]
  67. - Allow -r to take a negative argument, meaning right margin instead of
  68.   left (allows resizing that way), formerly -W arg. [DONE]
  69.  
  70. For version 1.0:
  71. - Implement Spelling [DONE]
  72. - Implement Help [DONE]
  73. - Internationalization [In progress, translators welcome!]
  74. - Allow nano to be resized in X. [DONE]
  75. - On page up/down, put the cursor on the first line (like Pico), not the
  76.   center line [DONE]
  77. - Rewrite edit_refresh, if at all possible [DONE]
  78. - Implement justify function [DONE]
  79. - Cut to end of line [DONE]
  80. - Built-in speller command [needed for version 1.0] [DONE]
  81. - Better statusbar interaction (scrolling, tab completion for filename)
  82.   [needed for version 1.0] [DONE]
  83. - Now do username completion [DONE].
  84. - Unjustify command (^U after ^J) [DONE =-].
  85. - Username completion (~user) [DONE =-].
  86.  
  87. $Id: TODO,v 1.64 2006/10/06 16:00:13 dolorous Exp $
  88.