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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-28
Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some
Neil
2
-2
/
+5
2019-04-28
Add UniqueString.cxx as UniqueStringCopy no longer defined in header.
Neil
1
-0
/
+1
2019-04-05
Move UniqueStringCopy into its own source file UniqueString.cxx to hide the
Neil
2
-2
/
+4
2019-04-05
Feature [feature-requests:#1272]. Add API to set default fold display text.
Neil
1
-0
/
+5
2019-03-31
Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-0
/
+5
2019-03-29
Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API
Neil
1
-0
/
+5
2019-03-09
Feature [feature-requests:#1268]. Improve the styling of numbers in Nim
Jad Altahan
2
-0
/
+16
2019-02-02
Feature [feature-requests:#1262]. Enhance raw string identifier styling in Nim
Jad Altahan
2
-0
/
+16
2019-01-31
When loading SciLexer.DLL fails, print out the platform architecture of Python
Neil
1
-1
/
+2
2019-01-30
Add a ';' statement separator at end of statement in example code.
Neil
2
-2
/
+2
2019-01-30
Feature [feature-requests:#1261]. Enhance the styling of backticks in Nim
Jad Altahan
3
-1
/
+13
2019-01-29
Bug [#1947]. Fix recognizing '"' after "," inside a bracketed substitution.
Neil
2
-0
/
+10
2019-01-29
Add unit test for Tcl lexer.
Neil
3
-0
/
+19
2019-01-29
Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim.
Jad Altahan
3
-0
/
+15
2018-10-09
Extra tests for out-of-range arguments.
Neil
1
-0
/
+3
2018-07-10
Optional indexing of line starts in UTF-8 documents by UTF-32 code points and
Neil
2
-0
/
+383
2018-07-06
Fix a shadowed variable.
Neil
1
-2
/
+2
2018-05-31
Allow std::unique_ptr to be used more widely.
Neil
3
-0
/
+3
2018-05-18
Add <vector> to files that include Platform.h as likely needed in future.
Neil
4
-0
/
+4
2018-05-14
Use string_view for UniConversion functions.
Neil
1
-24
/
+24
2018-05-13
Include <string_view> in tests in case needed.
Neil
12
-0
/
+14
2018-05-04
Add -large command line option for testing large document option.
Neil
1
-1
/
+6
2018-04-20
Feature [feature-requests:#1215]. Fix forwarding reference warnings.
Neil
1
-0
/
+16
2018-04-18
Check for perf_counter before using as not available on Python 2 used for PySide
Neil
1
-14
/
+20
2018-04-18
Switch performance tests to more accurate timer.
Neil
1
-14
/
+14
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
3
-3
/
+3
2018-03-28
Templatize decorations to allow 32-bit or 64-bit positions.
Neil
1
-2
/
+2
2018-03-30
Reverted #6488 as Xcode clang 9.1 now likes --std=c++17.
Neil Hodgson
1
-1
/
+0
2018-03-28
Split decorations into interface and implementation.
Neil
1
-30
/
+30
2018-03-27
Return a FillResult struct from RunStyles::FillRange instead of modifying
Neil
2
-39
/
+42
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-80
/
+80
2018-03-26
Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp to suit.
Neil
2
-6090
/
+9371
2018-03-26
Avoid warnings about ignored diagnostic with Clang.
Neil
1
-0
/
+2
2018-03-25
Feature [feature-requests:#1213]. Clarify UTF8Classify.
Zufu Liu
1
-31
/
+48
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
3
-47
/
+27
2018-03-24
Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latest
Neil
2
-12
/
+13
2018-03-22
Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.
Zufu Liu
1
-60
/
+107
2018-03-21
Include header needed for ptrdiff_t.
Mitchell Foral
7
-0
/
+7
2018-03-20
Change standard flag on MacOS as Xcode clang doesn't yet like c++17.
Neil Hodgson
1
-1
/
+4
2018-03-20
Add unit tests for UniCoversion.
Neil
5
-3
/
+270
2018-03-19
Fix warning from MSVC 64-bit.
Neil
1
-2
/
+2
2018-03-16
Remove line-end white space.
Neil
7
-9
/
+9
2018-03-01
Update to c++17 so make_unique is available.
Neil
1
-1
/
+1
2018-02-24
Fix move-extends-selection mode for rectangular and line selections.
Mitchell Foral
1
-0
/
+82
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-1
/
+1
2018-02-01
Templatize RunStyles so it can be over ranges of different types and contain
Neil
1
-1
/
+1
2018-02-01
Templatize Partitioning so it can hold different types.
Neil
1
-2
/
+2
2018-01-21
Match variable types to method so will build if switched to 64-bit.
Neil
1
-2
/
+2
2018-01-21
Fix namespace so can build inside Visual C++.
Neil
1
-0
/
+4
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
12
-0
/
+24
[next]