aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonplugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
| | | | | | | Warning -Wfinal-dtor-non-final-class in clang trunk Change-Id: I2bf17064bf8898eab10b82b69583a283157766d0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Python: close all info bars after language server setupDavid Schulz2019-10-251-1/+3
| | | | | Change-Id: I607f7cb5a31f3db0c7d7d77011860a1ea87eb8d2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* rename PythonEditor plugin to PythonDavid Schulz2019-07-171-0/+50
The plugin does not only contain a pure editor, but all kind of support for a programming language like project and run support. Change-Id: I1251367c8db2e7a54986415ffc5b860cb210de3c Reviewed-by: Christian Stenger <christian.stenger@qt.io>