aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/XiteQt.py
AgeCommit message (Collapse)AuthorFilesLines
2021-11-12Remove XiteQt.py as ScintillaEditPy is no longer included in ScintillaNeil1-101/+0
and the required PySide library no longer supported.
2021-02-11Make merging of Scintilla and Lexilla features work on older versions of Python.Neil1-1/+1
2021-02-08Read Lexilla constants from lexilla/include/LexicalStyles.iface and includeNeil1-1/+10
in known features.
2020-11-19On Linux/Qt, try to load Lexilla for tests that need a lexer but skip the testsNeil1-1/+23
when Lexilla not found.
2020-11-07Try to load Lexilla for tests that need a lexer but skip the tests when LexillaNeil1-0/+4
not found. Unicode line ends only tested with Lexilla as they require a lexer that supports Unicode line ends.
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil1-0/+1
Python 2 still. On Windows, Python3 is used.
2015-11-20Remove line end whitespace.Neil1-1/+1
2014-01-01Specify minimum Python version for scripts.Neil1-0/+1
2013-09-21Fix test script to match move of scripts.nyamatongwe1-1/+2
2013-07-05Implemented tests for Qt on Linux.Neil1-0/+63