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
2020-09-09
Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
mitchell
1
-0
/
+40
2020-07-13
lexlua: Return `lexer.colors.name` as a number if possible.
mitchell
1
-1
/
+1
2020-07-07
lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.
mitchell
1
-4
/
+75
2020-06-11
Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in doc...
Neil
1
-0
/
+13
2020-05-04
Backport: Feature [feature-requests:1347]. Add methods to insert multiple par...
Neil
1
-0
/
+26
2020-05-03
Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ...
Neil
4
-1
/
+367
2020-05-02
Backport: InsertEmpty now returns a pointer to the newly added elements to al...
Neil
1
-0
/
+21
2020-04-25
Reformatted Lua LPeg lexers and added new convenience functions and pattern.
mitchell
1
-1
/
+40
2020-04-08
Backport: Feature [feature-requests:1344]. Add methods for iterating through ...
Iain Clarke
1
-3
/
+36
2020-04-06
Backport: Bug [#2164]. Change line comments to terminate at next line start.
Neil
2
-272
/
+272
2020-03-29
lexlua: Fixed incorrect grammar building for lexers that embed themselves.
mitchell
1
-0
/
+2
2020-03-28
Switch to 1-based style numbers internally in Lua.
mitchell
1
-4
/
+4
2020-03-26
Switch to 1-based indices in Lua.
mitchell
1
-3
/
+3
2020-01-05
Synchronizing LongTerm3 with default.
mitchell
2
-2
/
+4
2019-12-02
Backport: Add SparseVector::DeleteRange for efficiently removing ranges.
Neil
1
-0
/
+106
2019-12-02
Backport: Add SparseVector::IndexAfter for efficiently finding elements in a ...
Neil
1
-0
/
+17
2019-12-01
Backport: Allow setting value at end of a SparseVector.
Neil
2
-20
/
+51
2019-12-01
Backport: Fix a bug with deleting the first element in SparseVector that left...
Neil
2
-4
/
+20
2019-12-01
Backport: Improve debugging by fixing visualization of SplitVector, adding a ...
Neil
1
-10
/
+23
2019-11-26
Backport: Bug [#2140]. Fix where anchor and caret differ only in amount of vi...
Neil
1
-0
/
+18
2019-11-25
Backport: Fix regression in 7773 where position wasn't moved on to account fo...
Neil
1
-0
/
+32
2019-11-24
Backport: Bug [#2140]. Move rather than grow selection when insertion at start.
Neil
1
-0
/
+92
2019-11-21
Backport: Add test to ensure indicators move sensibly as text is inserted.
Neil
1
-3
/
+40
2019-11-15
Backport: Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-0
/
+20
2019-11-15
Backport: Feature [feature-requests:#1316] Add access to virtual space at sta...
Neil
1
-0
/
+4
2019-10-16
Backport: Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs ...
Neil
1
-4
/
+2
2019-09-30
Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists ...
Zufu Liu
1
-0
/
+15
2019-06-18
Backport: Feature [feature-requests:#1297] 6: Support enumerated types in APIs.
Neil
1
-2
/
+6
2019-06-18
Backport: Feature [feature-requests:#1297] 3: Add pointer type to ScintillaCa...
Neil
1
-1
/
+1
2019-06-18
Backport: Feature [feature-requests:#1297] 2: Add line type to ScintillaCalla...
Neil
1
-2
/
+2
2019-07-11
Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specifie...
mitchell
2
-0
/
+163
2019-06-15
Backport: Test Scintilla GetStatus and SetStatus.
Neil
1
-0
/
+7
2019-05-22
Backport: Support for VB2017 bin literals & digit separators
Jad Altahan
2
-0
/
+8
2019-05-02
Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of l...
Neil
1
-1
/
+6
2019-04-28
Backport: Add UniqueString.cxx as UniqueStringCopy no longer defined in header.
Neil
1
-0
/
+1
2019-04-17
Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...
mitchell
2
-2
/
+4
2019-04-05
Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...
Neil
1
-0
/
+5
2019-03-31
Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-0
/
+5
2019-04-16
Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...
mitchell
1
-0
/
+5
2019-03-09
Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...
Jad Altahan
2
-0
/
+16
2019-02-02
Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...
Jad Altahan
2
-0
/
+16
2019-01-31
Backport: When loading SciLexer.DLL fails, print out the platform architectur...
Neil
1
-1
/
+2
2019-01-30
Backport: Add a ';' statement separator at end of statement in example code.
Neil
2
-2
/
+2
2019-01-30
Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ...
Jad Altahan
3
-1
/
+13
2019-01-29
Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...
Neil
2
-0
/
+10
2019-01-29
Backport: Add unit test for Tcl lexer.
Neil
3
-0
/
+19
2019-01-29
Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...
Jad Altahan
3
-0
/
+15
2018-10-26
lexlua: Fixed HTML unit test with lexer update.
mitchell
1
-5
/
+3
2018-10-09
Backport: Extra tests for out-of-range arguments.
Neil
1
-0
/
+3
2018-07-10
Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...
Neil
2
-0
/
+383
[next]