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
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
path:
root
/
qt
/
ScintillaEdit
/
ScintillaEdit.cpp.template
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-12-12
Ensure enough room for NUL terminator in string return values.
Neil
1
-3
/
+4
2021-05-09
Add @file to template files.
Neil Hodgson
1
-1
/
+1
2018-04-26
Remove cast that is not needed.
Neil
1
-1
/
+1
2018-03-16
Remove line-end white space.
Neil
1
-5
/
+5
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
interfaces ILexer4 and IDocument.
2016-11-16
Deprecate non-branded struct names in Scintilla.h.
Neil
1
-2
/
+2
2014-09-12
Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.
Neil
1
-0
/
+4
From Jason Haslam.
2013-08-01
Expose SCI_FORMATRANGE for printing.
Unknown
1
-0
/
+25
From John Ehresman.
2013-07-04
Report failure of find_text with -1 as first element of return value.
Neil
1
-2
/
+2
From John Ehresman.
2013-05-07
Remove variable that was not used to reduce warnings.
nyamatongwe
1
-1
/
+1
2012-05-17
Qt platform layer added. Based on an implementation from Jason Haslam
nyamatongwe
1
-0
/
+59
at Scientific Toolworks, Inc. with additions performed for Wingware.