aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
AgeCommit message (Collapse)AuthorFilesLines
2020-06-19Reverted experimental Lexilla and SCI_SETILEXER support.mitchell1-11/+0
When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining.
2020-06-17Backport: Feature [feature-requests:1361]. Allow caret width to be up to 20 ↵Neil1-0/+4
pixels. Backport of changeset 8308:9f3c5a4c4b52.
2020-06-12Backport: Bug [#2141]. Implement end of line annotations.Prakash Sahni1-0/+5
Backport of changeset 8306:1b383adfdf71.
2020-06-11Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in ↵Neil1-0/+4
document could return less text than in document. Backport of changeset 8302:2faf8ba9d1fb.
2020-06-11Backport: Bug [#2185]. Fix printing to use correct text size.Neil1-0/+4
Backport of changeset 8301:b006d175ac85.
2020-06-10Backport: Feature [feature-requests:1355]. Round instead of truncating for ↵Neil1-0/+5
SCI_TEXTWIDTH. Backport of changeset 8297:3665e2c20cd4.
2020-06-17Backport: Feature [feature-requests:1358]. Support lstlisting environment ↵mitchell1-0/+5
that is similar to verbatim. Backport of changeset 8293:ad96f0ae7df5.
2020-05-27Backport: Change log.Neil1-1/+2
Backport of changeset 8266:427092947bc1.
2020-05-26Backport: Change log additions.Neil1-0/+3
Backport of changeset 8263:59b587fcd994, but without Lexilla mentions.
2020-05-22Backport: Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Chris Graham1-1/+7
Backport of changeset 8248:a9f4676a45e8.
2020-05-19Backport: Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Neil1-0/+6
Backport of changeset 8244:134a3860b01e.
2020-05-05Backport: Fixed bug where a single character line with a single character ↵Yury Dubinsky1-0/+4
line end continued state onto the next line. Backport of changeset 8231:ef4484697e91.
2020-05-04Backport: Change log.Neil1-0/+4
Backport of changeset 8230:c7a14c5831d8.
2020-05-01Backport: Change log.Neil1-0/+19
Backport of changeset 8220:508aec3b7ed7.
2019-12-31Backport: Implement SCI_SETILEXER.Neil1-0/+11
Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish between ILexer and ILexer5 interfaces.
2020-05-09Lua LPeg lexer history update correction.rel-3-20-0mitchell1-2/+1
2020-05-09More Lua LPeg lexer history updates.mitchell1-0/+7
2020-05-09Updated for 3.20.0.mitchell1-2/+2
2020-05-09Updated history with Lua LPeg lexer changes.mitchell1-2/+25
2020-04-21Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character ↵Dejan Budimir1-0/+4
property to change comment character. Backport of changeset 8155:b89853508137.
2020-04-10Backport: Bug [#2168]. Fix bug where 'µ' (Micro Sign) case-insensitively ↵Neil1-0/+8
matches '?'. Backport of changeset 8134:b28166a7c77b.
2020-04-10Backport: Bug [#2167]. Add line copy format on clipboard, compatible with ↵Justin Dailey1-0/+5
Visual Studio. Backport of changeset 8133:82b2210d3a1c.
2020-04-08Backport: Feature [feature-requests:1344]. Add methods for iterating through ↵Iain Clarke1-0/+5
the marker handles and marker numbers on a line. Backport of changeset 8129:665c31051e3c.
2020-04-07Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace ↵Yury Dubinsky1-0/+7
matching works. Bug [#1906], Bug [#1997], and Bug [#2065] also fixed. Backport of changeset 8126:57002ee9dccf.
2020-04-06Backport: Typo.Neil1-1/+1
Backport of changeset 8125:e07adbc1fb4b.
2020-04-06Backport: Change log.Neil1-0/+6
Backport of changeset 8124:3d5cc1c29738.
2020-03-21Backport: Change log.Zufu Liu1-0/+4
Backport of changeset 8017:600bb50532c5.
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-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-01-31Backport: Feature [feature-requests:#1336] Add default argument for GetRelative.David Shuman1-0/+4
Backport of changeset 7968:914dde22b23f.
2020-03-27Backport: Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.mitchell1-0/+6
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-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.mitchell1-1/+1
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, ↵mitchell1-0/+4
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.Neil1-0/+3
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.Neil1-0/+11
Backport of changeset 7865:a5c2f8a3f171.
2019-12-07Updated 3.11.2 release date.rel-3-11-2mitchell1-1/+1
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.Neil1-0/+1
Backport of changeset 7768:5d73aa55a6ee.
2019-11-15Backport: Feature [feature-requests:#1316] Add access to virtual space at ↵Neil1-0/+4
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.