forked from qt-creator/qt-creator
CMake: Load context-sensitive help.
CMake 3 uses reStructuredText and Sphinx for documentation. Those tools can generate Qt qch files, which makes it possible to load the documentation in QtCreator and to enable context-sensitive help when editing a cmake language file. Add a simple parser to process commands. This may be extended in the future to process variables and properties too. Change-Id: Ic5a49a9ce828ad9a9e8ff4805b48302ee73bcc71 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Nikita Baryshnikov <nib952051@gmail.com>
This commit is contained in:
@@ -55,6 +55,8 @@ public:
|
||||
Core::IEditor *duplicate();
|
||||
TextEditor::CompletionAssistProvider *completionAssistProvider();
|
||||
|
||||
QString contextHelpId() const;
|
||||
|
||||
private slots:
|
||||
void markAsChanged();
|
||||
void build();
|
||||
|
||||
Reference in New Issue
Block a user