[JPP-Devel] Delete layer position (vote)

2012-12-16 Thread Michaël Michaud
Hi Peppe, You have moved the delete layer command down. (i think it was not in the propositions you've submitted a month ago). I remember I moved this command up more than one year ago because it is a most used command (I use it more than any other command in the layer menu except maybe the

[JPP-Devel] Move Vertex tool

2012-12-16 Thread Michaël Michaud
Hi, Following a suggestion from Andrei Nacu, I added the capability of inserting a new Vertex by double clicking when the Move Vertex Cursor Tool is activated (r3143). One drawback I could not get rid of, is that the first mousePressed event still emit the yellow warning as it does not know

Re: [JPP-Devel] Delete layer position (vote)

2012-12-16 Thread Giuseppe Aruta
ops. Sorry Michael! I really made a mistake when I was working on windows arrange views. I confuded the codes as I was working on copy/paste part of my OJ bindings to OJ NB (jumpConfiguration jar file). It is difficulty to come back programming after a long time. Sorry again. I will correct it

Re: [JPP-Devel] Move Vertex tool

2012-12-16 Thread Rahkonen Jukka
Hi, Sounds good even without testing. For effective editing also delete vertex should be available in some simple way without a need to change a tool for that. Delete is reserved for deleting the whole feature, but perhaps it could be done through the right click menu? -Jukka Rahkonen-

Re: [JPP-Devel] Move Vertex tool

2012-12-16 Thread Giuseppe Aruta
It is an interesting option for drawing. I wonder if we can have a unique complete vertex tool, as Jukka said, move/add/delete vertex. Maybe using keyboard keys?. Note that rotate feature tools uses ctrl key to change the center of rotation Giuseppe 2012/12/17 Rahkonen Jukka

Re: [JPP-Devel] Move Vertex tool

2012-12-16 Thread Giuseppe Aruta
OK for me to include into 1.6. Before 1.6 realize I suggest to upgrade keyboard html pages to include all hidden keyboard tools which are not documeted (rotation, this add vertex tool, for instance) 2012/12/17 Giuseppe Aruta giuseppe_ar...@yahoo.it It is an interesting option for drawing. I

[JPP-Devel] keyboard short cuts doc

2012-12-16 Thread edgar . soldin
is there really no functionality in OJ to add shortcuts that automatically creates a human readable list on request? if not, we should at least create a featreq as that would make life much easier. ..ede -- LogMeIn

[JPP-Devel] snapshots broken

2012-12-16 Thread edgar . soldin
Michael? .. regards ede [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /srv/www/vhosts/host/oj-svn/src/com/vividsolutions/jump/workbench/ui/cursortool/editing/MoveVertexTool.java:[107,17] cannot find symbol symbol : variable insertMode

Re: [JPP-Devel] Move Vertex tool

2012-12-16 Thread edgar . soldin
On 16.12.2012 23:03, Michaël Michaud wrote: Hi, Following a suggestion from Andrei Nacu, I added the capability of inserting a new Vertex by double clicking when the Move Vertex Cursor Tool is activated (r3143). One drawback I could not get rid of, is that the first mousePressed event