2 | | == 1.19 (r3209) to 1.20 -- Status: 2018-12-05 == |
| 2 | == 1.19 (r3209) to 1.20 -- Status: 2019-03-18 == |
| 3 | |
| 4 | |
| 5 | **Sum** |
| 6 | |
| 7 | - Added menu item to insert the sum of block-marked text. |
| 8 | |
| 9 | |
| 10 | **Center, box and draw** |
| 11 | |
| 12 | - Added menu items under ''Format''. |
| 13 | |
| 14 | - Added type configuration dialogs. |
| 15 | |
| 16 | - For line mode, use ''header width'' value instead of 1599 (MAXMARGIN). |
| 17 | |
| 18 | - Added configuration of ''header width''. |
| 19 | |
| 20 | |
| 21 | **Reflow margins** |
| 22 | |
| 23 | - Changed configuration of first margins selection item to use |
| 24 | ''header width''. |
| 25 | |
| 26 | |
| 27 | **Key recording** |
| 28 | |
| 29 | - Allow for edit, save and restore a recorded sequence. |
| 30 | |
| 31 | - Added menu items for that. |
| 32 | |
| 33 | - Moved menu items from ''Edit'' to ''Run''. |
| 34 | |
| 35 | |
| 36 | **Spell-check dictionaries** |
| 37 | |
| 38 | - Uploaded working Netscape dictionary files. |
| 39 | |
| 40 | - Improved configuration dialogs. |
| 41 | |
| 42 | - Added ''Download'' button to the ''Edit dictionaries'' dialog. |
| 43 | |
| 44 | |
| 45 | **Alt+1 and URLs** |
| 46 | |
| 47 | - Improved URL processing. |
| 48 | |
| 49 | - Many improvements for ''Alt+1'' to process the file spec under the cursor, |
| 50 | e.g. added filespec:"search wrds". |
| 51 | |
| 52 | |
| 53 | **Search** |
| 54 | |
| 55 | - Fixes for handling search options. |
| 56 | |
| 57 | - Added reset of last saved ''Change'' arguments by executing a different |
| 58 | ''Find'' (locate) command. |
| 59 | |
| 60 | |
| 61 | **Startup** |
| 62 | |
| 63 | - Made initialization more stable. |
| 64 | |
| 65 | - Improved processing of commands after the first start. |
| 66 | |
| 67 | |
| 68 | **Title bar** |
| 69 | |
| 70 | - Improved the display of the ''.LONGNAME'' EA. |
| 71 | |
| 72 | |
| 73 | **Dynamic configuration** |
| 74 | |
| 75 | - Improved processing of environment variables to extend the environment |
| 76 | and fixed previous double extension. |
| 77 | |
| 78 | - ''BEGINLIBPATH'' is used now instead of ''EPMBEGINLIBPATH''. |
| 79 | |
| 80 | - Environments started with ''EPMMAINT.CMD'' now show the correct paths for |
| 81 | the ''loader'' and the ''executable''. |
| 82 | |
| 83 | |
| 84 | **Format** |
| 85 | |
| 86 | - Copied ''Coding style'' menu items from ''Preferences'' to ''Format'' for |
| 87 | easier access. |
| 88 | |
| 89 | - Extended all remaining commands to process mark only if it exists. |
| 90 | |
| 91 | |
| 92 | **Tags** |
| 93 | |
| 94 | - Added tags support for modes INI and TEXT. |
| 95 | |
| 96 | - Fixed tags processing for PHP, IPF. |
| 97 | |
| 98 | - Allow for tags with multiple words. |
| 99 | |
| 100 | - IPF: Allow for headers spanned over multiple lines. |
| 101 | |
| 102 | - Fixed tags processing if egrep meta characters are included. |
| 103 | |
| 104 | - Added LaTeX and TeX tag keywords for mode TEX. |
| 105 | |
| 106 | |
| 107 | **Modes** |
| 108 | |
| 109 | - Changes for PERL, JAVASCRIPT, TEXT, CONFIGSYS, C, RC, PASCAL, PYTHON, REXX. |
| 110 | |
| 111 | - SHELL: Fixed command history for a restored command line file. |
| 112 | |
| 113 | |
| 114 | **Highlighting** |
| 115 | |
| 116 | - The reload of a keyword file can now be forced by keeping the Ctrl key |
| 117 | pressed while executing ''!NepmdActivateHighlight''. That applies also to |
| 118 | the highlighting menu items. |
| 119 | |
| 120 | - Highlighting is now temporarily switched off during mouse marking. |
| 121 | This is required as a workaround to allow for catching the end of a line |
| 122 | when the file was highlighted. |
| 123 | |
| 124 | - Added workaround for an EPM bug to replace DELIMI with DELIM if possible to |
| 125 | allow for specifying escape chars. |
| 126 | |
| 127 | |
| 128 | **Recompile** |
| 129 | |
| 130 | - Fixes for ''!RecompileNew''. |
| 131 | |
| 132 | - Changed inclusion of MYSTUFF.E and handle that file correctly as an option. |
| 133 | |
| 134 | - Added ''Recompile'' command to process the current file only. |
| 135 | |
| 136 | |
| 137 | **Tabs and spaces** |
| 138 | |
| 139 | - Many changes and fixes. |