Changeset 4104
- Timestamp:
- Jul 23, 2020, 1:43:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/kwhelp.e ¶
r4097 r4104 20 20 ****************************************************************************/ 21 21 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 36 22 /* Format of index file: 37 23 EXTENSIONS: ... … … 46 32 - As wildcard, '*' can be used at the following places: 47 33 - Instead of a mode or extension. 48 - At the end o f a keyword specification.34 - At the end or instead of a keyword specification. 49 35 - Other places are not supported. '?' is not supported. 50 36 - The tilde in the command is replaced by the current keyword at the
Note:
See TracChangeset
for help on using the changeset viewer.