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
2020-01-31
Backport: Feature [feature-requests:#1336] Add default argument for GetRelative.
David Shuman
1
-2
/
+2
2020-01-06
More synchronizing LongTerm3 with default.
mitchell
1
-2
/
+2
2020-01-04
Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and...
mitchell
6
-7
/
+56
2019-11-09
Backport: Remember string values in OptionSet so can be easily retrieved.
Neil
1
-1
/
+14
2020-01-03
Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h...
mitchell
2
-1
/
+71
2019-12-29
Backport: Move suppression of Clang warning missing-braces from makefile to a...
Neil
1
-0
/
+6
2019-11-01
Backport: Remove noexcept from allocating constructors as may throw on memory...
Neil
2
-2
/
+2
2019-10-16
Backport: Feature [feature-requests:#1315] Update to Unicode 12.1.
Neil
1
-53
/
+104
2019-09-30
Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists ...
Zufu Liu
3
-14
/
+31
2019-04-26
Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ch...
Neil
1
-0
/
+4
2019-04-25
Backport: Fix bug where changing identifier sets in lexers preserved previous...
Neil
1
-0
/
+12
2019-04-16
Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...
mitchell
2
-0
/
+50
2019-03-23
Backport: Add Contains(char) to avoid casts in client code. Remove cast in Ad...
Neil
1
-4
/
+8
2019-01-13
Backport: Replace the only use of a function from <cctype> with a Scintilla f...
Neil
1
-1
/
+0
2019-01-06
Backport: Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
1
-1
/
+1
2018-10-18
Backport: Updated case conversion and character categories to Unicode 11.
Neil
1
-62
/
+178
2018-06-04
Backport: Use const in lexlib headers.
Neil
3
-9
/
+9
2018-05-17
Backport: Use nullptr instead of 0 in headers as this diminishes the number o...
Neil
2
-3
/
+3
2018-05-16
Backport: Move implementations into cxx file.
Neil
2
-15
/
+24
2018-05-15
Backport: Drop inclusion of StringCopy.h where possible.
Neil
1
-1
/
+0
2018-05-14
Backport: Use override for LexerNoExceptions.
Neil
1
-4
/
+4
2018-05-03
Backport: Simplify PropSetSimple, avoid casts, use nullptr.
Neil
3
-14
/
+18
2018-05-03
Backport: Avoid casts.
Neil
1
-2
/
+3
2018-04-27
Backport: Fix comments.
Neil
1
-2
/
+2
2018-04-22
Backport: Remove casts between char and unsigned char where possible.
Neil
3
-8
/
+8
2018-04-21
Backport: Safety improvements for character code - drop reinterpret_cast, ens...
Neil
1
-3
/
+2
2018-04-19
Backport: Templatize MakeUpperCase/MakeLowerCase so they work on char/int wit...
Neil
2
-8
/
+10
2018-05-05
Backport: Make some changes recommended by clang-tidy.
mitchell
2
-4
/
+4
2018-03-05
Backport: Bug [#1999]. Fix hang lexing a Lua label where the range ends befor...
Neil
1
-0
/
+5
2018-02-27
Backport: Use 'const'.
Neil
1
-1
/
+1
2018-01-28
Backport: Use std::end when filling arrays as reduces chance of mistake.
Neil
1
-1
/
+2
2017-09-11
Backport: The Scintilla namespace is always active for internal symbols and f...
Neil
27
-92
/
+0
2017-07-17
Backport: Update types for Unix LP64 after changes to Sci_Position/Sci_Positi...
Neil Hodgson
1
-9
/
+9
2017-07-17
Backport: Implement style metadata for some languages.
Neil
1
-0
/
+22
2017-06-22
Backport: Basic implementation helpers for style metadata.
Neil
8
-21
/
+57
2017-06-22
Backport: Add style metadata methods with null implementations.
Neil
4
-5
/
+95
2017-06-22
Backport: Add a DefaultLexer class which lexers can subclass if they want rea...
Neil
2
-0
/
+159
2017-06-22
Backport: Make all methods override, even pure ones to keep Clang happy.
Neil Hodgson
1
-2
/
+2
2017-06-22
Backport: Mark methods implementing interface as "override".
Neil
1
-9
/
+9
2017-04-21
More consistent deletion of standard methods.
Neil
1
-1
/
+1
2017-04-20
More consistent deletion of standard methods.
Neil
1
-2
/
+3
2017-04-18
Add an assert to avoid a warning from Visual C++ Code Analysis.
Neil
1
-0
/
+2
2017-04-07
Use same parameter names in declarations and definitions.
Neil
2
-6
/
+6
2017-04-06
Added const where possible.
Neil
6
-17
/
+17
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
9
-48
/
+20
2017-03-23
The Python lexer recognizes identifiers more accurately when they include
Neil
2
-0
/
+152
2017-03-23
Updated case conversion and character categories to Unicode 9.
Neil
1
-110
/
+515
2017-03-08
Fix memory leak.
Neil Hodgson
1
-5
/
+8
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+8
2017-02-02
Using better checked static_cast instead of reinterpret_cast for void*.
Neil Hodgson
1
-1
/
+1
[next]