aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-2/+16
2019-11-15Feature [feature-requests:#1316] Add access to virtual space at start and end ofNeil1-1/+6
2019-10-04Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
2019-07-05Bug [#2118]. Add TabMinimumWidth property to API so applications can displayNeil1-1/+13
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-2/+40
2019-06-22Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-0/+4
2019-06-22Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-2/+2
2019-06-22Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.Neil1-5/+27
2019-06-18Feature [feature-requests:#1297] 3: Use pointer type in documentation.Neil1-27/+32
2019-06-18Feature [feature-requests:#1297] 2: Use position and line more in documentation.Neil1-320/+334
2019-06-05Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.Neil1-4/+4
2019-06-02GTK+ was renamed to GTK in February 2019 so update documentation to new name.Neil1-36/+36
2019-06-02Clarify which API changes focus.Neil1-2/+2
2019-05-22Fix orphan text, moving to where it should be.Zufu Liu1-2/+1
2019-05-04Bug [#2102]. Explain behaviour when length argument longer than document.Zufu Liu1-2/+3
2019-04-17Document the character values in SCNotification::ch for SCN_CHARADDED.Neil1-2/+5
2019-04-07Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu1-1/+2
2019-04-05Document adding source files.Neil1-0/+3
2019-04-05Feature [feature-requests:#1272]. Add API to set default fold display text.Neil1-0/+7
2019-03-31Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu1-1/+3
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-0/+11
2019-03-12Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.Neil1-2/+2
2019-02-05Feature [feature-requests:#1217]. Change API so block just for overstrike.Zufu Liu1-4/+4
2019-02-02Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu1-3/+5
2019-01-24Bug [#1548]. Implement calltips on Qt.Andrea Ricchi1-2/+0
2018-10-11Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-1/+13
2018-09-30Synchronize definition and documentation.rel-4-1-2Neil1-3/+3
2018-09-06Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME composition.Neil1-0/+3
2018-07-10Optional indexing of line starts in UTF-8 documents by UTF-32 code points andNeil1-39/+87
2018-06-06SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank1-3/+11
2018-06-02Updated to mention bidirectional works on Cocoa.Neil1-4/+5
2018-05-23Update for bidirectional support.Neil1-8/+11
2018-05-22Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil1-0/+17
2018-04-19SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh...Nicholai Benalal1-3/+14
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil1-11/+38
2018-04-05Switching to https.Neil1-3/+3
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-5/+4
2018-04-04Bug [#2006]. State SCN_UPDATEUI is an indication that change may have occurredNeil1-5/+7
2018-03-08Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-3/+4
2018-02-02Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-7/+35
2018-01-26Add documentOption argument to SCI_CREATELOADER.Neil1-12/+23
2017-12-19Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.Neil1-3/+26
2017-11-20Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+5
2017-10-23Document style metadata APIs.Neil1-0/+21
2017-08-11Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDCNeil1-13/+7
2017-08-02Switch default modifier key for rectangular selections from Ctrl to Alt on Li...Neil Hodgson1-3/+3
2017-07-17Documentation for style metadata.Neil1-65/+45
2017-07-09Updated styling to avoid Comic Sans - such an unfairly maligned font.Justin Dailey1-3/+3
2017-07-09Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey1-1/+1
2017-07-01Deprecate single phase drawing.Neil1-10/+20