aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonconstants.h
Commit message (Collapse)AuthorAgeFilesLines
* Python editor: Add buttons & actions for opening REPLEike Ziller2020-03-191-0/+4
| | | | | | | | Opens interactive Python, optionally with the current file imported, for testing and experimentation. Change-Id: Ieb120e3698bdba77a1445c40fe7fda533773a0cf Reviewed-by: David Schulz <david.schulz@qt.io>
* Python: make interpreter configurableDavid Schulz2019-07-301-0/+3
| | | | | | | | | Add settings page to setup python interpreter and use a combo box in the run configuration to switch between those configured interpreter. Change-Id: I51014b785ea822ee138d39c788149f1d22901e55 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
* rename PythonEditor plugin to PythonDavid Schulz2019-07-171-0/+44
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>