summaryrefslogtreecommitdiffstats
path: root/src/xmlcode.l
Commit message (Collapse)AuthorAgeFilesLines
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
|
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-8/+11
| | | | | | | | | This patch makes the handling of the \snippet and other commands consistent between the different languages (no line numbers anymore with python) and also introduces analogous to \includelineno the command \snippetlineno. Some non relevant changes: - *code.l Calculation of the end line was incorrect, in case of a snippet the end line was the number of lines of the snippet and not reltive to the start line. - *code.l made consistent over the different laguages, enabling exBlock and inlineFragment - testing/indexpage.xml in test 14 the \snippet command was used with python and giving line numbers, linenumbers are now gone (consistency)
* Support flex-2.6.0Dimitri van Heesch2015-11-221-1/+1
|
* Support flex-2.6.0Heiko Becker2015-11-221-1/+1
| | | | | | The version checks only considered YY_FLEX_SUBMINOR_VERSION and did not take YY_FLEX_MINOR_VERSION into account, which made them fail with flex-2.6.0.
* Further cmake changesDimitri van Heesch2015-05-311-0/+2
| | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* Removed dbus XML parser, various refinementsDimitri van Heesch2015-04-191-3/+3
|
* Add support for basic XML syntax highlighting.Weston Thayer2015-01-061-0/+411