| 4 | == To be completed. Status: http://trac.netlabs.org/nepmd/changeset/4112 == |
| 5 | |
| 6 | |
| 7 | === Keyword help === |
| 8 | |
| 9 | - ''Reworked''. |
| 10 | |
| 11 | - Allow to specify a ''mode'' instead of extensions. |
| 12 | |
| 13 | |
| 14 | === Syntax expansion and coding styles === |
| 15 | |
| 16 | Improvements mainly for ''mode C''. |
| 17 | |
| 18 | |
| 19 | === Load and highlight found strings === |
| 20 | |
| 21 | - Many ''fixes''. |
| 22 | |
| 23 | - Added ''GoToLineStr'' and ''DialogLoadFile''. |
| 24 | |
| 25 | - The ''Ctrl key'' has to be pressed together with selecting buttons to open |
| 26 | files in a ''new window''. |
| 27 | |
| 28 | |
| 29 | === Startup === |
| 30 | |
| 31 | - Workaround added for ''improper arg parsing'' of the EPM executable. Now |
| 32 | the args from the loader are submitted when required. |
| 33 | |
| 34 | - Improved ''screen updates''. |
| 35 | |
| 36 | |
| 37 | === Edit === |
| 38 | |
| 39 | - Added ''@FileList'' option instead of a filename. The contained lines in |
| 40 | such a file list are processed as if they were execued submitted to EPM |
| 41 | consecutively. That allows for submitting longer lists that otherwise won't |
| 42 | fit into a OS/2 command line (259 resp. 1023 chars). |
| 43 | |
| 44 | - Completely ''reworked''. |
| 45 | |
| 46 | - Fixed ''parsing'' of '=' char and quotes. |
| 47 | |
| 48 | |
| 49 | === Search dialog === |
| 50 | |
| 51 | - Select also those options properly that were added to Warp 4, e.g. ''t'' |
| 52 | and ''b''. |
| 53 | |
| 54 | - Added ''o'' = automatic case option to open the Search dialog with the |
| 55 | mode-dependent case value. Made this option default. |
| 56 | |
| 57 | - Split into ''Search dialog'' and ''Replace dialog''. The new Search |
| 58 | dialog is just a Replace dialog with emptied Replace field. It also |
| 59 | ensures that the Change actions are disabled, as long as the replace |
| 60 | field remains empty. Changed key definitions a bit for that. |
| 61 | |
| 62 | - Many more ''fixes''. |
| 63 | |
| 64 | |
| 65 | === NepmdInfo === |
| 66 | |
| 67 | - Display the data for the ''correct loader executable''. |
| 68 | |
| 69 | |
| 70 | === Alt+1 === |
| 71 | |
| 72 | - ''Reworked''. |
| 73 | |
| 74 | - Avoid searching an ''entire volume'' in some situations. The search in a |
| 75 | tree has now limited and variable depth, depending on the depth of the |
| 76 | start directory. |
| 77 | |
| 78 | |
| 79 | === ShiftLeft and ShiftRight === |
| 80 | |
| 81 | - Avoid ''removing chars at the left''. Suggested by Lars Erdmann. |
| 82 | |
| 83 | - Handle ''block mark'' correctly. |
| 84 | |
| 85 | |
| 86 | === Menu === |
| 87 | |
| 88 | - Configure extended ''scroll position options''. |
| 89 | |
| 90 | - Configure Search dialog: Optionally automatically activate ''Marked area'' |
| 91 | if a multi-line mark exists. |
| 92 | |
| 93 | |
| 94 | === Syntax highlighting === |
| 95 | |
| 96 | - Use ''red error messages'' in SHELL. |
| 97 | |
| 98 | |
| 99 | === Tags === |
| 100 | |
| 101 | - Many ''fixes''. |
| 102 | |
| 103 | - 'Mode C'': Use a slower, sloppier method if the first pass hasn't found |
| 104 | anything. |
| 105 | |
| 106 | - ''Mode E'' additions. |
| 107 | |
| 108 | |
| 109 | === RecompileNew === |
| 110 | |
| 111 | - Ignore all ''RCS keywords'' in file comparison. |
| 112 | |
| 113 | |
| 114 | === Assist === |
| 115 | |
| 116 | - Support ''LaTeX environments''. |
| 117 | |
| 118 | - ''Many fixes''. |
| 119 | |
| 120 | - Improvements for ''mode E'' with parentheses. |
| 121 | |
| 122 | |
| 123 | === Spell checking === |
| 124 | |
| 125 | - Many ''fixes''. |
| 126 | |
| 127 | |
| 128 | === Position restore === |
| 129 | |
| 130 | - Added again many improvements to avoid ''unwanted scrolling''. |
| 131 | |
| 132 | |
| 133 | === Code === |
| 134 | |
| 135 | - Changed ''NepmdQueryConfigValue'' and ''NepmdWriteConfigValue'' to handle |
| 136 | both string and binary values. |
| 137 | |
| 138 | - Added ''NepmdGetNextProfileApp'' and ''NepmdGetNextProfileKey''. |
| 139 | |
| 140 | - Allow for ''aligning of messages in TMF files'' by stripping spaces. |
| 141 | |
| 142 | - Changed ''line comment string for TMF files'' to ";--" in column 1. |
| 143 | |
| 144 | - Reworked ''initialization''. |
| 145 | |
| 146 | |
| 147 | === Installation === |
| 148 | |
| 149 | - Mark the EPM executable mp unsave on ''SMP systems'' during installation. |
| 150 | That avoids crashes and display isses on scrolling. Standard EPM bug |
| 151 | reported by Andy Willis. Now EPM is usable on SMP systems again. |
| 152 | |
| 153 | - Added ''ArcaOS folder icons'' by David Graser and use them automatically |
| 154 | for ArcaOS. |
| 155 | |
| 156 | |
| 157 | === Settings === |
| 158 | |
| 159 | - Improved templates to ease ''tool options configuration'', e.g. for wget. |
| 160 | |
| 161 | - Fixed setting source for ''virtal files''. |
| 162 | |
| 163 | - Reenabled ''empty values''. Fixes e.g. persistent switching to standard EPM |
| 164 | keyset. |