Re: [JPP-Devel] default-plugins

2009-02-26 Thread Stefan Steiniger
Hei Jukka,

thanks!
While I was going to update the wiki page now I found this nice image:

http://openjump.org/wiki/show/Shortcut+Keys+1-pager

suprise surpise...
time to link it more prominently

stefan

Rahkonen Jukka wrote:
 btw: Did we write down somewhere what keys can be used to do panning 
 while drawing? - since we removed the arrow-key-panning plugin
   
 I even don't know if it is possible. Maybe Larry knows. If it is 
 possible, information could be added to the helpshortcut  panel
 I forgot too, what actually works how - I need to reread Jukkas/Peppes 
 emails
 
 Hi,
 
 There used to be a html file that showed the keyboard shortcuts from help 
 menu.  It seems to miss from the current packages.  Even when it existed it 
 took me a year or two to find it, because the file had some language specific 
 name and it was not found from the menu if I started OpenJUMP in Finnish.
 
 Anyway, the keyboard shortcuts are:
 Alt   -zoom in/out
 Ctrl  -select
 Ctrl-Alt  -show feature info
 Shift-Alt -pan
 Shift -do some nasty flickering on the screen?
 
 I wonder how anybody digitising with OJ can work without these shortcuts 
 (except the last one).
 
 -Jukka- 
 
 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
 -Strategies to boost innovation and cut costs with open source participation
 -Receive a $600 discount off the registration fee with the source code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] default-plugins

2009-02-25 Thread Stefan Steiniger
Hei Michael,

 May be easy, but I did not find the class loading the 
 default-plugins.xml. 

this is done directly in the class which checks the command line 
arguments (JUMPWorkbench.java). So there is an option: -default-plugins 
that is read, and introduced in the openjump.bat file too.

This question came from another : I wondered in
 which order PlugIns were added to a menu, and in which case the {pos:x} 
 in the plugin name was useful...

the option is only useful if entries are added to a menu that has 
already entries (i.e. original JUMP entries). The order in the 
default-plugins.xml file defines where an entry is placed. But for some 
plugins I have put a  {pos:x} argument in the initialize function.

 btw: Did we write down somewhere what keys can be used to do panning 
 while drawing? - since we removed the arrow-key-panning plugin
   
 I even don't know if it is possible. Maybe Larry knows. If it is 
 possible, information could be added to the helpshortcut  panel
I forgot too, what actually works how - I need to reread Jukkas/Peppes 
emails

 
 If you agree, I will remove MenuNames.QA used in 
 DeleteDuplicateGeometries as MenuNames.TOOLS_QA seems enough

yep.. is ok

 One more general remark (the discussion about Toolbox already occured on 
 the list, just add my 2 cents) :
 In Tools menu, there are many PlugIns able to process layers, and some 
 which process a selection.
 When processing a selection is just an option of a more general plugin, 
 it is OK.
 When the plugin process a few selected features (union, difference, 
 split...), the function would be more accessible from a toolbox than 
 from a menu-item.
right.. I agree - but we need to get sure that only few (2?) objects are 
processed
 I don't know if the Toolbox class used by the editing toolbox can be 
 re-used for such a purpose (I'm not thinking about it for 1.3).

I don't know, as the problem is that it is not threaded. However, Pirol 
and I too have used toolboxes for such tools.

stefan


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] default-plugins

2009-02-25 Thread Rahkonen Jukka
 btw: Did we write down somewhere what keys can be used to do panning 
 while drawing? - since we removed the arrow-key-panning plugin
   
 I even don't know if it is possible. Maybe Larry knows. If it is 
 possible, information could be added to the helpshortcut  panel
I forgot too, what actually works how - I need to reread Jukkas/Peppes 
emails

Hi,

There used to be a html file that showed the keyboard shortcuts from help menu. 
 It seems to miss from the current packages.  Even when it existed it took me a 
year or two to find it, because the file had some language specific name and it 
was not found from the menu if I started OpenJUMP in Finnish.

Anyway, the keyboard shortcuts are:
Alt   -zoom in/out
Ctrl  -select
Ctrl-Alt  -show feature info
Shift-Alt -pan
Shift -do some nasty flickering on the screen?

I wonder how anybody digitising with OJ can work without these shortcuts 
(except the last one).

-Jukka- 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] default-plugins

2009-02-24 Thread Michaël Michaud
Hi Stefan

Did you explain somewhere how default-plugin initialization is done.
After a short investigation, I did not find how and where the plugin 
initialization is done now.

Thanks

Michaël

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] default-plugins

2009-02-24 Thread Stefan Steiniger
Hi Michael,

No, I didn't explain it somewhere.
Do you ask so I put some info on the wiki, or do you want to know?

Anyway,
. the default plugins are initialized in default-plugins.xml file which 
is part of the /bin/ folder (or in the SVN repository in the scripts 
folder) by simply adding the line with plugin class name
e.g. 
plug-inorg.openjump.core.ui.plugin.file.SaveImageAsSVGPlugIn/plug-in

. some plugins, i.e. the ones which seem to be basic to OpenJUMP, are 
still initialised in OpenJUMPConfiguration.java. This includes data 
import/export formats (since this aren't plugins) and navigation tools.

The question is when to put the info on the wiki, before the release?

btw: Did we write down somewhere what keys can be used to do panning 
while drawing? - since we removed the arrow-key-panning plugin

thank you for adding the Programming Guide Lines to the wiki

stefan


Michaël Michaud schrieb:
 Hi Stefan
 
 Did you explain somewhere how default-plugin initialization is done.
 After a short investigation, I did not find how and where the plugin 
 initialization is done now.
 
 Thanks
 
 Michaël
 
 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
 -Strategies to boost innovation and cut costs with open source participation
 -Receive a $600 discount off the registration fee with the source code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel