[JPP-Devel] Request from OJ the Merge

2008-07-03 Thread Giuseppe Aruta
Hi all, on OpenJUMP the Merge it was possible to substitute the value of attributes using a tool "Replace value", from Layer menu. I think this tool could be very useful ported in OpenJUMP. I ask if it is possible. Thanks Peppe Hai un indirizzo email difficile da ricordare? Scegli q

Re: [JPP-Devel] R: disable/deactivate menu with plugin?

2008-07-03 Thread Larry Becker
There is always the " -properties workbench-properties.xml" switch. Just modify it to point to another path. Larry On Wed, Jul 2, 2008 at 10:36 PM, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > Ok... now the big question: > > how can tell OJ to use two workbecnh-properties files? > because I don

Re: [JPP-Devel] Request from OJ the Merge

2008-07-03 Thread Larry Becker
Hi Peppe, How is the "Replace value" tool different from the "Replace Attribute Value" tool found under Tools -> Edit Attributes? regards, Larry 2008/7/3 Giuseppe Aruta <[EMAIL PROTECTED]>: > Hi all, > on OpenJUMP the Merge it was possible to substitute the value of attributes > using a tool

[JPP-Devel] The internal Task.TaskNameListener interface is not necessary.

2008-07-03 Thread Sunburned Surveyor
See if you can follow this logic. The Task class declares an internal interface named TaskNameListener. This internal interface contains a single methor, taskNameChanged(String argName). There is only one class that implements this interface, TaskFrame. However, TaskFrame never uses the String ar

[JPP-Devel] Changes to the TaskFrame class and related classes.

2008-07-03 Thread Sunburned Surveyor
I have made the following minor changes to improve the TaskFrame class and related classes: - Changed the WorkbenchFrame.getInternalFramesAssociatedWith(TaskFrame argTaskFrame) method access from private to public. - Changed the WorkbenchFrame.getTaskFramesAssociatedWith(LayerManager argLayerManag

Re: [JPP-Devel] R: disable/deactivate menu with plugin?

2008-07-03 Thread Stefan Steiniger
Hei Larry, Want I meant is a bit different (sorry for all the spelling errors). My problem is that I want to provide 2 property files. In Eclipse I tried it with 2 times calling -properties with different files, but then it picks only the first one. Stefan Larry Becker wrote: > There is alway

Re: [JPP-Devel] Request from OJ the Merge

2008-07-03 Thread Stefan Steiniger
:) it should be the same, as I ported it - but renamed it for clarification stefan Larry Becker wrote: > Hi Peppe, > > How is the "Replace value" tool different from the "Replace Attribute > Value" tool found under Tools -> Edit Attributes? > > regards, > Larry > > 2008/7/3 Giuseppe Aruta

Re: [JPP-Devel] R: disable/deactivate menu with plugin?

2008-07-03 Thread Larry Becker
I'm sure that would be a relatively easy mod to the code that loads the workbench-properties. We can define a convention that your workbench-properties file will be called, say, my-workbench-properties.xml. Then all we have to do is add the "my-" and load it too. regards, Larry On Thu, Jul 3, 20

Re: [JPP-Devel] R: disable/deactivate menu with plugin?

2008-07-03 Thread Stefan Steiniger
mhm.. that is a interesting and simple (=doable) idea :) one could actually also fix the name for the standard file, e.g. standard-plugins.xml or stdplugin-config.xml or so stefan Larry Becker wrote: > I'm sure that would be a relatively easy mod to the code that loads the > workbench-propertie