171 @signal syntaxerrorToggled(Editor) emitted when a syntax error is toggled. |
171 @signal syntaxerrorToggled(Editor) emitted when a syntax error is toggled. |
172 @signal previewStateChanged(bool) emitted to signal a change in the |
172 @signal previewStateChanged(bool) emitted to signal a change in the |
173 preview state |
173 preview state |
174 @signal previewStateChanged(bool) emitted to signal a change in the |
174 @signal previewStateChanged(bool) emitted to signal a change in the |
175 preview state |
175 preview state |
|
176 @signal astViewerStateChanged(bool) emitted to signal a change in the |
|
177 AST viewer state |
176 @signal editorLanguageChanged(Editor) emitted to signal a change of an |
178 @signal editorLanguageChanged(Editor) emitted to signal a change of an |
177 editors language |
179 editors language |
178 @signal editorTextChanged(Editor) emitted to signal a change of an |
180 @signal editorTextChanged(Editor) emitted to signal a change of an |
179 editor's text |
181 editor's text |
180 @signal editorLineChanged(str,int) emitted to signal a change of an |
182 @signal editorLineChanged(str,int) emitted to signal a change of an |