Changes between Version 7 and Version 8 of roadmap


Ignore:
Timestamp:
02/06/10 14:22:26 (14 years ago)
Author:
andrew_b
Comment:

Remove already implemented stuff

Legend:

Unmodified
Added
Removed
Modified
  • roadmap

    v7 v8  
    2727 * Report errors in fish operations and recover from them. 
    2828 * Allow colors to be defined in the mc.lib file.  Make it possible to avoid using a super-long line to redefine all colors. 
    29  * Allow verbatim search in "Find File".  Right now, the context is always interpreted as regular expression. 
    3029 * Filters in the editor should operate on the open file - don't close and reopen the file.  They don't work on VFS now.  For example, a gzipped 
    31  * files on FTP cannot be edited. 
     30 * Files on FTP cannot be edited. 
    3231 * ftp and fish with home != '/' - readjust directory to the home. 
    33  * Search in the viewer should have an option for case sensitive search. 
    3432 * Make "Find File" dialog more responsive.  Keep state in a structure and preserve it when the search is suspended. 
    3533 * Use KDGKBENT ioctl on Linux console to find the mapping for shifted functional keys.  Two mappings are widely used (Shift-F1 = F11 and Shift-F1 = F13).  mc should adjust the keys to the mapping. 
    36  * Alt-O should optionally show the current directory and move cursor down (as in older versions).  Old functionality on files (go to "..") is not needed. 
    3734 
    3835== Future Releases == 
     
    5754 * Provide "patch" and "diff" editors. The patch editor will automatically adjust the line numbers of the following chunks when lines are deleted or inserted at the beginning of the file. 
    5855 * Provide context menus for files. Possible actions include: [compile], [CVS commit], [CVS diff -up], [pack], [unpack], [grep]. 
    59  * Make mc a CVS frontend comparable to Eclipse-3.0. 
    6056 * More standard Widgets: WTreeView, WDirectoryList, WGroupBox, WTextArea, WOpenDialog, WSaveDialog, WPrintDialog, WKeyBar. 
    6157