Added PythonEditor plugin
Contains lexical highlighter, indenter and file wizard.
Icon loaded from theme, if possible.
Class wizard will be added later since it needs to extend libUtils.
Change-Id: If723867c01e9be83371424e406d116805c88c2b0
Reviewed-by:
hjk <hjk121@nokiamail.com>
Showing
- qtcreator.qbs 1 addition, 0 deletionsqtcreator.qbs
- src/plugins/plugins.pro 6 additions, 0 deletionssrc/plugins/plugins.pro
- src/plugins/pythoneditor/PythonEditor.pluginspec.in 22 additions, 0 deletionssrc/plugins/pythoneditor/PythonEditor.pluginspec.in
- src/plugins/pythoneditor/pythoneditor.cpp 98 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditor.cpp
- src/plugins/pythoneditor/pythoneditor.h 65 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditor.h
- src/plugins/pythoneditor/pythoneditor.mimetypes.xml 10 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditor.mimetypes.xml
- src/plugins/pythoneditor/pythoneditor.pro 42 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditor.pro
- src/plugins/pythoneditor/pythoneditor.qbs 41 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditor.qbs
- src/plugins/pythoneditor/pythoneditor_global.h 41 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditor_global.h
- src/plugins/pythoneditor/pythoneditorconstants.h 81 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditorconstants.h
- src/plugins/pythoneditor/pythoneditorfactory.cpp 82 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditorfactory.cpp
- src/plugins/pythoneditor/pythoneditorfactory.h 73 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditorfactory.h
- src/plugins/pythoneditor/pythoneditorplugin.cpp 286 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditorplugin.cpp
- src/plugins/pythoneditor/pythoneditorplugin.h 76 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditorplugin.h
- src/plugins/pythoneditor/pythoneditorplugin.qrc 5 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditorplugin.qrc
- src/plugins/pythoneditor/pythoneditorwidget.cpp 99 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditorwidget.cpp
- src/plugins/pythoneditor/pythoneditorwidget.h 62 additions, 0 deletionssrc/plugins/pythoneditor/pythoneditorwidget.h
- src/plugins/pythoneditor/tools/lexical/pythonformattoken.h 81 additions, 0 deletionssrc/plugins/pythoneditor/tools/lexical/pythonformattoken.h
- src/plugins/pythoneditor/tools/lexical/pythonscanner.cpp 374 additions, 0 deletionssrc/plugins/pythoneditor/tools/lexical/pythonscanner.cpp
- src/plugins/pythoneditor/tools/lexical/pythonscanner.h 93 additions, 0 deletionssrc/plugins/pythoneditor/tools/lexical/pythonscanner.h
Loading
Please register or sign in to comment