Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-11 | Make merging of Scintilla and Lexilla features work on older versions of Python. | Neil | 1 | -1/+1 | |
2021-02-08 | Read Lexilla constants from lexilla/include/LexicalStyles.iface and include | Neil | 1 | -1/+10 | |
in known features. | |||||
2020-11-19 | On Linux/Qt, try to load Lexilla for tests that need a lexer but skip the tests | Neil | 1 | -1/+23 | |
when Lexilla not found. | |||||
2020-11-07 | Try to load Lexilla for tests that need a lexer but skip the tests when Lexilla | Neil | 1 | -0/+4 | |
not found. Unicode line ends only tested with Lexilla as they require a lexer that supports Unicode line ends. | |||||
2020-04-17 | Update Python versions for files that may involve PySide on Linux which requires | Neil | 1 | -0/+1 | |
Python 2 still. On Windows, Python3 is used. | |||||
2015-11-20 | Remove line end whitespace. | Neil | 1 | -1/+1 | |
2014-01-01 | Specify minimum Python version for scripts. | Neil | 1 | -0/+1 | |
2013-09-21 | Fix test script to match move of scripts. | nyamatongwe | 1 | -1/+2 | |
2013-07-05 | Implemented tests for Qt on Linux. | Neil | 1 | -0/+63 | |