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
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-09
Updated version number for release.
rel-3-10-5
mitchell
3
-6
/
+17
2019-04-17
Fixed history formatting.
mitchell
1
-2
/
+2
2019-04-17
Added Lua LPeg lexer changes to history.
rel-3-10-4
mitchell
1
-0
/
+6
2019-04-17
Updated version number for release.
mitchell
3
-7
/
+7
2019-04-13
Backport: Reordered items for next release.
Neil
1
-10
/
+10
2019-04-11
Backport: Reorder change items to be similar to previous releases.
Zufu Liu
1
-8
/
+8
2019-04-11
Backport: Feature [feature-requests:#1277]. Support coloured text on Windows ...
Zufu Liu
1
-0
/
+4
2019-04-10
Backport: Bug [#2093]. Fix exception when inserting DBCS text.
Zufu Liu
1
-0
/
+4
2019-04-07
Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Zufu Liu
3
-2
/
+7
2019-04-05
Backport: Bug [#2095]. gtk: Accessible: emit the text deletion signal before ...
Colomban Wendling
1
-0
/
+4
2019-04-05
Backport: Bug [#2094]. gtk: Accessible: use the built-in character position c...
Colomban Wendling
1
-0
/
+4
2019-04-06
Backport: Updated link to long term branch.
Neil
1
-1
/
+1
2019-04-05
Backport: Document adding source files.
Neil
2
-0
/
+33
2019-04-05
Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...
Neil
2
-0
/
+12
2019-03-31
Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-1
/
+3
2019-04-16
Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...
mitchell
2
-0
/
+17
2019-03-28
Backport: Bug [#2087]. Fix flicker when inserting primary selection on GTK.
Neil
1
-0
/
+4
2019-03-12
Backport: Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.
Neil
1
-2
/
+2
2019-03-05
Backport: Implement QueueIdleWork on Win32.
Neil
1
-0
/
+3
2019-03-31
Backport Avoid hangs in idle styling modes caused by high-priority idle work ...
mitchell
1
-0
/
+3
2019-03-05
Backport: Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*.
Neil
1
-0
/
+3
2019-03-09
Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...
Jad Altahan
1
-0
/
+11
2019-03-09
Added Lua LPeg lexer changes to history.
rel-3-10-3
mitchell
1
-0
/
+6
2019-03-04
Backport: Fix capitalisation.
Neil
1
-2
/
+2
2019-03-09
Updated version number for release.
mitchell
3
-7
/
+7
2019-03-03
Backport: Bug [#2083]. Ensure container notified if Insert pressed when caret...
Neil
1
-0
/
+4
2019-03-09
Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...
mitchell
1
-0
/
+4
2019-02-24
Backport: Remove font caching on Win32.
Neil
1
-0
/
+3
2019-02-18
Added documentation on using Scintilla as a Lua library.
mitchell
1
-0
/
+32
2019-02-18
Updated Lua LPeg lexer credits.
mitchell
1
-0
/
+3
2019-02-09
Backport: Bug [#2078]. Fix garbage text from SCI_MOVESELECTEDLINESUP and
Neil
1
-0
/
+5
2019-02-05
Backport: Feature [feature-requests:#1217]. Change API so block just for over...
Zufu Liu
2
-5
/
+5
2019-02-02
Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Zufu Liu
2
-3
/
+9
2019-02-02
Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...
Jad Altahan
1
-0
/
+4
2019-01-30
Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ...
Jad Altahan
1
-0
/
+4
2019-01-29
Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...
Neil
1
-0
/
+4
2019-01-29
Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...
Jad Altahan
1
-0
/
+4
2019-02-17
Backport: Bug [#1548]. Implement calltips on Qt.
mitchell
2
-2
/
+5
2019-01-15
Backport: Treat "#if(" as preprocessor directive "#if" followed by operator "(".
Neil
1
-0
/
+5
2019-01-15
Backport: Noted that 3.7.5 is the final SciTE 3.x.
Neil
1
-0
/
+3
2019-01-13
Backport: Feature [feature-requests:#1254]. Fix bug causing fold line creatio...
Jad Altahan
1
-0
/
+4
2019-01-13
Backport: Feature [feature-requests:#1253]. Critical fixes for raw strings
Jad Altahan
1
-0
/
+12
2019-01-12
Updates for version 3.10.2.
mitchell
3
-8
/
+8
2019-01-05
Backport: Recognize negative line numbers in GCC-format messages.
Neil
1
-0
/
+5
2018-12-12
Backport: Feature [feature-requests:#1247]. Handles message groups as well as...
Iain Clarke
1
-0
/
+5
2018-12-12
Backport: Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding pr...
Jannick
1
-0
/
+5
2018-12-04
Backport: Bug [#2062]. Interpret continued preprocessor lines correctly by re...
Neil
1
-0
/
+5
2018-11-29
Backport: Notify with SC_UPDATE_SELECTION when user performs a multiple selec...
Neil
1
-0
/
+3
2018-11-28
Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles ...
Kacper Kasper
1
-0
/
+4
2018-11-21
Backport: Feature [feature-requests:#1242]. Add lexer for Nim
Jad Altahan
1
-0
/
+8
[next]