aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2020-02-03Bug [#2139]. Add test case for compound decorator.Neil4-12/+17
This is before-fix and demonstrates the issue. Remove the .new file as that is a temporary.
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 Shuman2-2/+7
2020-01-31Avoid Clang warning with extra test.Neil1-5/+5
Harmonize types to avoid casts.
2020-01-31Use more typesafe functions to remove casts.Neil3-19/+19
2020-01-28Break WndProc up into shorter, more focussed methods.Neil1-411/+521
2020-01-26Small simplification and spelling fix.Neil1-3/+2
2020-01-26Add version information resource to Lexilla.DLL on Win32.Neil5-6/+65
Lexilla and Scintilla currently share a version number but they may diverge in the future.
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.Neil3-2/+43
2020-01-23Improve tracing of key down messages with more information.Neil1-1/+7
This is commented out and may be enabled by changing source code.
2020-01-22Adding test for makefile lexer.Neil3-0/+33
2020-01-21Feature [feature-requests:#1335] Hide some more files from hg.Neil1-0/+3
2020-01-19Don't include lexilla.so in source archive.Neil Hodgson1-1/+1
2020-01-18Bug [#2151]. Fix drag and drop between different encodings.Neil2-119/+73
2020-01-18Adding test for batch lexer.Neil3-0/+55
2020-01-18Fix line end whitespace.Neil1-1/+1
2020-01-16Added tag rel-4-3-0 for changeset 7137777f9be8Neil1-0/+1
2020-01-12Readying 4.3.0 release.rel-4-3-0Neil8-19/+19
2020-01-11Clean up the code changed with 7883 dropping CF_TEXT.Neil1-24/+17
2020-01-10Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned on.Zufu Liu1-1/+1
2020-01-06Bug [#2135]. Prevent movement of candidate window while typing.Zufu Liu2-2/+5
2020-01-06Bug [#2135]. Improve location of candidate window.Zufu Liu2-2/+5
2020-01-06Bug [#2135]. Set candidate window position in windowed IME mode.Zufu Liu2-0/+7
2020-01-09Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now used in allNeil2-45/+5
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.Neil2-1/+4
2020-01-05Fix some warnings.Neil3-4/+4
2020-01-04Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLINEs andMark Reay2-7/+10
HEREDOCs style termination.
2020-01-04Mention Raku in change log.Neil1-0/+5
2020-01-03Added Raku lexer and style properties and example filesMark Reay17-0/+1966
2020-01-04Implement negative relative positions in GetRelativePosition.Neil1-2/+26
2020-01-04Add lexilla/src to include directories to find "Lexilla.h".Neil1-4/+4
2020-01-01Be more accurate for 'make clean' as bin directory now shared with Lexilla.Neil2-2/+6
2019-12-14Lexilla tests.Neil39-0/+1259
2019-12-22Lexilla testing framework.Neil14-1/+925
2019-12-31Implement SCI_SETILEXER.Neil11-27/+93
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil39-102/+309
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2019-11-09Remember string values in OptionSet so can be easily retrieved.Neil1-1/+14
2019-12-13Lexilla implemented as loadable lexer.Neil12-3/+3846
2019-12-14Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil3-0/+10
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-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil14-124/+90
be reused.
2019-12-13Implement DynamicLibrary on Cocoa.Neil4-10/+61
2019-12-13Move automatic numbering of external lexers from Catalogue to ExternalLexer.Neil2-6/+5
This is preparing to move much of Catalogue into a header for reuse.
2019-12-13Use safe mechanism for converting between function pointers and void*.Neil2-15/+14
2019-12-13Use safe mechanism to convert to function pointers.Neil1-10/+23
Mark noexcept where reasonable. Check that functions are available.
2019-12-13Hide details of ExternalLexer and export ExternalLexerLoad function only.Neil3-58/+72
2019-12-13Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil10-79/+18
This allows removal of related #include statements.
2019-12-30gcc 9 has a new warning deprecated-copy which occurs many times in Qt headers.Neil1-1/+1
Turn off this warning as can't change system headers.
2019-12-30Remove Scintilla.def prerequisite as not used by gcc or clang.Neil1-4/+4
That allows simplifying the recipe to just use the prerequisites $^.