Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-19 | fixed minor Troff error: ".." is not allowed | Robin Haberkorn | 1 | -1/+1 | |
2013-03-17 | ^E\ string building character to format number | Robin Haberkorn | 1 | -0/+7 | |
* new Expressions::format() * may be used format numbers as part of arrays (Q-Register names) | |||||
2013-03-17 | document buffer editing hooks (ED hooks) | Robin Haberkorn | 1 | -0/+51 | |
2013-03-16 | written section about buffer ring in language manual | Robin Haberkorn | 1 | -0/+37 | |
2013-03-16 | explain caret-control-character equivalence for commands and no-ops in more ↵ | Robin Haberkorn | 1 | -1/+13 | |
detail | |||||
2013-03-16 | wrote introduction (typographic conventions) for command reference | Robin Haberkorn | 1 | -0/+31 | |
2013-03-16 | fixed spelling of Video TECO | Robin Haberkorn | 1 | -5/+6 | |
2013-03-16 | written section about flow-control constructs in language reference manual | Robin Haberkorn | 1 | -1/+185 | |
2013-03-16 | wrote language reference sections about string building and pattern match ↵ | Robin Haberkorn | 1 | -1/+159 | |
characters | |||||
2013-03-16 | manual chapters: Expressions, Command Syntax, Q-Registers | Robin Haberkorn | 1 | -0/+260 | |
2013-03-16 | generate-docs: marker looks like a Troff request now | Robin Haberkorn | 1 | -1/+1 | |
it is customary for Troff preprocessors to interpret special preprocessor requests instead of special comments | |||||
2013-03-16 | elaborate on auto-completions in sciteco(7) | Robin Haberkorn | 1 | -0/+14 | |
2013-03-16 | wrote introduction, key translation and immedite editing sections for ↵ | Robin Haberkorn | 1 | -0/+334 | |
sciteco(7) manual * images are generated by grohtml. they are not listed in the Automake rules but instead all sciteco.*.png images are installed and cleaned | |||||
2013-03-16 | outline of remaining language reference | Robin Haberkorn | 1 | -0/+43 | |
2013-03-16 | completed documentation of all commands in parser.cpp | Robin Haberkorn | 1 | -1/+21 | |
* also updated sciteco(7): add SEE ALSO and AUTHORS | |||||
2013-03-16 | first draft of TECO command documentation generator | Robin Haberkorn | 1 | -0/+12 | |
* the language reference is a manually written man-page template * containing special references for generated documentation (\#$...) * SciTECO script generate-docs.tes extracts TECO comments (/*$ ... */) from all source files and transforms them to Troff requests that are inserted into the document template. * TECO doc comments are a rather sophisticated markup: * first part until empty line is called header: simplified command syntax descriptions * the rest is called body: <identifier> is automatically underlined, empty lines generate new paragraphs, lines beginning with "-" or numbers denote an indented unordered or numbered list item. * regular Troff requests/macros can be used for more sophisticated markup * since Autoconf substitutions are performed on the generated man-page, @VARIABLEs@ may be used in doc comments as well |