aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-06-11 14:07:20 +0200
committerEike Ziller <eike.ziller@qt.io>2018-06-19 07:59:17 +0000
commit8623a93998a3f1b37c4fcaa10c282cb71eb4f0a3 (patch)
treeab21d458ffa41b7e841fa13d7e28f76793a8cde9 /src/plugins/glsleditor
parent1458ea58068fa7c24d4000e7553a4cb8f4c641fe (diff)
Fix that bookmarks couldn't be added to .pro files with mouse
The area with the marks was not showing up. This patch reverses the logic for showing the marks area to opt-out. Almost all editors were opting in for it already. The AndroidManifest editor, VCS base editor, and widget designer text editor opt out now. Task-number: QTCREATORBUG-20339 Change-Id: Iccb6d0256618f7ef70e8921847ce2fd46fd660c0 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/glsleditor')
-rw-r--r--src/plugins/glsleditor/glsleditor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/glsleditor/glsleditor.cpp b/src/plugins/glsleditor/glsleditor.cpp
index 928deda44f..108ef83879 100644
--- a/src/plugins/glsleditor/glsleditor.cpp
+++ b/src/plugins/glsleditor/glsleditor.cpp
@@ -325,7 +325,6 @@ GlslEditorFactory::GlslEditorFactory()
setCommentDefinition(Utils::CommentDefinition::CppStyle);
setCompletionAssistProvider(new GlslCompletionAssistProvider);
setParenthesesMatchingEnabled(true);
- setMarksVisible(true);
setCodeFoldingSupported(true);
setEditorActionHandlers(TextEditorActionHandler::Format