| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-22 | updated lexer and session libraries using new EU, [* and ]* commands | Robin Haberkorn | 1 | -17/+14 | |
| 2014-11-22 | added globbing command EN | Robin Haberkorn | 1 | -8/+13 | |
| * implements the same globbing as the EB command already did * uses Globber helper class that behaves more like UNIX glob(). glib only has a glob-style pattern matcher. * The Globber class may be extended later to provide more UNIX-like globbing. * lexer.tes has been updated to make use of globbing. Now, lexers can be automatically loaded and registered at startup. To install a new lexer, it's sufficient to copy a file to the lexers/ directory. | |||||
| 2014-11-20 | lexer library: added M[lexer.checkheader] and M[lexer.checkname] for ↵ | Robin Haberkorn | 1 | -5/+14 | |
| matching a pattern against the first line of a buffer or its filename. This simplifies the "lexer.test..." macros and allows us to select lexers based on the #! line. | |||||
| 2014-11-19 | added first draft of new modular lexer system | Robin Haberkorn | 1 | -232/+18 | |
| 2013-07-04 | updated lexer config: CMake and XML lexing | Robin Haberkorn | 1 | -0/+87 | |
| 2013-02-15 | install standard macros into special standard library path (pkgdatadir/lib) | Robin Haberkorn | 1 | -0/+150 | |
| * SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore | |||||
