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-11-28
Removed description of fold.comment as it is shared with other lexers and the
Neil
1
-2
/
+1
2018-11-28
Bug [#2054]. Reimplemented as an object lexer to support substyles for multiple
Kacper Kasper
2
-44
/
+225
2018-11-27
SciTE change log.
Neil
1
-0
/
+5
2018-11-21
Changes to IsNumOctal & SCE_NIM_IDENTIFIER
Jad Altahan
1
-5
/
+5
2018-11-21
Feature [feature-requests:#1242]. Add lexer for Nim
Jad Altahan
7
-0
/
+755
2018-11-20
SciTE change log.
Neil
1
-0
/
+5
2018-11-20
Bug [#2061]. Fix a crash that occurred when entering a dead key diacritic then a
Neil Hodgson
2
-1
/
+17
2018-11-18
Bug [#2059]. Update URL in comment.
Neil
1
-1
/
+1
2018-10-21
Bug [#2055]. Use dark info bar background when system is set to Dark Appearance.
John Horigan
4
-1
/
+9
2018-10-18
Updated case conversion and character categories to Unicode 11.
Neil
3
-70
/
+195
2018-10-17
Use nullptr, default brace and member initialisation for some simple cases.
Neil
2
-52
/
+42
2018-10-17
Use nullptr and default brace initialisation for some simple cases.
Neil
3
-4
/
+4
2018-10-17
Bug [#2051]. Correct return value from SCI_MARKERADD for invalid lines.
Neil
2
-1
/
+5
2018-10-16
Suppress warnings from cppcheck 1.85.
Neil
1
-0
/
+10
2018-10-16
Make damping work in ActionDuration.
Colomban Wendling
1
-1
/
+1
2018-10-15
Set number of lines wrapped in one go to maintain responsiveness and efficiency
Neil
3
-2
/
+17
2018-10-15
Extract duration measurement damping and clamping into ActionDuration class so
Neil
3
-24
/
+48
2018-10-11
Replace NULL and 0 with nullptr in clear cases of pure C++ code.
Neil
9
-31
/
+31
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
10
-15
/
+55
2018-10-09
Improve performance of Editor::RangeText by avoding per-character checks.
Neil
1
-3
/
+1
2018-10-09
Improve performance of text insertion when Unicode line indexing off.
Neil
3
-7
/
+19
2018-10-09
Extra tests for out-of-range arguments.
Neil
1
-0
/
+3
2018-10-04
Fix crash when particular patterns of invalid UTF-8 led to failure to create a
Neil Hodgson
2
-1
/
+13
2018-10-02
Added tag rel-4-1-2 for changeset 927e7d62e917
Neil
1
-0
/
+1
2018-09-30
Synchronize definition and documentation.
rel-4-1-2
Neil
2
-4
/
+4
2018-09-30
Updates for 4.1.2 release.
Neil
8
-17
/
+19
2018-09-29
Use nullptr when simple.
Neil
1
-6
/
+6
2018-09-29
Normalize formatting with astyle.
Neil
1
-5
/
+5
2018-09-29
Remove dead code.
Neil
1
-1
/
+0
2018-09-29
Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as before.
Zufu Liu
1
-5
/
+9
2018-09-26
Bug [#2046]. Optimize setting up representation.
Zufu Liu
1
-2
/
+3
2018-09-24
SciTE change log.
Neil
1
-0
/
+4
2018-09-24
Bug [#2045]. LexCPP: Fix 'elif' token length
huki
2
-1
/
+6
2018-09-20
Ignore another warning in LaTeX lexer.
Neil
1
-0
/
+1
2018-09-20
Fix highlighting of non-ASCII characters in links.
maboroshin
2
-30
/
+35
2018-09-20
Added section for next release.
Neil
1
-0
/
+8
2018-09-18
Guard against shifting by negative amount as that is undefined behaviour.
Neil Hodgson
2
-2
/
+10
2018-09-18
Initialize variables to ensure no undefined behaviour.
Neil Hodgson
1
-4
/
+4
2018-09-16
Use nullptr in Document where appropriate.
Neil
1
-10
/
+10
2018-09-16
Moved declaration to avoid warnings from linters.
Neil
1
-2
/
+2
2018-09-10
Added tag rel-4-1-1 for changeset fcf47c352832
Neil
1
-0
/
+2
2018-09-09
Updated outdated text.
rel-4-1-1
Neil
1
-2
/
+2
2018-09-09
Moved tag because of doc fix.
Neil
1
-0
/
+2
2018-09-09
Fix version number.
Neil
1
-1
/
+1
2018-09-09
Added tag rel-4-1-1 for changeset 892c361b3969
Neil
1
-0
/
+1
2018-09-06
Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME composition.
Neil
1
-0
/
+3
2018-09-05
Updated change list for 4.1.1.
Neil
1
-1
/
+1
2018-09-05
Updates for 4.1.1.
Neil
8
-16
/
+16
2018-09-04
Feature [feature-requests:#1144]. Add folding for shell if, do, and case.
Colomban Wendling
2
-0
/
+19
2018-08-29
Allow read access to the key map.
Kacper Kasper
2
-0
/
+5
[next]