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
2020-04-27
Backport: Remove documentation that is no longer correct.
Neil
1
-1
/
+0
2019-12-31
Backport: Implement SCI_SETILEXER.
Neil
2
-1
/
+21
2020-06-02
Initial, experimental support for upstream ILexer5/lexilla lexers.
mitchell
1
-3
/
+7
2020-06-01
lexlua: Added Fennel lexer.
mitchell
1
-0
/
+2
2020-05-26
Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name.
mitchell
1
-1
/
+12
2020-05-09
Lua LPeg lexer history update correction.
rel-3-20-0
mitchell
1
-2
/
+1
2020-05-09
More Lua LPeg lexer history updates.
mitchell
1
-0
/
+7
2020-05-09
Updated for 3.20.0.
mitchell
3
-10
/
+10
2020-05-09
Updated history with Lua LPeg lexer changes.
mitchell
1
-2
/
+25
2020-04-25
Reformatted Lua LPeg lexers and added new convenience functions and pattern.
mitchell
1
-120
/
+113
2020-04-21
Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character pro...
Dejan Budimir
1
-0
/
+4
2020-04-10
Backport: Updated documentation with currently used astyle parameters.
Neil
1
-1
/
+3
2020-04-10
Backport: Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively mat...
Neil
1
-0
/
+8
2020-04-10
Backport: Bug [#2167]. Add line copy format on clipboard, compatible with Vis...
Justin Dailey
1
-0
/
+5
2020-04-08
Backport: Feature [feature-requests:1344]. Add methods for iterating through ...
Iain Clarke
2
-0
/
+13
2020-04-07
Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace matchin...
Yury Dubinsky
1
-0
/
+7
2020-04-06
Backport: Typo.
Neil
1
-1
/
+1
2020-04-06
Backport: Change log.
Neil
1
-0
/
+6
2020-03-29
Backport: Update documentation to match changes in Scintilla.iface.
Neil
1
-13
/
+13
2020-03-21
Backport: Change log.
Zufu Liu
1
-0
/
+4
2020-03-15
Backport: Bug [#2159]. SC_WRAP_CHAR is not supported for printing.
Neil
1
-5
/
+4
2020-03-11
Backport: Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.
Zufu Liu
1
-0
/
+4
2020-03-01
Backport: Add menu at top.
Neil
1
-0
/
+18
2020-03-01
Backport: Feature [feature-requests:497] Remove dead bug from bugs page.
Neil
1
-6
/
+0
2020-02-21
Backport: Feature [feature-requests:497] Automatically scroll while dragging ...
McLoo
1
-0
/
+5
2020-02-15
Backport: Bug [#2138]. Potential fix to Direct2D crash when updating driver.
Mat Berchtold
1
-0
/
+4
2020-02-03
Backport: Add link to ScintillaTest GTK sample.
Neil
1
-1
/
+3
2020-01-31
Backport: Feature [feature-requests:#1336] Add default argument for GetRelative.
David Shuman
1
-0
/
+4
2020-01-25
Backport: Fix line end whitespace and change edited date.
Neil
1
-2
/
+2
2020-03-27
Backport: Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.
mitchell
2
-0
/
+12
2020-01-06
Backport: Bug [#2135]. Prevent movement of candidate window while typing.
Zufu Liu
1
-0
/
+1
2020-01-06
Backport: Bug [#2135]. Improve location of candidate window.
Zufu Liu
1
-0
/
+1
2020-01-06
Backport: Bug [#2135]. Set candidate window position in windowed IME mode.
Zufu Liu
1
-0
/
+5
2020-01-09
Backport: Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now ...
Neil
1
-0
/
+4
2020-03-26
Switch to 1-based indices in Lua.
mitchell
1
-6
/
+6
2020-03-11
LexLPeg now implements DefaultLexer and NameOfStyle().
mitchell
1
-15
/
+15
2020-03-07
LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL.
mitchell
1
-13
/
+64
2020-01-06
Backport: Bug [#2147]. Don't clear clipboard before copying text.
Neil
1
-0
/
+4
2020-01-05
Synchronizing LongTerm3 with default.
mitchell
3
-9
/
+5
2020-01-04
Backport: Mention Raku in change log.
Neil
1
-0
/
+5
2020-01-04
Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and...
mitchell
2
-2
/
+27
2019-12-14
Backport: Remove links to lexers with SCI_EMPTYCATALOGUE definition.
Neil
2
-0
/
+6
2019-12-13
Backport: Implement DynamicLibrary on Cocoa.
Neil
2
-3
/
+15
2019-12-28
lexlua: Added txt2tags lexer.
mitchell
1
-0
/
+2
2019-12-07
Updated 3.11.2 release date.
rel-3-11-2
mitchell
1
-1
/
+1
2019-12-07
Preparing for 3.11.2.
mitchell
2
-6
/
+6
2019-12-03
Backport: Bug [#2144]. Fixed drawing of translucent rounded rectangles with D...
Neil
1
-0
/
+4
2019-11-24
Backport: Bug [#2140]. Move rather than grow selection when insertion at start.
Neil
1
-0
/
+4
2019-11-21
Backport: Feature [feature-requests:#1326] Recognize squiggly heredocs.
Zufu Liu
1
-0
/
+4
2019-11-15
Backport: Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
2
-2
/
+17
[next]