LanguageClient: show icon with assigned server names in toolbar

Change-Id: I44ceeb184812a4c48f042a19197c7f0ffd4299f8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2019-03-26 13:48:06 +01:00
parent 0c6f234d43
commit dac8262aeb
11 changed files with 156 additions and 11 deletions

View File

@@ -30,6 +30,8 @@
#include <texteditor/refactoroverlay.h>
namespace Core { class IEditor; }
namespace TextEditor {
class TextDocument;
class TextDocumentManipulatorInterface;
@@ -48,5 +50,6 @@ void applyTextEdit(TextEditor::TextDocumentManipulatorInterface &manipulator,
void updateCodeActionRefactoringMarker(Client *client,
const LanguageServerProtocol::CodeAction &action,
const LanguageServerProtocol::DocumentUri &uri);
void updateEditorToolBar(Core::IEditor *editor);
} // namespace LanguageClient