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
path:
root
/
doc
/
ScintillaDoc.html
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-22
Lexilla testing framework.
Neil
1
-0
/
+3
2019-12-31
Implement SCI_SETILEXER.
Neil
1
-1
/
+9
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
1
-1
/
+24
2019-12-13
Lexilla implemented as loadable lexer.
Neil
1
-1
/
+23
2019-12-14
Remove links to lexers with SCI_EMPTYCATALOGUE definition.
Neil
1
-0
/
+3
2019-12-13
Implement DynamicLibrary on Cocoa.
Neil
1
-3
/
+4
2019-11-15
Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-2
/
+16
2019-11-15
Feature [feature-requests:#1316] Add access to virtual space at start and end of
Neil
1
-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
1
-1
/
+13
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-2
/
+40
2019-06-22
Bug [#1924]. Option to allow block carets to trail selection ranges.
Neil
1
-0
/
+4
2019-06-22
Feature [feature-requests:#1297] Updates to types of LineScroll,
Zufu Liu
1
-2
/
+2
2019-06-22
Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.
Neil
1
-5
/
+27
2019-06-18
Feature [feature-requests:#1297] 3: Use pointer type in documentation.
Neil
1
-27
/
+32
2019-06-18
Feature [feature-requests:#1297] 2: Use position and line more in documentation.
Neil
1
-320
/
+334
2019-06-05
Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.
Neil
1
-4
/
+4
2019-06-02
GTK+ was renamed to GTK in February 2019 so update documentation to new name.
Neil
1
-36
/
+36
2019-06-02
Clarify which API changes focus.
Neil
1
-2
/
+2
2019-05-22
Fix orphan text, moving to where it should be.
Zufu Liu
1
-2
/
+1
2019-05-04
Bug [#2102]. Explain behaviour when length argument longer than document.
Zufu Liu
1
-2
/
+3
2019-04-17
Document the character values in SCNotification::ch for SCN_CHARADDED.
Neil
1
-2
/
+5
2019-04-07
Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Zufu Liu
1
-1
/
+2
2019-04-05
Document adding source files.
Neil
1
-0
/
+3
2019-04-05
Feature [feature-requests:#1272]. Add API to set default fold display text.
Neil
1
-0
/
+7
2019-03-31
Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-1
/
+3
2019-03-29
Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API
Neil
1
-0
/
+11
2019-03-12
Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.
Neil
1
-2
/
+2
2019-02-05
Feature [feature-requests:#1217]. Change API so block just for overstrike.
Zufu Liu
1
-4
/
+4
2019-02-02
Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Zufu Liu
1
-3
/
+5
2019-01-24
Bug [#1548]. Implement calltips on Qt.
Andrea Ricchi
1
-2
/
+0
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-1
/
+13
2018-09-30
Synchronize definition and documentation.
rel-4-1-2
Neil
1
-3
/
+3
2018-09-06
Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME composition.
Neil
1
-0
/
+3
2018-07-10
Optional indexing of line starts in UTF-8 documents by UTF-32 code points and
Neil
1
-39
/
+87
2018-06-06
SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.
Henrik Hank
1
-3
/
+11
2018-06-02
Updated to mention bidirectional works on Cocoa.
Neil
1
-4
/
+5
2018-05-23
Update for bidirectional support.
Neil
1
-8
/
+11
2018-05-22
Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.
Neil
1
-0
/
+17
2018-04-19
SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh...
Nicholai Benalal
1
-3
/
+14
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-11
/
+38
2018-04-05
Switching to https.
Neil
1
-3
/
+3
2018-04-04
Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx
Neil
1
-5
/
+4
2018-04-04
Bug [#2006]. State SCN_UPDATEUI is an indication that change may have occurred
Neil
1
-5
/
+7
2018-03-08
Create static library libscintilla.a or libscintilla.lib on Windows.
Neil
1
-3
/
+4
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-7
/
+35
2018-01-26
Add documentOption argument to SCI_CREATELOADER.
Neil
1
-12
/
+23
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
1
-3
/
+26
2017-11-20
Add SCI_GETMOVEEXTENDSSELECTION.
Mitchell Foral
1
-0
/
+5
2017-10-23
Document style metadata APIs.
Neil
1
-0
/
+21
[next]