Changes between Version 89 and Version 90 of WikiStart


Ignore:
Timestamp:
Jul 30, 2022, 8:31:49 PM (22 months ago)
Author:
Andreas Schnellbacher
Comment:

Extended Features section

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v89 v90  
    3838== 1. Features ==
    3939
    40 It comes with countless features and bug fixes for both programmers and
    41 standard users, e.g.:
    42 
    43 - user-friendly default configuration
    44 - improved keyword highlighting
    45 - configurable color schemes and info bars
    46 - new menu, toolbar and additional keyset
    47 - mode-dependent configuration including syntax expansion with
    48   coding styles and expression matching
    49 - many new formatting options
    50 - improved command shell features
    51 - easier configuration to avoid macro recompilation
    52 - advanced amount of configuration items.
    53 
    54 The utility of EPM was greatly improved.
     40It comes with features and bug fixes for both programmers and standard
     41users:
     42
     43General
     44-  Countless fixes and workarounds for the original EPM.
     45Configuration
     46-  User-friendly default configuration.
     47-  Presets to ease access to the large number of settings.
     48-  All setting are changeable on-the-fly without recompilation.
     49Recompile
     50-  To change behavior that is not prepared to be configured and for development, macro recompilation was made easy and fast, in most cases without a restart.
     51Mode determination
     52-  Mode instead of just file extension (filetype).
     53-  Define mode determination rules, including file specs, signatures and shebangs.
     54-  Distinguishable highlighting from mode.
     55Mode settings
     56-  Mode-dependent configuration.
     57-  Syntax expansion.
     58-  Bracket and expression matching that respects comments and strings.
     59-  Coding styles.
     60Menus and keys
     61-  New keysets.
     62-  New menus and toolbar.
     63-  Changed keyset to accelerator keys for to support more key combinations.
     64-  Automatic adoption of accelerator key strings in menu items on changing key definitions.
     65Search
     66-  Additional search options: all files, comments, literals.
     67-  Search history.
     68Backup
     69-  Advanced backup mechanism.
     70-  Restore backup files via popup menu.
     71-  Garbage collector for old backup files.
     72Marking   
     73-  Extended marking configuration.
     74Format
     75-  Line ends. 
     76-  Line wraps.
     77-  Change encoding.
     78-  Spell check.
     79-  Select coding styles for syntax expansion.
     80-  Reflow text.
     81-  Many more.
     82Open extracted string (Alt_1)
     83-  Jump to error from a compile log.
     84-  Open filename under cursor.
     85Command shell
     86-  Improved command shell features.
     87-  Restorable environment.
     88-  Filename completion.
     89-  4os2 support.
     90-  Note: Posix shells work somehow but don't give a prompt.
     91Misc.
     92-  Copy chars from the line above or below.
     93-  Move lines, chars, expressions.
     94
    5595
    5696Disadvantages of EPM (and NEPMD) are:
     
    61101-  No gutter with line numbers.
    62102
    63 While the clipboard limitation could be worked-around, the other features can't. Note that IBM hasn't published the sources for the executables, just for the macros.
     103While the clipboard limitation could be worked-around, the other features can't.
     104Note that IBM hasn't published the sources for the executables, just for the macros.
    64105
    65106----