Changes between Version 37 and Version 38 of WikiStart/Changes


Ignore:
Timestamp:
Sep 9, 2021, 8:44:08 AM (3 years ago)
Author:
Andreas Schnellbacher
Comment:

Finished changes for 1.22

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/Changes

    v37 v38  
    22[[PageOutline]]
    33
    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.
    514
    615
     
    2534- The ''Ctrl key'' has to be pressed together with selecting buttons to open
    2635  files in a ''new window''.
     36
     37- Improved ''!ScrollAfterLocate''.
    2738
    2839
     
    5162=== Search dialog ===
    5263
     64- Display changed search settings of the Preferences popup menu immediately
     65  in the search dialog.
     66
    5367- Select also those options properly that were added to Warp 4, e.g. ''t''
    5468  and ''b''.
     
    100114=== Menu ===
    101115
     116- ''Configuration presets:'' Added checkmarks.
     117
    102118- Improvements of the ''Preferences'' popup menu.
    103119
     
    110126=== Syntax highlighting ===
    111127
     128- Renamed ''mode'' dir to ''hilte''. Renamed contained .ini files. Mode settings
     129  were moved to NEPMD.INI.
     130
    112131- Use ''red error messages'' in SHELL.
    113132
     
    117136- Many ''fixes''.
    118137
    119 - 'Mode C'': Use a slower, sloppier method if the first pass hasn't found
     138- ''Mode C'': Use a slower, sloppier method if the first pass hasn't found
    120139  anything.
    121140 
     
    146165- Added again many improvements to avoid ''unwanted scrolling''.
    147166
    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
    154177=== Mode ===
    155178
     
    164187
    165188=== Code ===
     189
     190- Reworked ''file switching'' and ring commands at file loading.
    166191
    167192- Changed ''!NepmdQueryConfigValue'' and ''!NepmdWriteConfigValue'' to handle
     
    193218=== Settings ===
    194219
     220- Allow for changing font size with Ctrl+- and Ctrl++.
     221
    195222- ''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*.
    197226
    198227- Added support for ''<mode>:<filemask>'' (instead of <mode>) setting keys.
    199228
    200229- 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.
    201234
    202235- Improved support of ''EPMKWDS.*'' files for highlighting.
     
    212245  keyset.
    213246
    214 {{{#!comment
    215 === Misc. ===
    216 }}}
    217247
    218248== Older versions ==