Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
212e39a9
Commit
212e39a9
authored
Nov 08, 2010
by
Leandro Melo
Browse files
Snippets: Enable editor's parentheses matching.
parent
de527d06
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/snippets/snippeteditor.cpp
View file @
212e39a9
...
...
@@ -55,6 +55,7 @@ SnippetEditor::SnippetEditor(QWidget *parent) : BaseTextEditor(parent)
setFrameStyle
(
QFrame
::
StyledPanel
|
QFrame
::
Sunken
);
setHighlightCurrentLine
(
false
);
setLineNumbersVisible
(
false
);
setParenthesesMatchingEnabled
(
true
);
}
SnippetEditor
::~
SnippetEditor
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment