Changes between Version 18 and Version 19 of WikiStart/Changes
- Timestamp:
- Mar 28, 2019, 9:46:04 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Changes
v18 v19 3 3 [[PageOutline]] 4 4 5 **Installation** 5 === Installation === 6 6 7 7 - Fixed configuration of NEPMD associations during the installation. … … 9 9 10 10 11 **Sum** 11 === Sum === 12 12 13 13 - Added menu item to insert the sum of block-marked text. 14 14 15 15 16 **Center, box and draw** 16 === Center, box and draw === 17 17 18 18 - Added menu items under ''Format''. … … 25 25 26 26 27 **Reflow margins** 27 === Reflow margins === 28 28 29 29 - Changed configuration of first margins selection item to use … … 31 31 32 32 33 **Key recording** 33 === Key recording === 34 34 35 35 - Allow for edit, save and restore a recorded sequence. … … 40 40 41 41 42 **Spell-check dictionaries** 42 === Spell-check dictionaries === 43 43 44 44 - Uploaded working Netscape dictionary files. … … 49 49 50 50 51 **Alt+1 and URLs** 51 === Alt+1 and URLs === 52 52 53 53 - Improved URL processing. … … 57 57 58 58 59 **Search** 59 === Search === 60 60 61 61 - Fixes for handling search options. … … 65 65 66 66 67 **Startup** 67 === Startup === 68 68 69 69 - Made initialization more stable. … … 72 72 73 73 74 **Title bar** 74 === Title bar === 75 75 76 76 - Improved the display of the ''.LONGNAME'' EA. 77 77 78 78 79 **Dynamic configuration** 79 === Dynamic configuration === 80 80 81 81 - Improved processing of environment variables to extend the environment … … 88 88 89 89 90 **Format** 90 === Format === 91 91 92 92 - Copied ''Coding style'' menu items from ''Preferences'' to ''Format'' for … … 96 96 97 97 98 **Tags** 98 === Tags === 99 99 100 100 - Added tags support for modes INI and TEXT. … … 111 111 112 112 113 **Modes** 113 === Modes === 114 114 115 115 - Changes for PERL, JAVASCRIPT, TEXT, CONFIGSYS, C, RC, PASCAL, PYTHON, REXX. … … 118 118 119 119 120 **Highlighting** 120 === Highlighting === 121 121 122 122 - The reload of a keyword file can now be forced by keeping the Ctrl key … … 132 132 133 133 134 **Recompile** 134 === Recompile === 135 135 136 136 - Fixes for ''!RecompileNew''. … … 141 141 142 142 143 **Tabs and spaces** 143 === Tabs and spaces === 144 144 145 145 - Many changes and fixes. 146 146 147 147 148 **Swap text** 148 === Swap text === 149 149 150 150 - Added ''!MoveExpressionLeft'' and ''!MoveExpressionRight''. Menu items … … 152 152 153 153 154 **Syntax expansion** 154 === Syntax expansion === 155 155 156 156 - Reworked syntax expansion: Handle tabs correctly, skip expansion in … … 160 160 161 161 162 **Assist** 162 === Assist === 163 163 164 164 - Fixes for nested multi-line comments. 165 165 166 166 167 **Attributes** 167 === Attributes === 168 168 169 169 - Reworked buggy attributes (e.g. bookmarks) handling for many commands. … … 172 172 173 173 174 **Bookmarks** 174 === Bookmarks === 175 175 176 176 - Reworked bookmarks processing. … … 191 191 192 192 193 **Dialogs** 193 === Dialogs === 194 194 195 195 - Fixed strings processing for ''!ListBox'' and ''!EntryBox''. 196 196 197 197 198 **Fill** 198 === Fill === 199 199 200 200 - Extended ''Fill'' to accept multiple chars, either tiled or left-aligned. 201 201 202 202 203 **Alt+1** 203 === Alt+1 === 204 204 205 205 - Improved file searching for NEPMD files. 206 206 207 207 208 **Context menu** 208 === Context menu === 209 209 210 210 - Added ''!TagScan'' and ''!OpenUrl'' to the context menu. 211 211 212 212 213 **Preferences** 213 === Preferences === 214 214 215 215 - Fixed notification within menu items if values are overridden by file, … … 224 224 225 225 226 **user.cfg** 226 === user.cfg === 227 227 228 228 - Fixed export of a value with leading or trailing spaces. 229 229 230 230 231 **Undo** 231 === Undo === 232 232 233 233 - Reworked ''Undo'' processing. … … 243 243 244 244 245 **Modes** 245 === Modes === 246 246 247 247 - Improved mode definitions for INI, JAVASCRIPT, TEX, FORTRAN77, FORTRAN90, … … 255 255 256 256 257 **Menu** 257 === Menu === 258 258 259 259 - Added ''Preferences'' menu item to the popup menu. … … 276 276 277 277 278 **Keys** 278 === Keys === 279 279 280 280 - Changed scroll definitions in CUA keys. Added Alt combinations to … … 294 294 295 295 296 **Configuration files** 296 === Configuration files === 297 297 298 298 - Fixed determination if an import of DEFAULTS.CFG or USER.CFG is required. … … 309 309 310 310 311 **Undo** 311 === Undo === 312 312 313 313 - Added cursor, scroll and mark position restore to ''Undo'' and ''Redo''. 314 314 315 315 316 **Shell files** 316 === Shell files === 317 317 318 318 - Fixed shell file processing. … … 322 322 323 323 324 **Process marked lines** 324 === Process marked lines === 325 325 326 326 - Changed processing of file to marked lines, if marked for ''Wrap''. 327 327 328 328 329 **Syntax expansion** 329 === Syntax expansion === 330 330 331 331 - Improved syntax expansion for C to omit expansion if cursor is left of … … 335 335 336 336 337 **Assist and !TagScan** 337 === Assist and !TagScan === 338 338 339 339 - Made ''Assist'' much faster for multi-line comments. … … 347 347 348 348 349 **Library functions of NEPMD.DLL** 349 === Library functions of NEPMD.DLL === 350 350 351 351 - Added !NepmdDeleteConfigTree, !NepmdImportUserConfig. … … 356 356 357 357 358 **Installation** 358 === Installation === 359 359 360 360 - Fixed unwanted reset of program object settings on program object creation. … … 363 363 364 364 365 **Miscellaneous** 365 === Miscellaneous === 366 366 367 367 - Improved error handling in .ERX files.