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
/
lexlib
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-21
Normalising order of language headers.
Neil
8
-8
/
+8
2013-07-21
Standardising header guards and namespaces.
Neil
1
-2
/
+2
2013-07-06
Remove functions that are not used. Fix comment.
Neil
1
-25
/
+1
2013-07-03
Minor consting. Documentation added.
Neil
1
-2
/
+13
2013-07-01
Fixed namespace.
nyamatongwe
1
-2
/
+2
2013-07-01
Added CharacterCategory.
Neil
2
-0
/
+3323
2013-06-29
Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between c...
Neil
2
-26
/
+20
2013-06-27
Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for character-oriente...
nyamatongwe
2
-56
/
+74
2013-06-18
Method added to help lexers working with byte positions.
nyamatongwe
1
-0
/
+6
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
5
-12
/
+12
2013-05-08
Hide implementation of WordList.
nyamatongwe
2
-6
/
+27
2013-05-08
Avoid warning.
nyamatongwe
1
-1
/
+1
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-17
/
+13
2013-05-02
Remove Expanded method which was not used by any client code.
nyamatongwe
2
-17
/
+7
2013-04-25
Fix bug with setting atLineEnd at end of document.
nyamatongwe
1
-1
/
+3
2013-04-05
Extend apparent length of document by one NUL byte when lexing as this makes
nyamatongwe
1
-11
/
+15
2013-04-01
Variable not needed.
nyamatongwe
1
-3
/
+1
2013-01-30
Allow access to secondary styles distance.
nyamatongwe
1
-0
/
+4
2013-01-19
Implement generic support for Unicode line ends and sub styles in lexer suppo...
nyamatongwe
3
-16
/
+260
2013-01-19
Add encodingType and documentVersion to decode and cache information
nyamatongwe
1
-2
/
+18
2013-01-12
Fix copy&paste error in comment.
nyamatongwe
1
-1
/
+1
2012-07-10
Added copy constructor and assignment operator to ease manipulation.
nyamatongwe
1
-0
/
+21
2012-07-02
Remove unnecessary check.
nyamatongwe
1
-1
/
+1
2012-07-02
Make IsLowerCase and IsUpperCase not depend on non-portable isascii, take
nyamatongwe
1
-0
/
+8
2012-07-02
Remove unnecessary check.
nyamatongwe
1
-2
/
+2
2012-07-02
Treat negative values as non-ASCII.
nyamatongwe
1
-1
/
+1
2012-04-21
Use a cast to avoid warnings from cppcheck about sign extension of characters.
nyamatongwe
1
-1
/
+1
2011-11-14
Removed warning suppression that had been included for Visual C++ 6.0.
nyamatongwe
1
-2
/
+2
2011-08-05
Fix to check for other.states.empty() when Merging SparseStates.
Ben Bluemel
1
-1
/
+1
2011-07-25
Switch to STL sort algorithm on MSVC. Feature #3376826.
Marko Njezic
1
-7
/
+21
2011-07-25
Properly set atLineStart depending on startPos. Bug #3377148.
Marko Njezic
1
-1
/
+1
2011-07-06
Fix problems with folding not extending to final line. Bug #3349157.
nyamatongwe
1
-1
/
+1
2011-06-25
Add casts to avoid warnings from SDK 64-bit compiler.
nyamatongwe
1
-3
/
+4
2011-05-13
Removed confusing comment. Bug #3301002.
nyamatongwe
1
-1
/
+0
2011-04-22
Simplify code and avoid warnings.
nyamatongwe
1
-2
/
+2
2011-02-28
Avoid shadowed variables as reported by Xcode.
nyamatongwe
1
-2
/
+2
2011-02-20
Avoid some cppcheck warnings.
nyamatongwe
1
-2
/
+2
2011-02-13
Added Merge method to SparseState to make it possible to detect significant
nyamatongwe
1
-0
/
+32
2011-02-13
Extracted searches into a common method, added std:: where possibly needed.
nyamatongwe
1
-7
/
+12
2011-02-10
Only append a state if the value differs from the last current value.
nyamatongwe
1
-1
/
+3
2011-02-10
New class SparseState for storing lexer state that may not
nyamatongwe
1
-0
/
+71
2011-02-01
Made destructor of OptionSet virtual to ensure all destructors called.
nyamatongwe
1
-0
/
+2
2010-12-10
Made LexerBase destructor virtual so LexerSimple cleans up string member. Bug...
nyamatongwe
1
-1
/
+1
2010-10-29
Documentation
nyamatongwe
1
-0
/
+5
2010-08-19
Ensure styling committed when lexers call StyleContext::Complete.
nyamatongwe
1
-0
/
+1
2010-08-07
Made it possible to turn folding off again by looking at the "fold" property.
nyamatongwe
1
-3
/
+5
2010-07-14
Visual C++ 98 had a fatal error with the previous definition of a default con...
nyamatongwe
1
-1
/
+4
2010-07-13
Explicit typename avoids errors from g++.
nyamatongwe
1
-3
/
+3
2010-07-13
Split OptionSet class out into its own file.
nyamatongwe
1
-0
/
+137
2010-07-13
Changed files for new lexer design.
nyamatongwe
5
-102
/
+139
[next]