Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-20 11:07:59 +0000
committerDani Megert2018-08-21 14:11:37 +0000
commit20233bb70140b4eb8ede3eade458b265e36757d6 (patch)
treed532beb02f33d8fde50c6d2e12593d94687df83a /org.eclipse.ui.workbench.texteditor
parent01cf0da3714f662b15458e698496f93a76d60e90 (diff)
downloadeclipse.platform.text-20233bb70140b4eb8ede3eade458b265e36757d6.tar.gz
eclipse.platform.text-20233bb70140b4eb8ede3eade458b265e36757d6.tar.xz
eclipse.platform.text-20233bb70140b4eb8ede3eade458b265e36757d6.zip
Bug 536393 - [minimap] Default location of minimap should be in the same
area as Outline Change-Id: Ib1e3a682e8199fec9a95d1d8e1c95829f9c97525 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.xml b/org.eclipse.ui.workbench.texteditor/plugin.xml
index 44ed2d60f88..2eb3973ad29 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.xml
+++ b/org.eclipse.ui.workbench.texteditor/plugin.xml
@@ -1350,5 +1350,19 @@
allowMultiple="false"
restorable="true">
</view>
+ </extension>
+ <extension
+ point="org.eclipse.ui.perspectiveExtensions">
+ <perspectiveExtension
+ targetID="*">
+ <view
+ id="org.eclipse.ui.views.minimap.MinimapView"
+ minimized="false"
+ ratio="0.75f"
+ relationship="stack"
+ relative="org.eclipse.ui.views.ContentOutline"
+ visible="false">
+ </view>
+ </perspectiveExtension>
</extension>
</plugin>

Back to the top