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 FeatureInstaller

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

[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())); FeatureInst