× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks Dan

It does appear to work totally different.

Do you know if there are any resources for the commands relating to the LPEX editor. I have been searching for a while now and have not seen anything that explains these things.
There are just some presentations out on the web that show bits and pieces and then some places where others are asking questions

Thanks again

Ron


-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Dan Kimmel
Sent: Monday, November 25, 2013 9:00 AM
To: Java Programming on and around the IBM i
Subject: RE: Help with creating a popup menu item in an Lpex editor

I can't help very much, but remember the LPEX editor was built for other containers before it was shoe-horned into Eclipse. You should look for documentation on LPEX rather than relying on Eclipse notes. The principal developer of LPEX, Inge Weiss, has retired from IBM, I believe.

-----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.



--
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 thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.