Re: [JPP-Devel] jts 1.15 vs 1.14 Was:Re: OpenJUMP next version

2018-04-04 Thread Giuseppe Aruta
Jucca, Michaël, Ede I am working to upgrade CadPlan Jump Chart (mostly added Spanish and Italian language files). I did a tets to migrate that plugin to JTS 1.15. I download the file here: https://github.com/locationtech/jts/releases and configured build path. I had problem with* feature.setGeome

Re: [JPP-Devel] Simplify menus and customize Schema Panel

2018-04-04 Thread Giuseppe Aruta
Bonjour Michaël, thanks for the answer and the notes/questions. I don't understand the reason for such a change. Copy schema/Paste schema operations are relative to a layer. How will you copy a schema from a layer to another layer ? Will you have to open the schema dialog of the source layer, co

Re: [JPP-Devel] jts 1.15 vs 1.14 Was:Re: OpenJUMP next version

2018-04-04 Thread edgar . soldin
On 04.04.2018 10:07, Giuseppe Aruta wrote: > This means we have to rewrite all the code of OpenJUMP before modifing > external plugins. correct. and we are done with that, all the extensions, because they wont work anymore. sticking to 1.14 for the time being (as Mike suggested) sounds like a v

Re: [JPP-Devel] Simplify menus and customize Schema Panel

2018-04-04 Thread edgar . soldin
On 04.04.2018 10:46, Giuseppe Aruta wrote: > My alternative proposal is to keep both options on a Layer context schema > submenu: > > a) an enhanced View/Edit schema plugin with all the Copy/Paste/Save/Restore > options and > > b) both Copy Schema and Paste Schema plugins. > sounds good to me

Re: [JPP-Devel] Simplify menus and customize Schema Panel

2018-04-04 Thread Rahkonen Jukka (MML)
Hi, I like also this two-way option, for a few reasons: - Save and restore with text file feels good. I guess it would also be faster to create new long schema with text editor than through the UI. - It feels that copy-pasting schemas between existing layers is easier through the context menu.

Re: [JPP-Devel] Simplify menus and customize Schema Panel

2018-04-04 Thread Giuseppe Aruta
Hi Jukka I did not consider EZButtons. It sounds interesting to find a way to add both text and icons to EZButtons Peppe 2018-04-04 11:24 GMT+02:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > I like also this two-way option, for a few reasons: > > - Save and restore w

[JPP-Devel] SVN: [5727] plug-ins/CadPlan_JumpChart/trunk/src/com/cadplan/jump

2018-04-04 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5727 http://sourceforge.net/p/jump-pilot/code/5727 Author: ma15569 Date: 2018-04-04 11:52:58 + (Wed, 04 Apr 2018) Log Message: --- Upgraded Style framework. Execute() according to actual implementation in OpenJUMP Modified Paths: -- plug-ins/C

[JPP-Devel] SVN: [5728] plug-ins/CadPlan_JumpChart/trunk/src/com/cadplan/jump/ JumpChartPlugIn.java

2018-04-04 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5728 http://sourceforge.net/p/jump-pilot/code/5728 Author: ma15569 Date: 2018-04-04 14:28:47 + (Wed, 04 Apr 2018) Log Message: --- Add check to plugin exactly one layer has to be selected Modified Paths: -- plug-ins/CadPlan_JumpChart/trunk/src/

[JPP-Devel] SVN: [5729] plug-ins/CadPlan_JumpChart/trunk/src/com/cadplan/jump/ ChartDialog.java

2018-04-04 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5729 http://sourceforge.net/p/jump-pilot/code/5729 Author: ma15569 Date: 2018-04-04 14:36:01 + (Wed, 04 Apr 2018) Log Message: --- Added OK/Cancel panel to dialog that recognize OpenJUMP OK/Cancel panel style Modified Paths: -- plug-ins/CadPlan

[JPP-Devel] SVN: [5730] core/trunk/src/com/vividsolutions/jump/feature/ BasicFeature.java

2018-04-04 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5730 http://sourceforge.net/p/jump-pilot/code/5730 Author: edso Date: 2018-04-04 14:52:50 + (Wed, 04 Apr 2018) Log Message: --- reformatted because of mixed tab/space indention Modified Paths: -- core/trunk/src/com/vividsolutions/jump/feature/B

[JPP-Devel] SVN: [5730] core/trunk/src/com/vividsolutions/jump/feature/ BasicFeature.java

2018-04-04 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5730 http://sourceforge.net/p/jump-pilot/code/5730 Author: edso Date: 2018-04-04 14:52:50 + (Wed, 04 Apr 2018) Log Message: --- reformatted because of mixed tab/space indention Modified Paths: -- core/trunk/src/com/vividsolutions/jump/feature/B

Re: [JPP-Devel] SVN: [5730] core/trunk/src/com/vividsolutions/jump/feature/ BasicFeature.java

2018-04-04 Thread Giuseppe Aruta
Hi Ede I was commited a series of modifications on JumpChart plugin. The last one possibly was finalized while you were saving yours on OpenJUM. So I have now two identical numbers (5730 - last modification) on both OJ/BasicFeature.class and JumpChart Plugin/ChartDialog.class on my Eclipse. Note th

Re: [JPP-Devel] SVN: [5730] core/trunk/src/com/vividsolutions/jump/feature/ BasicFeature.java

2018-04-04 Thread edgar . soldin
the history https://sourceforge.net/p/jump-pilot/code/5730/log/?path= looks good to me. so no worries. the svn seems to be terribly slow currently though.. ede On 04.04.2018 17:01, Giuseppe Aruta wrote: > Hi Ede > I was commited a series of modifications on JumpChart plugin. The last one > pos