aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-03-21Backport: Change log.Zufu Liu1-0/+4
Backport of changeset 8017:600bb50532c5.
2020-03-15Backport: Bug [#2159]. SC_WRAP_CHAR is not supported for printing.Neil1-5/+4
Backport of changeset 8005:97b76d46ea98.
2020-03-11Backport: Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.Zufu Liu1-0/+4
Backport of changeset 8002:92d3ec579869.
2020-03-01Backport: Add menu at top.Neil1-0/+18
Backport of changeset 7993:3bcb1bdd4f6a.
2020-03-01Backport: Feature [feature-requests:497] Remove dead bug from bugs page.Neil1-6/+0
Backport of changeset 7992:65e1f5374651.
2020-02-21Backport: Feature [feature-requests:497] Automatically scroll while dragging ↵McLoo1-0/+5
text. Added automatic scrolling when text dragged near edge of window. Backport of changeset 7989:e98f6731bd39.
2020-02-15Backport: Bug [#2138]. Potential fix to Direct2D crash when updating driver.Mat Berchtold1-0/+4
Backport of changeset 7985:0ffb5afdbd7f.
2020-02-03Backport: Add link to ScintillaTest GTK sample.Neil1-1/+3
Backport of changeset 7970:14af8a707c86.
2020-01-31Backport: Feature [feature-requests:#1336] Add default argument for GetRelative.David Shuman1-0/+4
Backport of changeset 7968:914dde22b23f.
2020-01-25Backport: Fix line end whitespace and change edited date.Neil1-2/+2
Backport of changeset 7962:92acd2f85a84.
2020-03-27Backport: Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.mitchell2-0/+12
Backport of changeset 7961:6950bccc71ce.
2020-01-06Backport: Bug [#2135]. Prevent movement of candidate window while typing.Zufu Liu1-0/+1
Backport of changeset 7949:59f3c5ced2e2.
2020-01-06Backport: Bug [#2135]. Improve location of candidate window.Zufu Liu1-0/+1
Backport of changeset 7948:be6757890988.
2020-01-06Backport: Bug [#2135]. Set candidate window position in windowed IME mode.Zufu Liu1-0/+5
Backport of changeset 7947:9d42a88f08cc.
2020-01-09Backport: Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now ↵Neil1-0/+4
used in all cases. Windows automatically provides CF_UNICODETEXT when CF_TEXT on clipboard. This does not change drag-and-drop as that depends on CF_TEXT such as when dragging from DBCS. Backport of changeset 7946:4dad3058a477.
2020-03-26Switch to 1-based indices in Lua.mitchell1-6/+6
The only external, 3rd party lexers that would be affected are those implementing their own fold functions.
2020-03-11LexLPeg now implements DefaultLexer and NameOfStyle().mitchell1-15/+15
The SCI_PRIVATELEXERCALL(styleNum, name) API is no longer supported.
2020-03-07LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL.mitchell1-13/+64
2020-01-06Backport: Bug [#2147]. Don't clear clipboard before copying text.Neil1-0/+4
Backport of changeset 7926:184f4b475993.
2020-01-05Synchronizing LongTerm3 with default.mitchell3-9/+5
Ideally this covers anything missed during the backport process.
2020-01-04Backport: Mention Raku in change log.Neil1-0/+5
Backport of changeset 7914:3be72c607651.
2020-01-04Backport: Define ILexerWithIdentity with methods for retrieving name, ID, ↵mitchell2-2/+27
and property values. Implement ILexerWithIdentity on object lexers. Implement ILexerWithIdentity on LexerSimple wrapper for function lexers. Backport of changeset 7870:6ffcbd42288c, but with a new interface compatible with ILexer, not ILexer5.
2019-12-14Backport: Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil2-0/+6
This allows building a version of SciTE that is statically linked to Scintilla and does not include any lexers but allows the use of lexers provided by loading a DLL. Backport of changeset 7867:f17a228be4d8.
2019-12-13Backport: Implement DynamicLibrary on Cocoa.Neil2-3/+15
Backport of changeset 7865:a5c2f8a3f171.
2019-12-28lexlua: Added txt2tags lexer.mitchell1-0/+2
Thanks to Julien L.
2019-12-07Updated 3.11.2 release date.rel-3-11-2mitchell1-1/+1
2019-12-07Preparing for 3.11.2.mitchell2-6/+6
2019-12-03Backport: Bug [#2144]. Fixed drawing of translucent rounded rectangles with ↵Neil1-0/+4
Direct2D. Backport of changeset 7782:da8db8ba734d.
2019-11-24Backport: Bug [#2140]. Move rather than grow selection when insertion at start.Neil1-0/+4
Backport of changeset 7773:20f353cd5507.
2019-11-21Backport: Feature [feature-requests:#1326] Recognize squiggly heredocs.Zufu Liu1-0/+4
Backport of changeset 7770:258438d0bd8a.
2019-11-15Backport: Feature [feature-requests:#1316] Allow target to have virtual space.Neil2-2/+17
Backport of changeset 7768:5d73aa55a6ee.
2019-11-15Backport: Feature [feature-requests:#1316] Add access to virtual space at ↵Neil2-1/+10
start and end of multiple selections. Backport of changeset 7767:80102fe650b2.
2019-11-16Backport: Bug [#2137]. Clear IME state when switching language.Zufu Liu1-0/+4
Backport of changeset 7763:9e086fbcc756.
2019-11-15Backport: Moved line to correct place and avoid line with single entry.Neil1-1/+6
Backport of changeset 7762:bc9c069d0a00.
2019-12-06Backport: Feature [feature-requests:#1324] Add Hollywood lexer.mitchell1-0/+5
Backport of changeset 7761:abba8b1c6f4a.
2019-11-04Backport: Bug [#1933]. Fix highlighting of lines longer than 1024 characters.Neil1-0/+4
Backport of changeset 7759:56b648377c23.
2019-11-03Backport: Bug [#2130]. Setting rectangular selection made faster by reusing ↵Neil1-0/+4
surface. Backport of changeset 7758:703e30efe7bf.
2019-11-02Backport: Feature [feature-requests:#1299] Treat custom tags from HTML5 as ↵Zufu Liu1-0/+4
known tags. These contain "-" like "custom-tag". Backport fo changeset 7757:66cf17769808.
2019-11-02Backport: Feature [feature-requests:#1320] Fix non-alphabetic characters in ↵Neil1-0/+4
unknown tags. Backport of changeset 7751:5f4c6b38cb16.
2019-10-30Backport: Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.Zufu Liu1-0/+4
Backport of changeset 7743:1249076f3f8e.
2019-10-28Backport: Added credit.Neil1-0/+1
Backport of changeset 7741:83d7f3536368.
2019-12-06Backport: Added section for next release.mitchell1-3/+11
Backport of changeset 7739:017f5af10033.
2019-10-26Preparing for 3.11.1 release.rel-3-11-1mitchell3-7/+16
2019-10-19Backport: Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the ↵Zufu Liu1-0/+4
start of the tag instead of the end. Backport of changeset 7708:54e1c9a68c7c.
2019-10-16Backport: Feature [feature-requests:#1315] Update to Unicode 12.1.Neil1-0/+4
Backport of changeset 7707:13ce9d1ee13e.
2019-10-13Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.Zufu Liu1-0/+4
Backport of changeset 7704:93f76420e730.
2019-10-04Backport: Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
Backport of changeset 7701:9c08af2c858f.
2019-07-05Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ↵Neil2-1/+18
can display overviews or minimaps with reasonable layout. Backport of changeset 7700:e6efe007d2dc.
2019-09-30Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists ↵Zufu Liu1-0/+4
in lexers. Avoids splitting and sorting the input twice. Backport of changeset 7697:f0848608c92c.
2019-09-28Backport: Bug [#2129]. Fix crash with 'interface=none' comment.Neil1-0/+4
Backport of changeset 7692:88e3b32fc9c0.