Changes between Version 2 and Version 3 of roadmap


Ignore:
Timestamp:
02/06/10 13:26:13 (14 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • roadmap

    v2 v3  
    6565(as in older versions).  Old functionality on files (go to "..") is not 
    6666needed. 
     67 
     68== Future Releases == 
     69 
     70Ctrl-q Ctrl-m in input dialog should enter \r, not a newline. 
     71 
     72Interpret C literals in regular expressions entered by the user, e.g. \r and \0x0D. 
     73 
     74Make the internal editor reentrant.  Add "edit menu file" to the editor 
     75menu. 
     76 
     77Safe and restore file position in the viewer. 
     78 
     79Consistent support for mc.lib. 
     80 
     81Consistent support for terminal-specific settings. 
     82 
     83New syntax for mc.ext - path check, desktop environment check.  Detach X 
     84programs into a separate process group.  Allow forcing the full path on 
     85local files. 
     86 
     87Click on an image doesn't always work on remote vfs - local copy may 
     88be deleted before the application has time to load it. 
     89 
     90Allow running executables from remote VFS.  Possibly warn the user. 
     91 
     92Add print dialog in the internal editor. 
     93 
     94Implement logging, not just for VFS. 
     95 
     96"Find file" should remember full starting path, not "." in the history. 
     97 
     98Eliminate all pipes in subshell.c, run pwd after kill.  Add support for 
     99more shells (e.g. ksh). 
     100 
     101Internal terminal - no more console saving. 
     102 
     103Implement a really Advanced Chown/Chmod. 
     104 
     105Support for multi-byte charsets (e.g. UTF-8). 
     106 
     107sftp and fxp support in VFS. 
     108 
     109New listing mode keyword "time": mtime or the time (atime, ctime) used 
     110to sort files. 
     111 
     112Support for X clipboard. 
     113 
     114Provide "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. 
     115 
     116Provide context menus for files. Possible actions include: [compile], [CVS commit], [CVS diff -up], [pack], [unpack], [grep]. 
     117 
     118Make mc a CVS frontend comparable to Eclipse-3.0. 
     119 
     120More standard Widgets: WTreeView, WDirectoryList, WGroupBox, WTextArea, WOpenDialog, WSaveDialog, WPrintDialog, WKeyBar.