forked from qt-creator/qt-creator
PythonEditor: added class wizard
Contains SourceGenerator class which was also used to generate app template in PythonProjectManager; it saved for future use. Change-Id: I3d44e6d33a3beabc73030acdd6740edf1745e485 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -18,6 +18,10 @@ HEADERS += \
|
||||
pythoneditorwidget.h \
|
||||
pythoneditorconstants.h \
|
||||
wizard/pythonfilewizard.h \
|
||||
wizard/pythonclasswizard.h \
|
||||
wizard/pythonclassnamepage.h \
|
||||
wizard/pythonclasswizarddialog.h \
|
||||
wizard/pythonsourcegenerator.h \
|
||||
tools/pythonhighlighter.h \
|
||||
tools/pythonindenter.h \
|
||||
tools/lexical/pythonformattoken.h \
|
||||
@@ -30,6 +34,10 @@ SOURCES += \
|
||||
pythoneditor.cpp \
|
||||
pythoneditorwidget.cpp \
|
||||
wizard/pythonfilewizard.cpp \
|
||||
wizard/pythonclasswizarddialog.cpp \
|
||||
wizard/pythonclasswizard.cpp \
|
||||
wizard/pythonclassnamepage.cpp \
|
||||
wizard/pythonsourcegenerator.cpp \
|
||||
tools/pythonhighlighter.cpp \
|
||||
tools/pythonindenter.cpp \
|
||||
tools/lexical/pythonscanner.cpp
|
||||
|
||||
Reference in New Issue
Block a user