[Python console] add Execute in console context menu item (#18716)

* [Python console] add Execute in console context menu item

* Update src/Gui/PythonEditor.cpp

Co-authored-by: Kacper Donat <kadet1090@gmail.com>

---------

Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
Co-authored-by: Kacper Donat <kadet1090@gmail.com>
This commit is contained in:
Mark Ganson TheMarkster
2025-01-19 15:36:33 -06:00
committed by GitHub
parent 286e1d2251
commit e0b6698722
2 changed files with 74 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ public Q_SLOTS:
* this line is skipped.
*/
void onUncomment();
void onExecuteInConsole();
void setFileName(const QString&);
void startDebug();