mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
add make view is c perspective
This commit is contained in:
parent
045fd62f36
commit
52011a4991
1 changed files with 15 additions and 0 deletions
|
@ -283,5 +283,20 @@
|
||||||
<startup>
|
<startup>
|
||||||
</startup>
|
</startup>
|
||||||
</extension>
|
</extension>
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.ui.perspectiveExtensions">
|
||||||
|
<perspectiveExtension
|
||||||
|
targetID="org.eclipse.cdt.ui.CPerspective">
|
||||||
|
<view
|
||||||
|
relative="org.eclipse.ui.views.ContentOutline"
|
||||||
|
visible="true"
|
||||||
|
relationship="stack"
|
||||||
|
id="org.eclipse.cdt.make.ui.views.MakeView">
|
||||||
|
</view>
|
||||||
|
<viewShortcut
|
||||||
|
id="org.eclipse.cdt.make.ui.views.MakeView">
|
||||||
|
</viewShortcut>
|
||||||
|
</perspectiveExtension>
|
||||||
|
</extension>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue