aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil94-8442/+0
2021-01-29Move CharacterSet and CharacterCategory from lexlib to src as in both ↵Neil2-57/+57
Lexilla and Scintilla
2020-11-28Update version number to 4.4.6 and release date.Neil4-6/+6
2020-09-18Updated Xcode projects for Xcode 12.Neil Hodgson1-1/+3
2020-09-05Update version number to 4.4.5.Neil4-6/+6
2020-08-12Updating version number.Neil Hodgson2-3/+3
2020-08-12Use groups without folders as groups with folders caused trouble for new clones.Neil Hodgson2-572/+584
2020-07-18Updates for 4.4.4.Neil1-1/+1
2020-06-13Fixed path mentioned in comment.Neil1-1/+1
2020-06-09Feature [feature-requests:1358]. Support lstlisting environment that is similarHugues Larrive2-0/+20
to verbatim.
2020-06-09Add test for latex lexer.Neil3-0/+95
2020-06-03Updates for 4.4.3.Neil4-6/+6
2020-06-02Updates for 4.4.2.rel-4-4-2Neil4-6/+6
2020-06-02Specify the calling convention so that both dynamic and static linking work onNeil1-1/+7
32-bit and 64-bit Win32.
2020-06-02Make Lexilla run on old macOS by setting deployment target to 10.8.Neil Hodgson1-2/+2
2020-06-02Use @rpath as dylib install path as otherwise expects /usr/lib.Neil Hodgson1-0/+2
2020-05-28Updates for 4.4.0.Neil4-6/+6
2020-05-24Save and restore current directory around dependency generation in source ↵Neil Hodgson1-0/+2
directory.
2020-05-23Add file that avoids extra upgrade checks.Neil Hodgson1-0/+8
2020-05-23Update Lexilla Xcode project with new lexers and changed version number.Neil1-2/+88
Updage make dependencies files.
2020-05-23Added Info.plist to hold name and version.Neil Hodgson2-4/+36
2020-05-23Add Xcode project for Lexilla.Neil Hodgson2-0/+885
2020-05-19Update version.Neil1-2/+2
2020-05-19Use pathlib in generator scripts.Neil1-13/+14
2020-05-17On Unix call shared object liblexilla instead of lexilla to match platformNeil3-4/+6
convention.
2020-05-11Set calling convention to stdcall to match clients and old DLL lexers andNeil3-5/+12
export names undecorated.
2020-05-11Support Windows XP.Neil1-1/+15
2020-05-05Fixed bug where a single character line with a single character line endYury Dubinsky2-0/+10
continued state onto the next line.
2020-05-01Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 likeNeil3-0/+11
73 | GTimeVal last_popdown; | ^~~~~~~~~~~~
2020-04-30Add a script to make it easier to test lexers on Unix.Neil1-0/+7
2020-04-30Bug [#2019]. Fix buffer over-read with absolute reference.Zufu Liu2-0/+32
2020-04-30Fix line ends on example files.Neil3-188/+188
2020-04-30Add tests for mmixal lexer.Neil5-0/+176
2020-04-30Add tests for errorlist lexer.Neil3-0/+208
2020-04-23Updates for 4.3.3.rel-4-3-3Neil1-1/+1
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-1/+4
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-17Making dependencies now requires Python 3.6+.Neil5-7/+9
2020-04-16Remove dead code.Neil1-7/+0
2020-04-13Add test that illustrates all Python styles.Neil3-0/+127
2020-04-13Fix inverted test.Neil1-1/+1
2020-04-13Add test for differing styles between \r and \n.Neil1-0/+46
2020-04-13Hide implementation of EscapeSequence and use const. Add tests for escapeNeil2-0/+14
sequences.
2020-04-13Replace islower function and add tests for JavaScript regular expressions.Neil3-3/+12
2020-04-07Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.Yury Dubinsky3-7/+23
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.
2020-04-06Bug [#2164]. Change line comments to terminate at next line start.Neil2-272/+272
This changes the lexing test results a lot since line comments are common.
2020-03-26Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers.Neil1-0/+165
2020-03-06Readying 4.3.1 release.rel-4-3-2Neil1-1/+1
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil2-3/+3
2020-02-03Bug [#2143]. Add test case for comment start in number.Neil2-0/+22
This is before-fix and demonstrates the issue.
2020-02-03Add batch file to test lexers.Neil1-0/+7