forked from qt-creator/qt-creator
Documentation: More on code assist
Change-Id: Icd4edd9fbd2067e46b1c8933d8e9139dafba3e67 Reviewed-on: http://codereview.qt.nokia.com/183 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
committed by
Leena Miettinen
parent
a078f71872
commit
2e9931f9ae
@@ -130,6 +130,7 @@
|
||||
\o \l{Creating Plugins}
|
||||
\o \l{Qt Creator Coding Rules}
|
||||
\o \l{Text Editors}
|
||||
\o \l{CodeAssist} {Providing Code Assist}
|
||||
\endlist
|
||||
|
||||
\section2 Other Custom Editors
|
||||
|
@@ -38,12 +38,16 @@ using namespace TextEditor;
|
||||
\group CodeAssist
|
||||
\title Code Assist for Editors
|
||||
|
||||
These classes are used to provide code assist support such as completions and refactoring
|
||||
actions for editors.
|
||||
Code assist is available in the form of completions and refactoring actions pop-ups
|
||||
which are triggered under particular circumstances. This group contains the classes
|
||||
used to provide such support.
|
||||
|
||||
Completions can be of a variety of kind like function hints, snippets, and regular
|
||||
context-aware content. The later are usually represented by semantic proposals, but
|
||||
it is also possible that they are simply plain text as supported in the fake vim mode.
|
||||
it is also possible that they are simply plain text like in the fake vim mode.
|
||||
|
||||
Completions also have the possibility to run asynchronously in a separate thread and
|
||||
then not blocking the GUI. This is the default behavior.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user