index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-21
Feature: [#978]. Update preprocessor defines upon encountering an #undef dire...
nyamatongwe
1
-3
/
+19
2013-02-20
Recognise GCC include path diagnostics that appear before an error.
nyamatongwe
1
-0
/
+4
2013-02-20
Removed function that is no longer used.
nyamatongwe
1
-5
/
+0
2013-02-20
Bug: [#1447]. Don't interrupt HTML comment for XML Processing Instruction.
nyamatongwe
1
-0
/
+1
2013-01-30
Fix clang --analyze warnings.
nyamatongwe
1
-2
/
+2
2013-01-11
Add folding support to the GetText (PO) lexer
Colomban Wendling
1
-1
/
+65
2013-01-19
Implement Unicode line ends and substyles in C++ lexer.
nyamatongwe
1
-21
/
+72
2013-01-11
Feature: [#970]. Latex folding and better syntax highlighting.
nyamatongwe
2
-297
/
+539
2013-01-10
Updated to style hidden commands differently.
nyamatongwe
1
-69
/
+116
2012-12-30
Fix parsing of JavaScript regular expressions containing a delimiter in a range
Colomban Wendling
1
-6
/
+11
2012-12-30
Bug #3578824. Ignore comments when evaluating preprocessor expressions.
nyamatongwe
1
-1
/
+4
2012-12-30
Bug #3578824. Avoid crashes due to char being signed so negative for non-ASCII.
nyamatongwe
1
-5
/
+5
2012-10-11
LexCPP: recognize hexadecimal floating point binary exponents
Colomban Wendling
1
-1
/
+3
2012-09-25
Fix bad folding with CASE statement when it is used for assignment.
Jerome LAFORGE
1
-15
/
+13
2012-09-19
Handle nested delimiter pairs. Feature #3569352.
nyamatongwe
1
-7
/
+124
2012-09-16
Fix multiple issues with Bash lexing and folding. Bug #3526563.
nyamatongwe
1
-5
/
+20
2012-09-15
Fix bad folding block when LOOP statement nested into CASE statement.
Jerome LAFORGE
1
-2
/
+3
2012-09-14
Recognize Ruby HereDoc after an instance or class variable
Colomban Wendling
1
-1
/
+6
2012-09-13
Fix folding of "for" Ruby loops
Colomban Wendling
1
-2
/
+5
2012-09-13
Remove duplicated branch in PO lexer
Colomban Wendling
1
-2
/
+1
2012-09-13
Move PO lexer out of LexOthers
Colomban Wendling
2
-112
/
+150
2012-09-08
Rewrite the GetText translation (po) lexer
Colomban Wendling
1
-66
/
+105
2012-09-04
Don't treat '//' in include path as comment start. Bug #3519260.
nyamatongwe
1
-3
/
+8
2012-08-25
Long XML script tag correctly lexed. Bug #3534190.
nyamatongwe
1
-1
/
+1
2012-08-23
Initialize strings to avoid warnings from Clang Analyze.
nyamatongwe
2
-2
/
+2
2012-08-17
Ensure variable NUL terminated and limit its scope.
nyamatongwe
1
-1
/
+1
2012-07-29
Extra checks to stop Clang analyze warnings.
nyamatongwe
1
-8
/
+10
2012-07-10
Turn off '$' when lexer.cpp.allow.dollars changes to 0. Bug #3541461.
nyamatongwe
1
-1
/
+6
2012-07-05
LexHTML: Fix folding of CDATA blocks when fold.html.preprocessor is off
Colomban Wendling
1
-1
/
+1
2012-07-09
Bugs #3540486, #3087226, #2906275, #2809176.
nyamatongwe
1
-10
/
+23
2012-06-22
Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments
nyamatongwe
1
-2
/
+14
2012-06-22
Prevent empty lines from continuing preprocessor style.
nyamatongwe
1
-3
/
+4
2012-06-09
support LESS/HSS
pelsass
1
-8
/
+21
2012-06-08
Bug #3533036. Properly mask state when determining previous
Marko Njezic
1
-1
/
+1
2012-05-16
Fix signed/unsigned comparison warning.
nyamatongwe
1
-1
/
+1
2012-05-15
Avoid assertion failure at end of PHP document.
nyamatongwe
1
-1
/
+2
2012-05-10
Lexer added for Visual Prolog. Feature #3523018.
nyamatongwe
1
-0
/
+470
2012-05-09
OScript lexer by Ferdinand Prantl added. Feature #3523018.
nyamatongwe
1
-0
/
+548
2012-05-05
Make destructors virtual to avoid warnings from g++ 4.7.
nyamatongwe
6
-5
/
+7
2012-04-21
Fix problem where PHP sequence stops backtracking to tag start. Bug #3520027.
nyamatongwe
1
-3
/
+4
2012-04-21
Fix problem with JavaScript /*/ which starts a comment. Bug #3520032.
nyamatongwe
1
-0
/
+4
2012-03-29
Fixed a bug with the bash lexer's handling of singly-quoted strings. SF Bug T...
James Ribe
1
-2
/
+9
2012-03-22
Bug #3509317. Properly mask state when re-lexing. Remove dead code.
Marko Njezic
1
-12
/
+7
2012-03-22
Use SparseState instead of std::vector.
Jerome LAFORGE
1
-12
/
+4
2012-03-21
Bug #3508602. Avoid hang with diff files. From zenico.
nyamatongwe
1
-5
/
+16
2012-03-13
Improvement of folding for CASE/MERGE statement.
Jerome LAFORGE
1
-24
/
+72
2012-03-11
Manage MERGE statement like CASE statement.
Jerome LAFORGE
1
-3
/
+31
2012-02-28
Bug #3495445. Properly mask restored state after processing keywords in document
Marko Njezic
1
-1
/
+1
2012-02-25
Fix dead code warnings from Xcode Analyze.
nyamatongwe
2
-4
/
+1
2012-02-23
Fix warning from PVS-Studio that could have trated non-operators as operators...
nyamatongwe
1
-1
/
+1
[next]