aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
AgeCommit message (Collapse)AuthorFilesLines
2020-09-09Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.mitchell1-0/+6
Backport of changeset 8507:e72e8cf58ea7.
2020-08-21Backport: Bug [#2197]. Fixed bug where layout caching was ineffective.Neil1-0/+4
Backport of changeset 8482:aa1c8541f6e1.
2020-08-11Backport: Fixed bug where gradient indicators were not showing hovered ↵Neil1-0/+3
appearance. Backport of changeset 8478:8a57f43f8bc3.
2020-08-03Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning ↵uhf71-0/+5
to non-hover appearance when mouse moved out of window or into margin. Backport of changeset 8472:2f8f87a7d57f.
2020-07-31Backport: Bug [#2170]. Fixed cursor flicker over an indicator with hover style.uhf71-0/+6
Backport of changeset 8467:cb319e3ab20e.
2020-07-30Backport: Bug [#2191]. Allow setting CPPFLAGS to support hardening.Andreas Rönnquist1-0/+4
Backport of changeset 8466:5d134721c303.
2020-07-28Backport: Bug [#2189]. Allow cross-building for GTK by choosing pkg-config.Andreas Rönnquist1-0/+4
Backport of changeset 8463:714e73622572.
2020-07-28Backport: Fix position of marker symbols for SC_MARGIN_RTEXT which were ↵Neil1-0/+12
being moved based on width of text. Backport of changeset 8462:1d48cfa70dcd.
2020-08-03lexlua: Deprecated `lexer.fold_line_comments()` in favor of ↵mitchell1-0/+8
`lexer.fold_consecutive_lines()`. Also use `lexer.fold_line_groups` for option that enables this folding, avoiding name clash that plagued the previous option. Added "import" folding for Java.
2020-07-27Updated for version 3.21.0.rel-3-21-0mitchell1-2/+20
2020-07-15Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu1-0/+4
Backport of changeset 8406:a2ce85a55dfa.
2020-07-11Backport: Feature [feature-requests:1369]. Represent DEL control character ↵Zufu Liu1-0/+4
0x7f with DEL. Backport of changeset 8395:b0355e996f10.
2020-07-08Backport: Fix translucent rectangle drawing on Qt.Neil1-0/+6
Backport of changeset 8394:e42c02272d31.
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.