aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-07-18lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.mitchell1-0/+45
This makes things simpler for applications that supply a Lua state; they do not have to manipulate property sets.
2020-07-13lexlua: Updated documentation.mitchell1-3/+3
2020-07-07lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.mitchell1-404/+205
This allows for a more Lua table-oriented approach to defining and using colors and styles, instead of manually manipulating Scintilla property strings. Themes and lexers are still backwards compatible, as the underlying mechanisms are still in place.
2020-06-19Reverted experimental Lexilla and SCI_SETILEXER support.mitchell2-27/+3
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 ↵Neil2-3/+7
pixels. Backport of changeset 8308:9f3c5a4c4b52.
2020-06-16Backport: Added some projects that use Scintilla.Neil1-0/+8
Backport of changeset 8307:6194cbdeede5.
2020-06-12Backport: Bug [#2141]. Implement end of line annotations.Prakash Sahni3-0/+100
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]. Add some documentation about WM_DPICHANGED.Neil1-4/+4
Backport of changeset 8250:daff2daf10d6.
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.
2020-04-27Backport: Remove documentation that is no longer correct.Neil1-1/+0
Backport of changeset 8205:56bd10edc259.
2019-12-31Backport: Implement SCI_SETILEXER.Neil2-1/+21
Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish between ILexer and ILexer5 interfaces.
2020-06-02Initial, experimental support for upstream ILexer5/lexilla lexers.mitchell1-3/+7
2020-06-01lexlua: Added Fennel lexer.mitchell1-0/+2
Thanks to Momohime Honda.
2020-05-26Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name.mitchell1-1/+12
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.mitchell3-10/+10
2020-05-09Updated history with Lua LPeg lexer changes.mitchell1-2/+25
2020-04-25Reformatted Lua LPeg lexers and added new convenience functions and pattern.mitchell1-120/+113
`lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`. `lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs. `lexer.number` replaces `lexer.float + lexer.integer`. Also added unit tests for lexer functions.
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: Updated documentation with currently used astyle parameters.Neil1-1/+3
Backport of changeset 8140:d9561a4b77f4.
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 Clarke2-0/+13
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-29Backport: Update documentation to match changes in Scintilla.iface.Neil1-13/+13
Backport of changeset 8096:e074c2becc5f.
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.