aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-05-05Fixed bug where a single character line with a single character line endYury Dubinsky1-0/+4
continued state onto the next line.
2020-05-04Change log.Neil1-0/+4
2020-05-01Change log.Neil1-0/+19
2020-04-28Fixed link.Neil1-1/+1
2020-04-27Remove documentation that is no longer correct.Neil1-1/+0
2020-04-23Updates for 4.3.3.rel-4-3-3Neil3-12/+10
2020-04-21Feature [feature-requests:1346]. Add lexer.as.comment.character property toDejan Budimir1-0/+4
change comment character.
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-1/+1
scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts.
2020-04-10Updated documentation with currently used astyle parameters.Neil1-1/+3
2020-04-10Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively matches '?'.Neil1-0/+4
2020-04-10Bug [#2167]. Add line copy format on clipboard, compatible with Visual Studio.Justin Dailey1-0/+4
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke2-0/+13
handles and marker numbers on a line.
2020-04-07Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.Yury Dubinsky1-0/+7
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.
2020-04-06Typo.Neil1-1/+1
2020-04-06Change log.Neil1-0/+6
2020-04-06Change log.Neil1-0/+4
2020-03-26Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers.Neil1-0/+3
2020-04-02Fix typo.Neil1-1/+1
2020-03-29Update documentation to match changes in Scintilla.iface.Neil1-15/+15
2020-03-25SciTE change log.Neil1-0/+6
2020-03-21Change log.Zufu Liu1-0/+4
2020-03-15Bug [#2159]. SC_WRAP_CHAR is not supported for printing.Neil1-5/+4
2020-03-11Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.Zufu Liu1-0/+12
2020-03-06Readying 4.3.1 release.rel-4-3-2Neil2-8/+9
2020-03-06Fix bug where all drops were treated as rectangular.Neil1-0/+11
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil3-10/+11
2020-03-01Add menu at top.Neil1-0/+18
2020-03-01Feature [feature-requests:497] Remove dead bug from bugs page.Neil1-6/+0
2020-02-21Feature [feature-requests:497] Automatically scroll while dragging text.McLoo1-0/+5
Added automatic scrolling when text dragged near edge of window.
2020-02-15Bug [#2138]. Potential fix to Direct2D crash when updating driver.Mat Berchtold1-0/+4
2020-02-03Add link to ScintillaTest GTK sample.Neil1-1/+3
2020-02-02SciTE change log.Neil1-0/+4
2020-01-31Feature [feature-requests:#1336] Add default argument for GetRelative.David Shuman1-0/+5
2020-01-25Fix line end whitespace and change edited date.Neil1-2/+2
2020-01-25Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.Neil2-0/+12
2020-01-18Bug [#2151]. Fix drag and drop between different encodings.Neil1-0/+12
2020-01-12Readying 4.3.0 release.rel-4-3-0Neil3-12/+12
2020-01-06Bug [#2135]. Prevent movement of candidate window while typing.Zufu Liu1-0/+1
2020-01-06Bug [#2135]. Improve location of candidate window.Zufu Liu1-0/+1
2020-01-06Bug [#2135]. Set candidate window position in windowed IME mode.Zufu Liu1-0/+5
2020-01-09Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now used in allNeil1-0/+4
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.
2020-01-06Bug [#2147]. Don't clear clipboard before copying text.Neil1-0/+4
2020-01-04Mention Raku in change log.Neil1-0/+5
2019-12-22Lexilla testing framework.Neil2-0/+4
2019-12-31Implement SCI_SETILEXER.Neil2-1/+12
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil2-1/+28
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2019-12-13Lexilla implemented as loadable lexer.Neil2-1/+26
2019-12-14Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil2-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.
2019-12-13Implement DynamicLibrary on Cocoa.Neil2-3/+15
2019-12-11Readying 4.2.3 release.rel-4-2-3Neil3-8/+19