Changes between Version 37 and Version 38 of WikiStart/Changes
- Timestamp:
- Sep 9, 2021, 10:44:08 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Changes
v37 v38 2 2 [[PageOutline]] 3 3 4 == To be completed. Status: http://trac.netlabs.org/nepmd/changeset/4221 == 4 === Find definition === 5 6 - Reworked and extended. After configuring the toolkit dir, the search for 7 mode C finds not only function prototypes, but also ''#defines'', ''structs'' 8 and ''typedefs''. 9 10 - Allow to specify the ''search type'': Find in includes, find in filemasks, 11 find in filemasks with grep.exe, find words in current file. 12 13 - Modes ''C'', ''E'' and ''REXX'' are currently supported. 5 14 6 15 … … 25 34 - The ''Ctrl key'' has to be pressed together with selecting buttons to open 26 35 files in a ''new window''. 36 37 - Improved ''!ScrollAfterLocate''. 27 38 28 39 … … 51 62 === Search dialog === 52 63 64 - Display changed search settings of the Preferences popup menu immediately 65 in the search dialog. 66 53 67 - Select also those options properly that were added to Warp 4, e.g. ''t'' 54 68 and ''b''. … … 100 114 === Menu === 101 115 116 - ''Configuration presets:'' Added checkmarks. 117 102 118 - Improvements of the ''Preferences'' popup menu. 103 119 … … 110 126 === Syntax highlighting === 111 127 128 - Renamed ''mode'' dir to ''hilte''. Renamed contained .ini files. Mode settings 129 were moved to NEPMD.INI. 130 112 131 - Use ''red error messages'' in SHELL. 113 132 … … 117 136 - Many ''fixes''. 118 137 119 - ' Mode C'': Use a slower, sloppier method if the first pass hasn't found138 - ''Mode C'': Use a slower, sloppier method if the first pass hasn't found 120 139 anything. 121 140 … … 146 165 - Added again many improvements to avoid ''unwanted scrolling''. 147 166 148 149 === Syntax expansion === 150 151 - Fixes for mode C. 152 153 167 - Added procs for pixel-wise scrolling. 168 169 170 === Tree listings === 171 172 - Improvements for the ''popup menu''. 173 174 - Added ''list'' keyset. 175 176 154 177 === Mode === 155 178 … … 164 187 165 188 === Code === 189 190 - Reworked ''file switching'' and ring commands at file loading. 166 191 167 192 - Changed ''!NepmdQueryConfigValue'' and ''!NepmdWriteConfigValue'' to handle … … 193 218 === Settings === 194 219 220 - Allow for changing font size with Ctrl+- and Ctrl++. 221 195 222 - ''Split mode settings'' into hilite and mode settings. Renamed mode 196 directory to hilite. 223 directory to hilite. Added !SetHighlightMode setting. It allows to change 224 the highlighting without changing the mode. That is used for files of mode 225 TEXT with filemasks .TREE* and .DOS*. 197 226 198 227 - Added support for ''<mode>:<filemask>'' (instead of <mode>) setting keys. 199 228 200 229 - Improved ''export'' of settings. 230 231 - Improved ''import'' of settings from .cfg files. Now ''E-style escapes'' 232 \### and \x## are supported. Lines may now be ''split''. If the first non-blank 233 chars of a line are '+++', the line is appended on import. 201 234 202 235 - Improved support of ''EPMKWDS.*'' files for highlighting. … … 212 245 keyset. 213 246 214 {{{#!comment215 === Misc. ===216 }}}217 247 218 248 == Older versions ==