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
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
/
LexSQL.cxx
Age
Commit message (
Collapse
)
Author
Files
Lines
2011-01-20
Allow words to include '.' with lexer.sql.allow.dotted.word. Feature #3103129.
nyamatongwe
1
-3
/
+12
From b548204bb.
2011-01-18
Fix problem with folding within PACKAGE. Bug #3160032.
nyamatongwe
1
-1
/
+5
2011-01-12
Complete folding for CASE WHEN THEN. Feature #3135027.
nyamatongwe
1
-83
/
+402
Code structure updated to new style matching C++ lexer. From Jérôme LAFORGE.
2010-11-25
Bug #3113609. Fix folding when if/else/elsif on one line.
nyamatongwe
1
-16
/
+20
2010-11-20
Bug #3108351. Fix folding with end when fold.sql.only.begin=1.
nyamatongwe
1
-6
/
+28
2010-11-16
Feature #3108351. Enable fold.at.else for SQL. From Jérôme LAFORGE.
nyamatongwe
1
-2
/
+8
2010-11-08
Feature #3104091. Folding for CASE in SQL. From Jérôme LAFORGE.
nyamatongwe
1
-1
/
+4
2010-10-31
Feature request #3098071. Property to turn off '#' as comment start in SQL.
nyamatongwe
1
-1
/
+6
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
1
-11
/
+15
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+357