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:
David Schulz
2021-12-13 14:19:30 +01:00
parent 1ba6faeea0
commit 49ac087955
9 changed files with 547 additions and 477 deletions

View File

@@ -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",