Re: [JPP-Devel] ColorChooser into CORE

2018-12-28 Thread Giuseppe Aruta
No problem for me to integrate into OJ Core Il giorno ven 28 dic 2018 alle ore 12:39 ha scritto: > hey All, > > i am about to rework the ColorChooser to load faster, which is more effort > than it's worth probably. > > anyway, the extension is practical and most of all very small so i suggest >

[JPP-Devel] SVN: [6050] plug-ins/SextantePlugIn/src/es/unex/sextante/openjump/ extensions/SextanteToolboxPlugin.java

2018-12-28 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6050 http://sourceforge.net/p/jump-pilot/code/6050 Author: ma15569 Date: 2018-12-28 15:05:59 + (Fri, 28 Dec 2018) Log Message: --- small fix on Sextante Toolbox plugin Modified Paths: -- plug-ins/SextantePlugIn/src/es/unex/sextante/openjump/ex

Re: [JPP-Devel] new OJ release

2018-12-28 Thread Giuseppe Aruta
Hi Ede I updated ColorChooser to a new version (1.2.1). This version will be available on OJ 6049 and it corrects the bug that you wrote about (missing icon an commenting out codes!) plus few small ones: now loading time seems to be reduced a little. I also updated the source code, hopefully every

[JPP-Devel] SVN: [6049] core/trunk/ChangeLog

2018-12-28 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6049 http://sourceforge.net/p/jump-pilot/code/6049 Author: ma15569 Date: 2018-12-28 14:22:48 + (Fri, 28 Dec 2018) Log Message: --- Updated changelog file Modified Paths: -- core/trunk/ChangeLog Modified: core/trunk/ChangeLog ==

[JPP-Devel] SVN: [6048] core/trunk/lib/plus

2018-12-28 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6048 http://sourceforge.net/p/jump-pilot/code/6048 Author: ma15569 Date: 2018-12-28 14:19:13 + (Fri, 28 Dec 2018) Log Message: --- Upgraded Color Chooser plugin to version 1.2.1 (correct some bug and speed up loading) Added Paths: --- core/trunk/l

[JPP-Devel] SVN: [6047] plug-ins/Color_chooser/dist

2018-12-28 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6047 http://sourceforge.net/p/jump-pilot/code/6047 Author: ma15569 Date: 2018-12-28 14:10:09 + (Fri, 28 Dec 2018) Log Message: --- updated to version 1.2.1 (bug corrrection) Added Paths: --- plug-ins/Color_chooser/dist/ColorChooser-1.2.1.jar pl

[JPP-Devel] SVN: [6046] plug-ins/Color_chooser/trunk/src

2018-12-28 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6046 http://sourceforge.net/p/jump-pilot/code/6046 Author: ma15569 Date: 2018-12-28 14:07:59 + (Fri, 28 Dec 2018) Log Message: --- rearrange icon management. Added getName() to PickPlugIn and PickTool to prevent warning messeges Modified Paths: --

[JPP-Devel] ColorChooser into CORE

2018-12-28 Thread edgar . soldin
hey All, i am about to rework the ColorChooser to load faster, which is more effort than it's worth probably. anyway, the extension is practical and most of all very small so i suggest to integrate it into CORE after that. any objections?.. ede ___

[JPP-Devel] new OJ release

2018-12-28 Thread edgar . soldin
and Peppe, please check that your local tree is _100%_ synchronized with the remote trunk. it should match your distro which it currently doesn't obviously. ..ede On 12/28/2018 11:39 AM, Edgar Soldin wrote: > hey Peppe, > > ok got it running by commenting in the > > /* > context

Re: [JPP-Devel] new OJ release

2018-12-28 Thread Giuseppe Aruta
OK, I felt I did a mistake yesterday. I will give a look anyhow. Regarding OpenKlem, I am waiting the final results of an test and possibly there will be few adjustments, just before the first weeks of Gennuary 2019. Peppe Il ven 28 dic 2018, 12:03 ha scritto: > hey Peppe, > > ok got it running

Re: [JPP-Devel] new OJ release

2018-12-28 Thread Giuseppe Aruta
I will give a look this afternoon. Thanks Ede Il ven 28 dic 2018, 11:39 Edgar Soldin ha scritto: > hey Peppe, > > ok got it running by commenting in the > > /* > context.getWorkbenchContext().getWorkbench().getFrame().getToolBar() > .addSeparator(); > > context.get

[JPP-Devel] new OJ release

2018-12-28 Thread edgar . soldin
hey Peppe, ok got it running by commenting in the /* context.getWorkbenchContext().getWorkbench().getFrame().getToolBar() .addSeparator(); context.getWorkbenchContext().getWorkbench().getFrame().getToolBar() .add(colorSetbutton

Re: [JPP-Devel] new OJ release

2018-12-28 Thread edgar . soldin
On 12/28/2018 8:47 AM, Giuseppe Aruta wrote: > Hi Ede, > Thanks for remind and your efforts. I made the required modifications to > Colorchooser and OpenKLEM plugins. thanks >In a couple of days I will upgrade OJ. > Color chooser: I cannot go below 2.4 seconds on loading. have you seen my mai