Changeset 4104


Ignore:
Timestamp:
Jul 23, 2020, 1:43:43 AM (5 years ago)
Author:
Andreas Schnellbacher
Message:
  • Changed outdated comments. '*' as wildcard instead of the begin of a keyword is now supported.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/kwhelp.e

    r4097 r4104  
    2020****************************************************************************/
    2121
    22 /********************************************************************/
    23 /* Modified 12/03/93 to include the following changes:              */
    24 /*                                                                  */
    25 /* - check filetype on keyword lookup - Fortran is case insensitive */
    26 /* - when building the help file index, use only indices with       */
    27 /*   EXTENSIONS = '*' or that match the filetype                    */
    28 /* - re-build the helpfile index if filetype has changed since      */
    29 /*   the last time it was built                                     */
    30 /* - do not terminate if one of the help indexes is not found       */
    31 /* - successive tries to match identifier with wildcards is         */
    32 /*   terminated at 1 character + '*' rather than just '*'           */
    33 /*                                                                  */
    34 /********************************************************************/
    35 
    3622/* Format of index file:
    3723         EXTENSIONS: ...
     
    4632   -  As wildcard, '*' can be used at the following places:
    4733      -  Instead of a mode or extension.
    48       -  At the end of a keyword specification.
     34      -  At the end or instead of a keyword specification.
    4935   -  Other places are not supported. '?' is not supported.
    5036   -  The tilde in the command is replaced by the current keyword at the
Note: See TracChangeset for help on using the changeset viewer.