aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2018-05-16Fix regex crash reported with libstdc++ on macOS that occursNeil Hodgson1-0/+3
2018-05-15Fix crashes for invalid DBCS characters when dragging text, changing case ofNeil Hodgson1-0/+4
2018-05-13When line end characters are displayed, indicators are drawn under/over them.Neil1-0/+3
2018-05-11Add stub for next release.Neil1-0/+8
2018-05-06Updates for 4.0.5.rel-4-0-5Neil3-9/+10
2018-05-06Feature [feature-requests:#1166]. Property lexer.edifact.highlight.un.allIain Clarke1-0/+4
2018-05-06SciTE change log.Neil1-0/+3
2018-05-02Add "change team" and "endteam" folding terms.darmar1-0/+4
2018-05-01SciTE change log.Neil Hodgson1-0/+3
2018-04-28SciTE change log.Neil1-0/+3
2018-04-27SciTE change log.Neil1-0/+3
2018-04-26Change log for SciTE for macOS.Neil Hodgson1-1/+9
2018-04-19SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh...Nicholai Benalal2-3/+19
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil2-11/+42
2018-04-13Fix bug with regular expression searches failing to match at line start or end.Neil1-0/+8
2018-04-11Set the last X chosen when SCI_REPLACESEL called to ensure macros work when textNeil1-0/+12
2018-04-07Updates for 4.0.4.rel-4-0-4Neil3-10/+10
2018-04-07Add item and reorder.Neil1-3/+6
2018-04-05Switching to https.Neil5-519/+519
2018-04-04Remove automatic detection of Direct2D support during build.Neil1-0/+4
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil2-6/+8
2018-04-04Bug [#2006]. State SCN_UPDATEUI is an indication that change may have occurredNeil1-5/+7
2018-04-03Moved web page for LongTerm3 to SourceForge so it can be updated by others.Neil1-1/+1
2018-03-31Updated due to allowing C++17 code now.Neil Hodgson1-2/+2
2018-03-22Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.Zufu Liu1-0/+6
2018-03-16Remove line-end white space.Neil1-1/+1
2018-03-08Change log.Neil1-0/+4
2018-03-08Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-3/+4
2018-03-08Bug [#1952]. Match identifier chains with dots and colons.Kein-Hong Man1-0/+4
2018-03-06Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+6
2018-03-05Bug [#1999]. Fix hang lexing a Lua label where the range ends before "::".Neil1-0/+4
2018-02-28SciTE change log.Neil1-0/+5
2018-02-26SciTE changelog.Neil1-0/+4
2018-02-24Fix move-extends-selection mode for rectangular and line selections.Mitchell Foral1-0/+3
2018-02-22Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and deletions.Tobias Kühne1-0/+4
2018-02-17For rectangular selections, pressing Home or End now moves the caret to the HomeVicente1-0/+4
2018-02-17SciTE changelog.Neil1-0/+4
2018-02-14SciTE change log.Neil1-0/+13
2018-02-08Updating for 4.0.3.Neil3-13/+15
2018-02-06[Bug #1983] Fix double tap word selection on Windows 10 1709 Fall Creators Up...Dimitar Radev1-0/+5
2018-02-02Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil2-7/+40
2018-02-02SciTE change log.Neil1-0/+5
2018-02-01SciTE change log.Neil1-0/+5
2018-01-31Document bytes argument to SCI_CREATEDOCUMENT.Neil1-0/+3
2018-01-26Add documentOption argument to SCI_CREATELOADER.Neil1-12/+23
2018-01-30Disable animated find indicator on macOS 10.12 as it causes drawing failures.Neil Hodgson1-0/+4
2018-01-30SciTE changelog.Neil1-0/+4
2018-01-28SciTE changelog.Neil1-0/+6
2018-01-20Credit for markdown.properties.Neil1-0/+2
2017-12-19Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.Neil1-3/+26