Re: [JPP-Devel] I18N for an own plugin

2012-08-20 Thread edgar . soldin
you can check how it is implemented in my Geometry Converter in core (de.soldin.*). as it was an external extension before it kept it's own language files. ..ede On 18.08.2012 18:54, Matthias Scholz wrote: > Hi, > > can anybody tell me how do i use the OJ I18N class to translate an own > plugin

Re: [JPP-Devel] addPopupMenuItem: get checkbox state

2012-08-20 Thread edgar . soldin
the new addMenu methods of featureinstaller return the menuitem created. you can easily save the reference and ask it on execute which state it is in. regards ede On 18.08.2012 18:58, Matthias Scholz wrote: > Hi, > > i use the > > FeatureInstaller.addPopupMenuItem(JPopupMenu popupMenu, PlugIn ex

Re: [JPP-Devel] addPopupMenuItem: get checkbox state

2012-08-20 Thread Matthias Scholz
Hi Ede, i have to disappoint you. You mean the new addMainMenuItem methods, but i talk about addPopupMenuItem. The addPopupMenuItem methods does not return the menuitem at the moment :-( Matthias > the new addMenu methods of featureinstaller return the menuitem created. you > can easily save t

Re: [JPP-Devel] addPopupMenuItem: get checkbox state

2012-08-20 Thread Michaƫl Michaud
Hi Matthias, You're right and I can't see any solution without adding a new method, or changing the accessibility of the third one from private to public. I was tempted to say it is safe to change the return value from void to a JMenuItem, but after I have read this article, I wouldn't recommend