Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-22 Thread Benjamin Gudehus
The dependencies were missing. I fixed that and wrote step-by-step guide for the build. https://github.com/hastebrot/nicejump-curator#installation-under-windows The goal of the project was, to experiment with alternative menu structures. The code was a quick write, currently the menu entries have

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-22 Thread Giuseppe Aruta
Thanks Benjamin, I will try to make a build. Giuseppe 2012/11/21 Benjamin Gudehus > Hi Guiseppe. > > Gladly. You can find it at https://github.com/hastebrot/nicejump-curator. > > The source code is two years old and written in Groovy. I only uploaded > the source but didn't run a build. It might

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-21 Thread Rahkonen Jukka
the computer screen. > e) For OJ 1.8 I will try to integrate Kosmo editing features (draw tangent, > parallel, remove last vertex while drawing, zoom wheel always available > while drawing) on OpenJUMP. These require a core modification of some > core JUMP files regards > ---

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-21 Thread Benjamin Gudehus
> > we definitely have several file loading dialogs which should be sorted > somehow or better yet consolidated into one menu entry though. > +1 for consolidation. A save dialog could both save projects and layers. One could select which layers to save and wether the project should also be saved.

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-21 Thread edgar . soldin
spreading loading functions over menus does not sound good to me. FILE is a good established home for these. unfamiliar users will instinctively look there. we definitely have several file loading dialogs which should be sorted somehow or better yet consolidated into one menu entry though. ..ed

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-21 Thread Benjamin Gudehus
Hi Guiseppe. Gladly. You can find it at https://github.com/hastebrot/nicejump-curator. The source code is two years old and written in Groovy. I only uploaded the source but didn't run a build. It might work with newer versions of OJ as long as the build runs through. Maybe some changes to the bu

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-21 Thread Giuseppe Aruta
Hi Benjamin, this is an interesting way to customize openjump menus. Do you make available that plugin that empties OJ menus? regards Giuseppe 2012/11/21 Benjamin Gudehus > >Load Image is in Edit/Load Layer menu. > Maybe it could go into the Layer menu. I dont remember why the entries > were put

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-21 Thread Benjamin Gudehus
>Load Image is in Edit/Load Layer menu. Maybe it could go into the Layer menu. I dont remember why the entries were put into Edit. 2012/11/21 Benjamin Gudehus > Load Image is in Edit/Load Layer menu. -- Monitor your phys

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-21 Thread Benjamin Gudehus
Hi Michaël! Did you create this yaml file from your configuration or > do you create your user-interface from this file ? > A simple PlugIn empties OpenJUMPs MenuBar and then creates the menues using the YAML file. Why did you put load image or load datastore in Edit/Selection menu ? > Load Im

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-20 Thread Michaël Michaud
Hi Benjamin, Interesting. Did you create this yaml file from your configuration or do you create your user-interface from this file ? Why did you put load image or load datastore in Edit/Selection menu ? Michaël Hi! Here is a YAML configuration file for the menu structure I use. https://gist

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-20 Thread Benjamin Gudehus
Hi! Here is a YAML configuration file for the menu structure I use. https://gist.github.com/4117207 2012/11/20 > On 19.11.2012 22:45, Stefan Steiniger wrote: > > Hi, > > > > - tested: copy image to clipboard and paste in MS Word works on MacOSX > > with RC 1.6 > > > > - when reading over the m

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-19 Thread edgar . soldin
On 19.11.2012 22:45, Stefan Steiniger wrote: > Hi, > > - tested: copy image to clipboard and paste in MS Word works on MacOSX > with RC 1.6 > > - when reading over the menu change proposal, I agree with (most of?) > the suggestions. However, I think it is not a good habbit to change > function

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-19 Thread Stefan Steiniger
Hi, - tested: copy image to clipboard and paste in MS Word works on MacOSX with RC 1.6 - when reading over the menu change proposal, I agree with (most of?) the suggestions. However, I think it is not a good habbit to change functions from one menu to another if they have been there for quite

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-19 Thread Michaël Michaud
Hi, I forgot the back space remove last vertex: this is one of the OJ secret that has to be detailed on wiki (a page of keyboard keys). Yes, could also be added to the shortcut page in the help menu regarding Copy view to clipboard. How can I use it? I tried (under Ubuntu) to copy view either t

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-19 Thread Giuseppe Aruta
Hi Michael, I forgot the back space remove last vertex: this is one of the OJ secret that has to be detailed on wiki (a page of keyboard keys). regarding Copy view to clipboard. How can I use it? I tried (under Ubuntu) to copy view either to Gimp or to Libreoffice writer with no results (no datas i

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-18 Thread Michaël Michaud
Hi Giuseppe, I want to give a speed on OJ programming. These are the points of my roadmap proposal to Oj community a) There are some tools I am going to publish on next days as separate plugins, 1) CAD/Editing tools, 2) an Annotation plugin,3) Measure tools, 4) Advanced Fence toolbox b) I

[JPP-Devel] Optimizing OpenJUMP menus

2012-11-18 Thread Giuseppe Aruta
Hi all, I want to give a speed on OJ programming. These are the points of my roadmap proposal to Oj community a) There are some tools I am going to publish on next days as separate plugins, 1) CAD/Editing tools, 2) an Annotation plugin,3) Measure tools, 4) Advanced Fence toolbox b) I want to cha