|
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-
bounces@xxxxxxxxxxxx] On Behalf Of Ron Byrd
Sent: Sunday, November 24, 2013 10:10 AM
To: java400-l@xxxxxxxxxxxx
Subject: Help with creating a popup menu item in an Lpex editor
I am sending this to two lists. WDSCI-L and JAVA400-L.
I am trying to add a menu item to the LPEX Popup menu.
I can add a new item to the popup menu in other editors using the
SimplePopupMenu example on the web.
However I cannot get the new menu item to show up on a member opened
in the LPEX editor.
Below is the plugin.xml file
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.ui.IEditorInput"
id="simplePopupMenu.contribution1">
<menu
label="ShowIFile"
path="additions"
id="simplePopupMenu.menu1">
<separator
name="group1">
</separator>
</menu>
<action
label="SimpleMessageAction"
class="simplepopupmenu.popup.actions.SimpleMessageAction"
menubarPath="simplePopupMenu.menu1/group1"
enablesFor="1"
id="simplePopupMenu.newAction">
</action>
</objectContribution>
</extension>
<extension
point="com.ibm.lpex.preload">
<preload
class="simplePopupMenu.preload3">
</preload>
</extension>
</plugin>
If anyone has any ideas what I need to do to make this show up in the
Lpex Editor I would appreciate it.
Thanks
Ron
--
This is the Java Programming on and around the IBM i (JAVA400-L)
mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To
subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.