home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / nano / TODO < prev    next >
Encoding:
Text File  |  2006-06-09  |  3.5 KB  |  82 lines

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