[title] add "Profile As" at the "Run" main menu
authorwonhyoung2.park <wonhyoung2.park@samsung.com>
Wed, 28 Sep 2011 02:40:34 +0000 (11:40 +0900)
committerwonhyoung2.park <wonhyoung2.park@samsung.com>
Wed, 28 Sep 2011 02:40:34 +0000 (11:40 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.eclipse.linuxtools.valgrind.launch.exe/plugin.properties
org.eclipse.linuxtools.valgrind.launch.exe/plugin.xml

index c47b2b6..f6c7acd 100644 (file)
@@ -1,4 +1,7 @@
 #Properties file for org.eclipse.linuxtools.valgrind.launch
+launchConfigurations.label.0 = Profile Configurations...
+launch.label.0 = Profile As
+launchHistory.label.0 = Profile History 
 launchConfigurationType.name.0 = Profile With Valgrind
 launchConfigurationTabGroup.description.0 = Profile C/C++ Application Using Valgrind
 shortcut.label.0 = Profile With Valgrind
index ac8af78..f0b1322 100644 (file)
         </configurationType>
       </shortcut>
    </extension>
+   <extension
+         point="org.eclipse.ui.actionSets">
+      <actionSet
+            id="org.eclipse.linuxtools.valgrind.launch.exe.actionSet1"
+            label="Profile Launch  Actions">
+         <action
+               class="org.eclipse.debug.internal.ui.actions.OpenProfileConfigurations"
+               id="org.eclipse.linuxtools.valgrind.launch.exe.OpenProfileConfigurations"
+               label="%launchConfigurations.label.0"
+               menubarPath="org.eclipse.ui.run/addisions"
+               pulldown="false"
+               style="push">
+         </action>
+         <action
+               class="org.eclipse.debug.internal.ui.actions.ProfileAsAction"
+               id="org.eclipse.linuxtools.valgrind.launch.exe.ProfileAsAction"
+               label="%launch.label.0"
+               menubarPath="org.eclipse.ui.run/addisions"
+               pulldown="true"
+               style="pulldown">
+         </action>
+         <action
+               class="org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction"
+               id="org.eclipse.linuxtools.valgrind.launch.exe.ProfileHistoryMenuAction"
+               label="%launchHistory.label.0"
+               menubarPath="org.eclipse.ui.run/addisions"
+               pulldown="true"
+               style="pulldown">
+         </action>
+      </actionSet>
+   </extension>
 </plugin>