aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-2/+40
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT. Backport of changeset 7613:4cfac35c71bd.
2019-06-22Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-0/+4
Bit flag value is CARETSTYLE_BLOCK_AFTER=256. Backport of changeset 7609:340a0f51fb3c.
2019-06-22Backport: Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-2/+2
[Set]MarginTypeN, and [Set]MarginCursorN. Backport of changeset 7596:a5bcfd494606.
2019-06-22Backport: Feature [feature-requests:#1297] Updated Scintilla.h from ↵Neil1-5/+27
Scintilla.iface. Adds *_NONE and INDICATOR_* enumeration values. Moves old INDIC?_MASK to deprecated section. Backport of changeset 7593:5b74284d6970.
2019-06-18Backport: Feature [feature-requests:#1297] 3: Use pointer type in documentation.Neil1-27/+32
Backport of changeset 7582:80796da5ff3b.
2019-06-18Backport: Feature [feature-requests:#1297] 2: Use position and line more in ↵Neil1-320/+334
documentation. Backport of changeset 7578:8241e0a93bf6.
2019-06-05Backport: Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.Neil1-4/+4
Backport of changeset 7549:1d1109aef80c.
2019-06-02Backport: GTK+ was renamed to GTK in February 2019 so update documentation ↵Neil1-36/+36
to new name. Backport of changeset 7545:69f78ccbfc4b.
2019-06-02Backport: Clarify which API changes focus.Neil1-2/+2
Backport of changeset 7544:4fdbac7a1dde.
2019-05-22Backport: Fix orphan text, moving to where it should be.Zufu Liu1-2/+1
Backport of changeset 7501:3383bc118229.
2019-05-04Backport: Bug [#2102]. Explain behaviour when length argument longer than ↵Zufu Liu1-2/+3
document. Backport of changeset 7491:f72740cc5975.
2019-04-17Backport: Document the character values in SCNotification::ch for SCN_CHARADDED.Neil1-2/+5
Backport of changeset 7469:a3a44d37c912.
2019-04-07Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu1-1/+2
Backport of changeset 7407:fc237c9afcdd.
2019-04-05Backport: Document adding source files.Neil1-0/+3
Backport of changeset 7401:e92f85a5bf74.
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold ↵Neil1-0/+7
display text. Backport of changeset 7400:9fcb52fdb307.
2019-03-31Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu1-1/+3
FoldDisplayTextSetStyle. Backport of changeset 7394:8fe3c581aeb9.
2019-04-16Backport: Feature [feature-requests:#1259]. Add ↵mitchell1-0/+11
SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features. Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp().
2019-03-12Backport: Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.Neil1-2/+2
Backport of changeset 7318:69fd7aea5459.
2019-02-05Backport: Feature [feature-requests:#1217]. Change API so block just for ↵Zufu Liu1-4/+4
overstrike. Backport of changeset 7249:06b6a93d8e3f.
2019-02-02Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu1-3/+5
Backport of changeset 7248:aba09a1c7c63.
2019-02-17Backport: Bug [#1548]. Implement calltips on Qt.mitchell1-2/+0
Backport of changeset 7237:a82b87a88556 and 7238:ba336ac439f0.
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-1/+13
This can reduce the time taken to fold a document by half. Backport of changeset 7110:09c647755bed.
2018-09-30Backport: Synchronize definition and documentation.Neil1-3/+3
Backport of changeset 7102:927e7d62e917.
2018-09-06Backport: Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME ↵Neil1-0/+3
composition. Backport of changeset 7081:892c361b3969.
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ↵Neil1-39/+87
points and UTF-16 code units added. Converted instances of C++17 std::string_view to C++11. Also used const_casts where appropriate to fix compile errors. Backport of changeset 7063:0d5edc93e280.
2018-06-06Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank1-3/+11
Backport of changeset 7024:72c92ed3dc10.
2018-05-22Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil1-0/+17
Backport of changeset 6966:872900d3ceb0.
2018-04-19Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ↵Nicholai Benalal1-3/+14
numbers white. Backport of changeset 6700:daa126b86c17.
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵mitchell1-11/+38
2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error.
2018-04-05Backport: Switching to https.Neil1-3/+3
Backport of changeset 6674:f2293f8e3cca.
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ↵Neil1-5/+4
ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. Backport of changeset 6670:cfe90078d684.
2018-04-04Backport: Bug [#2006]. State SCN_UPDATEUI is an indication that change may ↵Neil1-5/+7
have occurred and not that a change definitely occurred. Backport of changeset 6668:3f20bac89b30.
2018-03-08Backport: Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-1/+2
Stop creating Lexers.a static library. Harmonize make files. Backport of changeset 6477:a65186aab9f9.
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-7/+35
Backport of changeset 6448:431b814a54a6.
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil1-9/+20
Backport of changeset 6441:92c8f0f1b3e6.
2017-11-20Backport: Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+5
Backport of changeset 6418:85205da6ec1b.
2017-10-23Backport: Document style metadata APIs.Neil1-0/+21
Backport of changeset 6405:0849bae316da.
2017-08-11Backport: Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and ↵Neil1-13/+7
SC_TECHNOLOGY_DIRECTWRITEDC as provisional. Backport of changeset 6371:fde8223ca36c.
2017-08-02Backport: Switch default modifier key for rectangular selections from Ctrl ↵Neil Hodgson1-3/+3
to Alt on Linux. Backport of changeset 6364:ea9f62ea6153.
2017-07-17Backport: Documentation for style metadata.Neil1-1/+29
Backport based on changeset 6348:329af61d687c.
2017-07-09Backport: Updated styling to avoid Comic Sans - such an unfairly maligned font.Justin Dailey1-3/+3
Backport of changeset 6341:a9e074386d18.
2017-07-09Backport: Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey1-1/+1
Backport of changeset 6340:52f12c3eebcd.
2017-06-19Backport: The default encoding is now UTF-8.Neil1-9/+9
Backport of changeset 6320:8d56eaef4f0a.
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-7/+47
Backported from changeset 6306:7e28cdba6d61.
2018-03-13Update GTK+ version requirements.mitchell1-3/+3
2018-03-11Added optional Lua lexer support.mitchell1-1/+2
This support is disabled by default and must be enabled via compile-time option.
2017-05-12Bug [#310]. Update documentation.Neil1-3/+7
2017-04-06Added a caret line frame as an alternative visual for highlighting the caret ↵A-R-C-A1-0/+6
line.
2017-04-02Added "Reverse Selected Lines" as SCI_LINEREVERSE.Vicente1-1/+4
2017-03-21Document C++11 requirement.Neil1-3/+5