aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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.
2019-09-28Backport: Updated credits.Neil1-1/+1
Backport of changeset 7690:df223cf94118.
2019-09-26Backport: Bug [#2121]. Support indented here-docs.SilverDirk1-0/+5
Backport of changeset 7689:f32c4f7293a7.
2019-09-26Backport: Feature [feature-requests:#1306] Fold qw arrays.Zufu Liu1-0/+4
Backport of changeset 7688:72933772703e.
2019-07-17Backport: Feature [feature-requests:#1300] part 5. Stop Google IME on ↵johnsonj1-0/+1
Windows 7 moving while typing. Backport of changeset 7687:785372d12384.
2019-07-17Backport: Feature [feature-requests:#1300] part 4. Align candidate window to ↵johnsonj1-0/+1
target part of composition text. Backport of changeset 7686:7761c6b46433.
2019-07-17Backport: Feature [feature-requests:#1300] part 3. Stop candidate window ↵johnsonj1-0/+1
moving while typing. Backport of changeset 7685:f03dcfdb449b.
2019-07-17Backport: Feature [feature-requests:#1300] part 2. Position candidate window ↵Zufu Liu1-0/+1
closer to composition text. Backport of changeset 7684:0c4004bea238.
2019-07-17Backport: Bug [#2120]. Avoid candidate window obscuring text when near ↵Neil1-0/+14
bottom of screen. Feature [feature-requests:#1300] part 1. Backport of changeset 7683:b99264d451e3.
2019-10-12lexlua: Added MediaWiki lexer.mitchell1-0/+1
Thanks to Alexander Misel.
2019-08-30Preparing for 3.11.0 release.rel-3-11-0mitchell3-8/+8
2019-07-03Backport: Mentioning second bug report for 2110.Neil1-1/+3
Backport of changeset 7621:70fe3bd38a3d.
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell2-2/+45
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT. Backport of changeset 7613:4cfac35c71bd.
2019-06-29Backport: Bug [#2111]. Retracted change to IME on GTK.Neil1-4/+0
Backed out changeset: 512ec9ab2e7c Backport of changeset 7611:8c487135a6e4.
2019-06-28Backport: Bug [#2116]. Fix deletion of isolated invalid bytes.Zufu Liu1-0/+4
Backport of changeset 7610:1031c155fb62.
2019-06-22Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.Neil2-0/+8
Bit flag value is CARETSTYLE_BLOCK_AFTER=256. Backport of changeset 7609:340a0f51fb3c.
2019-06-21Backport: Bug [#2106]. Place line caret in correct location for line caret ↵Neil1-0/+4
with block OVR. That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode. Backport of changeset 7608:b725657be4ae.
2019-06-25Backport: Bug [#2098]. Fix single quoted strings where '" (quote, double ↵Zufu Liu1-0/+4
quote) was seen as continuing the string. Backport of changeset 7605:bd1bf8e13d33.
2019-06-25Backport: Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.Zufu Liu1-0/+4
Backport of changeset 7604:f065b241925e.