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