Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-03 | Trigger SCE_ERR_PERL only when "at" and "line" are far enough apart | nyamatongwe | 1 | -2/+3 | |
to fit a file name as it was being triggered for MSVC errors containing "at line". | |||||
2013-05-07 | Simplified code and avoid warning. | nyamatongwe | 1 | -2/+2 | |
2013-02-22 | Longer name for new errorlist lexer state. | nyamatongwe | 1 | -1/+1 | |
2013-02-20 | Recognise GCC include path diagnostics that appear before an error. | nyamatongwe | 1 | -0/+4 | |
2013-01-11 | Feature: [#970]. Latex folding and better syntax highlighting. | nyamatongwe | 1 | -297/+0 | |
From G. Hu. | |||||
2012-09-13 | Move PO lexer out of LexOthers | Colomban Wendling | 1 | -112/+0 | |
2012-09-08 | Rewrite the GetText translation (po) lexer | Colomban Wendling | 1 | -66/+105 | |
The old one had a few bugs and was somewhat limited, this one should hopefully fix the issues. The new one should behave like the old one but adding some more styles and following better the file format. | |||||
2012-08-23 | Initialize strings to avoid warnings from Clang Analyze. | nyamatongwe | 1 | -1/+1 | |
2012-07-29 | Extra checks to stop Clang analyze warnings. | nyamatongwe | 1 | -8/+10 | |
2012-03-21 | Bug #3508602. Avoid hang with diff files. From zenico. | nyamatongwe | 1 | -5/+16 | |
2011-12-09 | Highlight column numbers in GCC-style diagnostic lines. Feature #3453075. | nyamatongwe | 1 | -3/+9 | |
From Jakub Vrána. | |||||
2011-08-09 | Improvements to LaTeX lexer from Josepmaria Roca adds several new | nyamatongwe | 1 | -28/+222 | |
lexer states. Verbatim regions are handled. Bugs #1187857, #1493111, #1778404, #1856356, #2082547, #3081692 | |||||
2011-05-19 | Variables names may contain braces like %ProgramFiles(x86)%. | nyamatongwe | 1 | -1/+1 | |
These are now treated as one variable name instead of being broken up. From Florian Balmer. | |||||
2011-05-09 | Allow nested variables in make files. Bug #3298223. | nyamatongwe | 1 | -2/+6 | |
From Dimitar Zhekov. | |||||
2011-03-03 | Bug #3197952. Ensure that diffs of diffs style correctly. When header '---' is | nyamatongwe | 1 | -1/+1 | |
removed it prepends a '-' removal character resulting in '----' at line start. This is better treated as a removal than as a header. From Todd Whiteman at ActiveState. | |||||
2011-02-06 | Style lines starting with '<' as SCE_ERR_DIFF_DELETION. Feature #3172878. | nyamatongwe | 1 | -2/+2 | |
2011-01-27 | Dropped inclusion of PropSetSimple.h in lexers which do not use ↵ | nyamatongwe | 1 | -1/+0 | |
PropSetSimple directly. Dropped declaration not needed in LexCPP. | |||||
2010-10-10 | Fix for bug #1263788 LaTeX syntax wrong for \end {something} | nyamatongwe | 1 | -1/+1 | |
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -7/+11 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+1286 | |