forked from qt-creator/qt-creator
Documentation: Snippets support
Change-Id: I40dd20a7da93ab7af3044d9bebf49e15dbfb7aa4 Reviewed-on: http://codereview.qt.nokia.com/184 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
committed by
Leena Miettinen
parent
2e9931f9ae
commit
2fd5057604
@@ -41,6 +41,13 @@
|
||||
|
||||
using namespace TextEditor;
|
||||
|
||||
/*!
|
||||
\class TextEditor::SnippetEditorWidget
|
||||
\brief The SnippetEditorWidget class is a lightweight editor for code snippets
|
||||
with basic support for syntax highlighting, indentation, and others.
|
||||
\ingroup Snippets
|
||||
*/
|
||||
|
||||
SnippetEditor::SnippetEditor(SnippetEditorWidget *editor)
|
||||
: BaseTextEditor(editor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user