[PythonEditor] Make converting tabs to spaces the default

This commit is contained in:
mwganson
2024-12-16 17:14:33 -06:00
committed by Chris Hennes
parent 02f41bbe60
commit 40571eb683
7 changed files with 115 additions and 88 deletions

View File

@@ -36,7 +36,7 @@ class PythonSyntaxHighlighterP;
* Python text editor with syntax highlighting.
* \author Werner Mayer
*/
class GuiExport PythonEditor : public TextEditor
class GuiExport PythonEditor : public PythonTextEditor
{
Q_OBJECT