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-01-20
Backport: Credit for markdown.properties.
Neil
1
-0
/
+2
2018-01-10
Backport: Added Textilosaurus.
Neil
1
-0
/
+4
2018-01-02
Backport: [Bug #1985] Add 'while' keyword to Matlab lexer keywords that start...
John Donoghue
2
-0
/
+5
2017-12-14
Backport: Added credit for SciTE update.
Neil
1
-0
/
+1
2017-12-13
Backport: Use explicit typedefs instead of deprecated derivation from std::it...
Greg Smith
1
-3
/
+21
2017-11-21
Backport: Update make dependencies due to splitting off ILoader.h.
Neil Hodgson
1
-89
/
+107
2017-11-21
Backport: Update marshalling of signals from Scintilla, changing deprecated N...
Neil Hodgson
3
-42
/
+39
2017-11-20
Backport: Add SCI_GETMOVEEXTENDSSELECTION.
Mitchell Foral
5
-0
/
+15
2017-11-09
Backport: Close autocompletion list for escape and delete on macOS 10.13 as t...
chinhster
2
-2
/
+6
2017-11-05
Backport: Stop treating '\' as an escape character in strings.
Vicente
2
-7
/
+29
2017-11-05
Backport: Indent more uniformly with spaces instead of tabs.
Vicente
1
-34
/
+34
2017-10-30
Backport: Fixed wxWindows -> wxWidgets.
Neil
1
-2
/
+2
2017-10-26
Backport: Fix nested Django tags inside a comment breaking highlighting of re...
Stephan Deibel
2
-1
/
+5
2017-10-26
Backport: Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share on...
Chinh Nguyen
2
-5
/
+15
2017-10-23
Backport: Document style metadata APIs.
Neil
2
-3
/
+24
2017-10-16
Backport: Use const for interface CharacterIndexer and its implementation Doc...
Neil
3
-10
/
+10
2017-10-16
Backport: Bug [#1975]. Avoid duplicate calls by using inline function instead...
Zufu Liu
1
-5
/
+6
2017-10-15
Backport: Bug [#1977]. Folder treats triple-quoted f-strings like triple-quot...
Zufu Liu
2
-3
/
+7
2017-10-15
Backport: Bug [#1978]. Minor undefined behaviour fixed.
Zufu Liu
2
-1
/
+5
2017-10-15
Backport: Change log.
Neil
1
-0
/
+1
2017-09-25
Backport: Avoiding comma operator warnings from Clang in lexers.
Neil Hodgson
3
-5
/
+15
2017-09-18
Backport: Bug [#1885]. Improve scrolling on macOS 10.12.
Neil Hodgson
2
-8
/
+19
2017-09-15
Backport: Bug [#1972]. Change encoding used in comments to UTF-8.
Zufu Liu
4
-4
/
+8
2017-09-14
Backport: Normalize whitespace.
Zufu Liu
5
-7
/
+6
2017-09-14
Backport: Remove automatically generated line end whitespace.
Zufu Liu
3
-191
/
+192
2017-09-13
Backport: Bug [#1971]. Fix line selection by clicking in the margin when scro...
Neil Hodgson
2
-0
/
+6
2018-03-15
Use active Scintilla namespace in curses platform and fix name clashes.
mitchell
3
-34
/
+33
2018-03-15
Use active Scintilla namespace in LPeg lexer.
mitchell
1
-4
/
+0
2017-09-11
Backport: The Scintilla namespace is always active for internal symbols and f...
Neil
235
-641
/
+34
2017-09-01
Backport: Use "Falls through" comments to avoid warnings from GCC 7.1.
Neil Hodgson
7
-0
/
+9
2018-03-15
Added history for already backported changeset 6385:d04b3417f375.
mitchell
1
-13
/
+16
2017-08-28
Backport: Include ILoader.h in public interface to Scintilla framework.
Neil Hodgson
1
-0
/
+4
2018-03-15
Added new ILoader.h to curses platform.
mitchell
1
-0
/
+1
2017-08-28
Backport: New header ILoader.h defines ILoader interface as it does not belon...
Neil
18
-14
/
+45
2017-08-28
Backport: Bug [#1966]. "defined A" removes "A" before replacing "defined" wit...
Jannick
2
-3
/
+5
2017-08-28
Backport: Bug [#1966]. #define A is treated as #define A 1.
Jannick
2
-0
/
+3
2017-08-28
Backport: Bug [#1966]. Default value of 0 for undefined preprocessor symbols.
Jannick
2
-2
/
+8
2017-08-25
Backport: Moved *StyleBits* APIs into deprecated category.
Neil
5
-17
/
+21
2017-08-19
Backport: Switched attribution.
Neil
1
-1
/
+1
2017-08-18
Backport: Bug [#1968]. Use sql.backslash.escapes for double quoted strings.
Justin Clift
2
-1
/
+7
2017-08-17
Backport: Added link to long term release page onmain page.
Neil
1
-0
/
+4
2017-08-11
Backport: Include more of the upstream changes.
Neil
1
-0
/
+11
2017-08-11
Backport: Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_...
Neil
3
-14
/
+12
2017-08-09
Backport: Include 3.7.6 long term release.
Neil
1
-0
/
+19
2017-08-07
Backport: Bug [#1965]. Implement "fold", "fold.comment", and "fold.compact" p...
Zufu Liu
2
-2
/
+12
2017-08-02
Backport: Switch default modifier key for rectangular selections from Ctrl to...
Neil Hodgson
4
-11
/
+9
2017-08-02
Backport: Improve description of HideSelection.
rhkramer
1
-1
/
+1
2017-07-29
Backport: Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.
Neil Hodgson
3
-6
/
+40
2017-07-23
Backport: Lexer style metadata uses arrays of struct literals but don't want ...
Neil Hodgson
1
-2
/
+5
2017-07-23
Backport: Avoid warning although it appears incorrect.
Neil Hodgson
1
-1
/
+1
[next]