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
2019-10-20
Readying 4.2.1 release.
rel-4-2-1
Neil
8
-19
/
+17
2019-10-19
Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the start of the
Zufu Liu
2
-3
/
+28
2019-10-16
Feature [feature-requests:#1315] Update to Unicode 12.1.
Neil
3
-56
/
+113
2019-10-16
Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs in PATH.
Neil
1
-4
/
+2
2019-10-13
Added const from patch on bug #2131.
Zufu Liu
1
-1
/
+1
2019-10-13
Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.
Zufu Liu
2
-1
/
+6
2019-10-04
Clarified value 0 for SCI_SETWHITESPACESIZE.
Neil
1
-0
/
+1
2019-07-05
Bug [#2118]. Add TabMinimumWidth property to API so applications can display
Neil
5
-1
/
+33
2019-07-05
Add SetAppearance method to make changes to appearance settings and only perform
Neil
1
-0
/
+13
2019-09-30
Update project to Xcode 11.
Neil Hodgson
1
-5
/
+1
2019-09-30
Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.
Zufu Liu
5
-14
/
+50
2019-09-30
Delete standard functions on classes where there could be attempts to copy.
Neil Hodgson
4
-1
/
+47
2019-09-28
Updated suppression file for Cppcheck 1.89.
Neil
1
-7
/
+118
2019-09-28
Remove virtual call in constructor to stop warnings.
Neil
1
-1
/
+0
2019-09-28
Avoid calling virtual methods during destruction to stop warnings.
Neil
2
-8
/
+23
2019-09-28
Bug [#2129]. Fix crash with 'interface=none' comment.
Neil
2
-1
/
+6
2019-09-26
Remove extraneous check.
Neil
1
-3
/
+1
2019-09-28
Updated credits.
Neil
1
-1
/
+1
2019-09-26
Bug [#2121]. Support indented here-docs.
SilverDirk
2
-0
/
+32
2019-09-26
Feature [feature-requests:#1306] Fold qw arrays.
Zufu Liu
2
-0
/
+10
2019-07-17
Feature [feature-requests:#1300] part 5. Stop Google IME on Windows 7 moving
johnsonj
2
-0
/
+6
2019-07-17
Feature [feature-requests:#1300] part 4. Align candidate window to target part
johnsonj
2
-0
/
+6
2019-07-17
Feature [feature-requests:#1300] part 3. Stop candidate window moving while
johnsonj
2
-2
/
+6
2019-07-17
Feature [feature-requests:#1300] part 2. Position candidate window closer to
Zufu Liu
2
-1
/
+6
2019-07-17
Bug [#2120]. Avoid candidate window obscuring text when near bottom of screen.
Neil
2
-2
/
+14
2019-07-10
SciTE changelog.
Neil
1
-0
/
+3
2019-07-10
Added section for next release.
Neil
1
-0
/
+8
2019-07-05
Added tag rel-4-2-0 for changeset 70fe3bd38a3d
Neil
1
-0
/
+1
2019-07-03
Mentioning second bug report for 2110.
rel-4-2-0
Neil
1
-1
/
+3
2019-07-02
Updated version number.
Neil
1
-1
/
+1
2019-07-02
Readying 4.2.0 release.
Neil
8
-19
/
+17
2019-07-02
Bug [#2115]. Backed out changeset: d70ccc4f172a as not undefined behaviour.
Neil
1
-3
/
+2
2019-07-02
Bug [#2115]. Backed out changeset: 74b2c724a1df as not undefined behaviour.
Neil
1
-2
/
+2
2019-07-01
Use noexcept on Document where reasonable with no effect on external interface.
Neil
2
-81
/
+82
2019-07-01
Use noexcept in HighlightDelimiter - its a simple struct.
Neil
1
-5
/
+5
2019-07-01
Bug [#2115]. Fix undefined behaviour of shifting signed 1 by 31.
Zufu Liu
1
-2
/
+2
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
15
-47
/
+95
2019-06-29
Bug [#2115]. Fix undefined behaviour of shifting negative values.
Zufu Liu
1
-2
/
+3
2019-06-29
Bug [#2111]. Retracted change to IME on GTK.
Neil
2
-11
/
+0
2019-06-28
Bug [#2116]. Fix deletion of isolated invalid bytes.
Zufu Liu
2
-11
/
+30
2019-06-22
Bug [#1924]. Option to allow block carets to trail selection ranges.
Neil
6
-4
/
+17
2019-06-21
Bug [#2106]. Place line caret in correct location for line caret with block OVR.
Neil
4
-1
/
+14
2019-06-25
Avoid cppcheck warnings by using same names in declaration and definition.
Neil
1
-2
/
+2
2019-06-25
Bug [#2098]. Remove unused variable.
Zufu Liu
1
-2
/
+1
2019-06-25
Bug [#2098]. Fix single quoted strings where '" (quote, double quote) was seen
Zufu Liu
2
-1
/
+5
2019-06-25
Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.
Zufu Liu
2
-1
/
+5
2019-06-25
Updating file download sizes to be in megabytes.
Neil
1
-2
/
+2
2019-06-24
For encodings other than UTF-8, split input up into characters before calling
Neil Hodgson
1
-16
/
+29
2019-06-24
On Cocoa, stop internal failures for missing fonts.
Neil Hodgson
1
-3
/
+5
2019-06-23
Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in 7594.
Neil Hodgson
1
-1
/
+1
[next]