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