13 | | - Added ''BIN'' as fallback mode beneath ''TEXT''. Added recognition of binary files. |
| 13 | - Added ''BIN'' as fallback mode beneath ''TEXT''. Added recognition of |
| 14 | binary files. |
| 15 | |
| 16 | - Added Shebangs for ''files without extension''. |
| 17 | |
| 18 | - Added signatures for the extensions ''inf'', ''hlp'' and ''ini''. |
| 19 | |
| 20 | - Added mode recognition for ''temp. epmkwds files'' and for installed |
| 21 | ''.hil files''. |
| 22 | |
| 23 | |
| 24 | === Search === |
| 25 | |
| 26 | - ''Completely reworked''. |
| 27 | |
| 28 | - Added ''synchronization'' between menu, dialog, Preferences menu and saved |
| 29 | last search arg. |
| 30 | |
| 31 | - Added option l for ''Loaded files''. That additional option is configurable |
| 32 | in the menu for temporary changes and in the Preferences menu for permanent |
| 33 | changes. |
| 34 | |
| 35 | - Allow for exclusion of ''literals'' (option ") and ''comments'' (option ;). |
| 36 | These additional options are configurable in the menu for temporary changes |
| 37 | and in the Preferences menu for permanent changes. |
| 38 | |
| 39 | - Added ''history''. The dialog can be opened via ''Search -> List history''. |
| 40 | It allows for restore previous search args and for exchange the search and |
| 41 | replace entries of the Search dialog. |
| 42 | |
| 43 | |
| 44 | === Shell files === |
| 45 | |
| 46 | - ''Completely reworked''. |
| 47 | |
| 48 | - The command history can be found either by typing the Newline key at an |
| 49 | empty prompt or in the ''Bookmark'' dialog. |
| 50 | |
| 51 | - Hints: To navigate through previous shell commands, use Ctrl+Up and |
| 52 | Ctrl+Down. To enter a command to the shell, type it at any prompt and |
| 53 | press the Newline key. For a previous prompt, the old one is restored. |
| 54 | |
| 55 | - Hint: To change a directory alternatively to cd (or cdd), support for |
| 56 | folder drag and drop was added. |
| 57 | |
| 58 | - Allow for ''quiet'' shell start per option: ''Run -> Configure command |
| 59 | shells''. |
| 60 | |
| 61 | - ''Fixed save'' and ''ask on close'' of modified shell files. |
| 62 | |
| 63 | - Improved ''restore'' of shell files and fixed line deletion. |
| 64 | |
| 65 | - Added extracting of the shell ''environment''. An .env file is now saved |
| 66 | with the shell file. A shell file is now completely restored to continue |
| 67 | where it ended before. That applies also for shell files on Restart, if |
| 68 | configured. |
| 69 | |
| 70 | - ''Discard changes'' and ''Auto-save changes on Restart'' can now be |
| 71 | configured via ''Preferences -> Save and Restore -> Read-only and modified''. |
| 72 | |
| 73 | - The ''prompt'' can now be ''configured'' via setting key. (Use export and |
| 74 | import for that.) After shell start, the PROMPT environment variable can |
| 75 | be used for that. |
| 76 | |
| 77 | - The ''Shell'' toolbar button opens now a shell in a new window if the |
| 78 | ''Ctrl'' key was pressed. |
| 79 | |
| 80 | |
| 81 | === Save === |
| 82 | |
| 83 | - ''Completely reworked''. |
| 84 | |
| 85 | - Fixed ''longname'', ''FAT'' and ''non-FAT'' handling. |
| 86 | |
| 87 | - Fixed ''mode redetermination'' for !SaveAs. |
| 88 | |
| 89 | |
| 90 | === Discard changes and .modify === |
| 91 | |
| 92 | - Reworked. Configurable via ''Preferences -> Save and Restore -> Read-only |
| 93 | and modified''. |
| 94 | |
| 95 | |
| 96 | === Menu === |
| 97 | |
| 98 | - ''Eased operation'' by avoiding many submenus of menu items, mainly in the |
| 99 | ''Preferences'' popup menu. |