forked from qt-creator/qt-creator
Python: move language client functionality out of utils
There will be more lsp specific functionality so moving it into its own space is reasonable. Change-Id: Ic87d437182d68673b53f662c804707138fef5b6c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -18,22 +18,24 @@ QtcPlugin {
|
||||
name: "General"
|
||||
files: [
|
||||
"python.qrc",
|
||||
"pythonconstants.h",
|
||||
"pythoneditor.cpp",
|
||||
"pythoneditor.h",
|
||||
"pythonconstants.h",
|
||||
"pythonplugin.cpp",
|
||||
"pythonplugin.h",
|
||||
"pythonhighlighter.h",
|
||||
"pythonformattoken.h",
|
||||
"pythonhighlighter.cpp",
|
||||
"pythonhighlighter.h",
|
||||
"pythonindenter.cpp",
|
||||
"pythonindenter.h",
|
||||
"pythonformattoken.h",
|
||||
"pythonlanguageclient.cpp",
|
||||
"pythonlanguageclient.h",
|
||||
"pythonplugin.cpp",
|
||||
"pythonplugin.h",
|
||||
"pythonproject.cpp",
|
||||
"pythonproject.h",
|
||||
"pythonrunconfiguration.cpp",
|
||||
"pythonrunconfiguration.h",
|
||||
"pythonscanner.h",
|
||||
"pythonscanner.cpp",
|
||||
"pythonscanner.h",
|
||||
"pythonsettings.cpp",
|
||||
"pythonsettings.h",
|
||||
"pythonutils.cpp",
|
||||
|
||||
Reference in New Issue
Block a user