From 8623a93998a3f1b37c4fcaa10c282cb71eb4f0a3 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 11 Jun 2018 14:07:20 +0200 Subject: 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 --- src/plugins/android/javaeditor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/android/javaeditor.cpp') diff --git a/src/plugins/android/javaeditor.cpp b/src/plugins/android/javaeditor.cpp index 81c3112219..8b023b1703 100644 --- a/src/plugins/android/javaeditor.cpp +++ b/src/plugins/android/javaeditor.cpp @@ -75,7 +75,6 @@ JavaEditorFactory::JavaEditorFactory() setUseGenericHighlighter(true); setCommentDefinition(Utils::CommentDefinition::CppStyle); setEditorActionHandlers(TextEditor::TextEditorActionHandler::UnCommentSelection); - setMarksVisible(true); setCompletionAssistProvider(new TextEditor::KeywordsCompletionAssistProvider(keywords)); } -- cgit v1.2.1