[JPP-Devel] Upgraded Keyboard html pages Italian and Spanish

2012-12-24 Thread Giuseppe Aruta
Hi all, I upgraded the html pages of keyboards either Italian and Spanish. Just an observation/question: I can see on JumpConfiguration this initalize line: FeatureInstaller.childMenuItem(MenuNames.STYLE, layerNamePopupMenu) .setIcon(GUIUtil.toSmallIcon(pasteStylesPlugIn.getIcon()));

[JPP-Devel] deprecate FeatureInstaller.addMainMenuItem() methods

2012-12-24 Thread edgar . soldin
the more generic FeatureInstaller.addMainMenuPlugin() methods are in trunk now for a while and we should promote the use of them. back to one method to rule them all. they also had some issues: - most only supported AbstractUiPlugIn, which not all plugins are based on - one exposed adding of an

Re: [JPP-Devel] Upgraded Keyboard html pages Italian and Spanish

2012-12-24 Thread edgar . soldin
On 24.12.2012 11:09, Giuseppe Aruta wrote: Hi all, I upgraded the html pages of keyboards either Italian and Spanish. Just an observation/question: I can see on JumpConfiguration this initalize line: FeatureInstaller.childMenuItem(MenuNames.STYLE, layerNamePopupMenu)

Re: [JPP-Devel] Upgraded Keyboard html pages Italian and Spanish

2012-12-24 Thread Giuseppe Aruta
Hi Ede, I probably was not correct to explain myself. I am not talking about plugins. I observed that layer context submenus (Style and Datastore) are decorated with icons. I checked which class was involved and I found that FeatureInstaller.childMenuItem does this job, on Popupmenus: wehich means

Re: [JPP-Devel] Upgraded Keyboard html pages Italian and Spanish

2012-12-24 Thread edgar . soldin
On 24.12.2012 14:58, Giuseppe Aruta wrote: Hi Ede, I probably was not correct to explain myself. I am not talking about plugins. I observed that layer context submenus (Style and Datastore) are decorated with icons. I checked which class was involved and I found that