SnippetEditorWidget Class
(TextEditor::SnippetEditorWidget)The SnippetEditorWidget class is a lightweight editor for code snippets with basic support for syntax highlighting, indentation, and others. More...
Header: | #include <SnippetEditorWidget> |
Inherits: | TextEditorWidget |
Public Functions
SnippetEditorWidget(QWidget *parent = 0) |
- 180 public functions inherited from TextEditor::TextEditorWidget
Signals
void | snippetContentChanged() |
- 8 signals inherited from TextEditor::TextEditorWidget
Additional Inherited Members
- 2 properties inherited from TextEditor::TextEditorWidget
- 3 static public members inherited from TextEditor::TextEditorWidget
- 21 protected functions inherited from TextEditor::TextEditorWidget
- 2 static protected members inherited from TextEditor::TextEditorWidget
Detailed Description
The SnippetEditorWidget class is a lightweight editor for code snippets with basic support for syntax highlighting, indentation, and others.