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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-26
Backport: Bug [#2046]. Optimize setting up representation.
Zufu Liu
1
-2
/
+3
2018-09-24
Backport: Bug [#2045]. LexCPP: Fix 'elif' token length
huki
2
-3
/
+8
2018-09-20
Backport: Ignore another warning in LaTeX lexer.
Neil
1
-0
/
+1
2018-09-20
Backport: Fix highlighting of non-ASCII characters in links.
maboroshin
2
-30
/
+35
2018-09-18
Backport: Guard against shifting by negative amount as that is undefined beha...
Neil Hodgson
2
-2
/
+10
2018-09-18
Backport: Initialize variables to ensure no undefined behaviour.
Neil Hodgson
1
-4
/
+4
2018-09-16
Backport: Use nullptr in Document where appropriate.
Neil
1
-10
/
+10
2018-09-16
Backport: Moved declaration to avoid warnings from linters.
Neil
1
-2
/
+2
2018-09-06
Backport: Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME c...
Neil
1
-0
/
+3
2018-09-04
Backport: Feature [feature-requests:#1144]. Add folding for shell if, do, and...
Colomban Wendling
2
-0
/
+19
2018-08-29
Backport: Allow read access to the key map.
Kacper Kasper
2
-0
/
+5
2018-08-16
Backport: On Cocoa, clicks in the blank text margin now put the caret at the ...
Neil Hodgson
1
-1
/
+1
2018-08-16
Backport: For reverse arrow margin cursor, move hotspot to the tip of the arrow.
Neil Hodgson
2
-1
/
+4
2018-08-09
Backport: Avoid some casts.
Neil
1
-3
/
+4
2018-07-31
Backport: Define PLAT_HAIKU and use to avoid a reported compilation problem o...
Neil
2
-1
/
+6
2018-07-24
Backport: Fix reversion in revision 7063 which removed folding when changing ...
Neil
1
-0
/
+1
2018-07-10
Backport: Need <string> for std::string.
Neil Hodgson
1
-0
/
+1
2018-07-10
Backport: Delete standard methods to avoid warnings.
Neil
1
-0
/
+5
2018-07-10
Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...
Neil
13
-48
/
+923
2018-07-10
Backport: Use Select* macros from windowsx.h to avoid casts and for consistency.
Neil
1
-8
/
+8
2018-07-06
Backport: Fix a shadowed variable.
Neil
1
-2
/
+2
2018-06-21
Backport: Use override for methods in WatcherHelper.
Neil
1
-6
/
+6
2018-06-21
Backport: Removed condition which is always true.
Neil
1
-2
/
+1
2018-06-21
Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.
Luke Rasmussen
8
-5
/
+521
2018-10-24
lexlua: Fixed typo in a previous commit to lexer.lua.
mitchell
1
-1
/
+1
2018-10-24
lexlua: Updated Markdown lexer.
mitchell
1
-8
/
+13
2018-10-24
lexlua: Tweaked newline pattern to be more syntactically accurate.
mitchell
1
-2
/
+2
2018-10-12
lexlua: Improved HTML folding of traditionally single elements.
mitchell
1
-15
/
+25
2018-10-07
lexlua: Handle CR+LF in horizontal rules for Markdown.
mitchell
1
-2
/
+2
2018-08-10
lexlua: Updated ConTeXt lexer.
mitchell
1
-2
/
+6
2018-06-30
Added tag rel-3-10-0 for changeset 68325956b467
mitchell
1
-0
/
+1
2018-06-30
Updated for 3.10.0.
rel-3-10-0
mitchell
10
-20
/
+41
2018-06-16
Fixed incorrect highlighting of indented markdown lists.
mitchell
1
-5
/
+5
2018-06-16
Updated BACKPORTING.
mitchell
1
-0
/
+23
2018-06-12
Backport: Remove definition that has never been used.
Neil
1
-1
/
+0
2018-06-10
Backport: Using noexcept for simple functions.
Neil
3
-36
/
+36
2018-06-10
Backport: Updated the code and comment for running a regex over multiple line...
Neil
1
-8
/
+14
2018-06-06
Backport: Added brace for multi-line if and normalized space.
Neil
1
-6
/
+7
2018-06-06
Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.
Henrik Hank
5
-6
/
+26
2018-06-06
Backport: Hide Meson and Ninja artifacts.
Neil
1
-0
/
+5
2018-06-04
Backport: Reduce scope of captures for lambdas.
Neil
2
-5
/
+5
2018-06-04
Backport: Use const and noexcept, initialize, avoid casts and improve variabl...
Neil
1
-29
/
+29
2018-06-04
Backport: Use lambda in preference to function object.
Neil
1
-10
/
+2
2018-06-04
Backport: Use const in lexlib headers.
Neil
3
-9
/
+9
2018-06-02
Backport: Extra header needed with g++ on Linux.
Neil Hodgson
2
-0
/
+2
2018-06-01
Backport: Mark constant inline Unicode functions as constexpr.
Neil
1
-4
/
+4
2018-05-31
Backport: Allow std::unique_ptr to be used more widely.
Neil
6
-0
/
+6
2018-05-30
Backport: Add header needed for floor.
Neil Hodgson
1
-0
/
+1
2018-05-30
Backport: Fix comments.
Neil
1
-4
/
+4
2018-05-28
Backport: Add styles for diffs containing patches.
Andreas Rönnquist
4
-0
/
+24
[next]