aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor/pythonscanner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* python scanner: fix "oct" and "chr" highlightNikolay Shalakin2017-11-271-1/+1
| | | | | | | a missing comma defeated both keywords. Change-Id: I2486ca5ca7d82d7ddcab8656b02fba0b3f54ddd8 Reviewed-by: hjk <hjk@qt.io>
* Get rid of special "EndOfBlock" format in python highlighterEike Ziller2017-05-081-1/+1
| | | | | Change-Id: Ie02d3ae02b2453b33a3c779307f6f44348e2d0cd Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* PythonEditor: Modernize/Streamlinehjk2016-08-261-0/+392
Remove virtual, add override, add = delete, remove QLatin1*, flatten filesystem hierarchy, remove unneeded 'inline', use initializer list, etc. Change-Id: I0a95d806d73ca1a33cfd1ba85c2664d9ebc32690 Reviewed-by: David Schulz <david.schulz@qt.io>