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-22
Make clamp generic so can be used on more types.
Neil
1
-6
/
+3
2018-01-21
Match variable types to method so will build if switched to 64-bit.
Neil
1
-2
/
+2
2018-01-21
Fix namespace so can build inside Visual C++.
Neil
1
-0
/
+4
2018-01-21
Type casts in case Sci::Position and Sci::Line are extended to 64-bits.
Neil
1
-14
/
+14
2018-01-20
Credit for markdown.properties.
Neil
1
-0
/
+2
2018-01-11
Add ENABLE_BIDIRECTIONAL option to make files.
Neil
2
-1
/
+9
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
7
-5
/
+65
2018-01-10
Added Textilosaurus.
Neil
1
-0
/
+4
2018-01-02
[Bug #1985] Add 'while' keyword to Matlab lexer keywords that start a fold block
John Donoghue
2
-0
/
+5
2017-12-14
Added credit for SciTE update.
Neil
1
-0
/
+1
2017-12-13
Use explicit typedefs instead of deprecated derivation from std::iterator.
Greg Smith
1
-3
/
+21
2017-11-21
Update make dependencies due to splitting off ILoader.h.
Neil Hodgson
1
-89
/
+107
2017-11-21
Update marshalling of signals from Scintilla, changing deprecated NONE to VOID.
Neil Hodgson
3
-42
/
+39
2017-11-20
Add SCI_GETMOVEEXTENDSSELECTION.
Mitchell Foral
5
-0
/
+15
2017-11-20
Add section for 4.0.3 and move posr-4.0.2 items into it.
Neil
1
-8
/
+16
2017-11-09
Close autocompletion list for escape and delete on macOS 10.13 as the window
chinhster
2
-1
/
+6
2017-11-05
Stop treating '\' as an escape character in strings.
Vicente
2
-7
/
+29
2017-11-05
Indent more uniformly with spaces instead of tabs.
Vicente
1
-34
/
+34
2017-10-30
Fixed wxWindows -> wxWidgets.
Neil
1
-2
/
+2
2017-10-26
Added tag rel-4-0-2 for changeset 96becb885ce4
Neil
1
-0
/
+1
2017-10-26
Updates for 4.0.2.
rel-4-0-2
Neil
8
-16
/
+17
2017-10-26
Change log.
Neil Hodgson
1
-0
/
+4
2017-10-26
Disable the animated find indicator on macOS 10.13 where it fails.
Neil Hodgson
1
-2
/
+20
2017-10-26
Fix nested Django tags inside a comment breaking highlighting of rest of file.
Stephan Deibel
2
-1
/
+5
2017-10-26
Fix bad formatting.
Neil
1
-9
/
+1
2017-10-26
Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share on macOS 10.13.
Chinh Nguyen
2
-5
/
+31
2017-10-23
Document style metadata APIs.
Neil
2
-3
/
+24
2017-10-23
Added tag rel-4-0-1 for changeset bd5c44cb0ab8
Neil
1
-0
/
+1
2017-10-18
Updates for 4.0.1 release.
rel-4-0-1
Neil
8
-16
/
+17
2017-10-16
Use const for interface CharacterIndexer and its implementation DocumentIndexer.
Neil
3
-10
/
+10
2017-10-16
Bug [#1975]. Avoid duplicate calls by using inline function instead of macro.
Zufu Liu
1
-5
/
+6
2017-10-15
Bug [#1977]. Folder treats triple-quoted f-strings like triple-quoted strings.
Zufu Liu
2
-3
/
+7
2017-10-15
Bug [#1978]. Minor undefined behaviour fixed.
Zufu Liu
2
-1
/
+5
2017-10-15
Change log.
Neil
1
-0
/
+1
2017-10-13
New pre_processor added recently to baan.
oirfeodent
1
-4
/
+6
2017-09-25
Avoiding comma operator warnings from Clang in lexers.
Neil Hodgson
3
-5
/
+15
2017-09-25
Update Xcode project files automatically for Xcode 9.
Neil Hodgson
2
-9
/
+19
2017-09-18
Bug [#1885]. Improve scrolling on macOS 10.12.
Neil Hodgson
2
-8
/
+19
2017-09-15
Bug [#1972]. Change encoding used in comments to UTF-8.
Zufu Liu
4
-4
/
+8
2017-09-14
Normalize whitespace.
Zufu Liu
5
-7
/
+6
2017-09-14
Remove automatically generated line end whitespace.
Zufu Liu
3
-191
/
+192
2017-09-13
Bug [#1971]. Fix line selection by clicking in the margin when scrolled.
Neil Hodgson
2
-0
/
+6
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
235
-641
/
+35
2017-09-01
Use "Falls through" comments to avoid warnings from GCC 7.1.
Neil Hodgson
7
-0
/
+9
2017-08-29
Fix issue, where in few cases the lexing needs to be done only for functions.
oirfeodent
2
-1
/
+7
2017-08-28
Include ILoader.h in public interface to Scintilla framework.
Neil Hodgson
1
-0
/
+4
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
18
-14
/
+45
2017-08-28
Bug [#1966]. "defined A" removes "A" before replacing "defined" with value.
Jannick
2
-3
/
+5
2017-08-28
Bug [#1966]. #define A is treated as #define A 1.
Jannick
2
-0
/
+3
2017-08-28
Bug [#1966]. Default value of 0 for undefined preprocessor symbols.
Jannick
2
-2
/
+8
[next]