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
/
lexlib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-02
Using better checked static_cast instead of reinterpret_cast for void*.
Neil Hodgson
1
-1
/
+1
2017-01-22
Simplify initialising and reinitialising.
Neil
1
-6
/
+2
2016-11-05
StyleContext no longer needs mask argument.
Neil
1
-1
/
+1
2016-10-06
Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is.
Neil
4
-27
/
+30
2016-09-07
Add InListAbridged to WordList.
oirfeodent
2
-0
/
+61
2016-04-21
Correct comments.
Neil
1
-2
/
+2
2016-04-21
Correct comment.
Neil
1
-2
/
+2
2015-07-29
Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file
Neil
7
-73
/
+73
2015-07-25
Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and
Neil
4
-8
/
+8
2015-07-20
Use Sci_Position when required to implement interfaces.
Neil
6
-18
/
+18
2015-03-28
Avoid Coverity warnings for case that should never fail.
Neil
1
-1
/
+2
2014-12-12
Prevent some static analyzer warnings.
Neil
1
-0
/
+2
2014-12-07
Prevent some static analyzer warnings.
Neil
1
-1
/
+3
2014-12-05
Prevent some static analyzer warnings.
Neil
1
-0
/
+1
2014-07-24
Feature [feature-requests:#1059]. Disable -Wshadow warnings for lexers.
Neil
1
-0
/
+5
2014-07-23
Avoid shadowed names mostly in method prototypes. Turn off shadow
Neil
1
-1
/
+1
2014-06-22
Typo.
Neil
1
-1
/
+1
2014-05-24
Header include statements are now in a standardised order with that order
Neil
8
-8
/
+8
2014-05-24
Removing style byte indicators.
Neil
4
-35
/
+10
2014-04-29
Stop disabling warnings where no longer needed.
Neil
2
-6
/
+1
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
3
-2
/
+7
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
3
-3
/
+37
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
5
-5
/
+5
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
6
-8
/
+8
2013-10-26
Avoid invalidating the buffered text when flushing styles.
Neil
1
-1
/
+0
2013-09-10
Cast away char subscripts to avoid warnings from clang.
Unknown
1
-6
/
+6
2013-09-10
Fix variable shadowing issues.
nyamatongwe
1
-2
/
+2
2013-09-06
Be more explicit about the empty case to avoid warnings from Visual C++ analy...
Neil
1
-13
/
+15
2013-09-06
Bug [#1521]. Allow tab, cariage return and new line separators for SCI_SETIDE...
Neil
1
-3
/
+5
2013-09-03
Added GetStyleFromSubStyle.
Neil
1
-2
/
+15
2013-07-25
Minor changes to avoid warnings from Coverity.
Neil
1
-1
/
+1
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
[next]