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
/
LexRuby.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-05
Fix crash in 64-bit builds due to unsigned underflow.
nyamatongwe
1
-1
/
+1
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-02-25
Fix dead code warnings from Xcode Analyze.
nyamatongwe
1
-2
/
+0
2011-12-09
Fixed ruby lexer to correctly handle '=begin' comments at start of file. Any ...
Nathan Broadbent
1
-2
/
+2
2011-01-27
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...
nyamatongwe
1
-1
/
+0
2011-01-19
Increased style bits to 6 as style numbers above 31 used.
nyamatongwe
1
-1
/
+1
2010-12-09
Folding for Ruby here documents. Feature #3118224.
nyamatongwe
1
-1
/
+7
2010-10-20
Trailing whitespace fixed.
nyamatongwe
1
-2
/
+2
2010-10-20
Folding fix for "if" keyword used as a modifier where it is separated
nyamatongwe
1
-3
/
+38
2010-10-20
Handle % quoting better.
nyamatongwe
1
-0
/
+9
2010-10-20
Treat all dots as operators in ranges 1..2 and 1...2 rather than
nyamatongwe
1
-0
/
+4
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
1
-50
/
+55
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+1715