Re: [JPP-Devel] Language files

2007-09-28 Thread Andreas Schmitz
Michaël Michaud wrote: Hello, to clarify my other remark: > I tried to clean-up a little bit the language files. > To do it, I used a tool (https://prbeditor.dev.java.net/) which makes it > easy to find missing keys, but which has its own way to format and order > things (I must say I lost so

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Eric Lemesre
Salut Stefan, I am totaly agree with this condition Of course. I prefer to get write acces by pass the second condition. I think it is the better way for all. For my second contribution i want to extends JoinTable plugin. * select fields to join * select datasource type Can i add Jlist to Mul

Re: [JPP-Devel] Questions on undo/redo support?

2007-09-28 Thread Stefan Steiniger
> not sure of the consequences of that. I still remember the first time I > tried to do a copy from one layer to another in code. I ended up with > two features sharing the same geometry. A potentially useful, but scary > concept. ah yes.. i remember that you found this bug as well in my rep

Re: [JPP-Devel] Questions on undo/redo support?

2007-09-28 Thread Larry Becker
Hi SS, The undo/redo support is really a java thing that you can support in your tool, but doesn't really make sense for the toolbar undo and redo buttons. Those buttons are expected to undo and redo edits, not selections. It also doesn't normally undo layer operations. For instance you can't

Re: [JPP-Devel] Language files

2007-09-28 Thread Andreas Schmitz
Andreas Schmitz wrote: Hi, > > I tried to clean-up a little bit the language files. > > To do it, I used a tool (https://prbeditor.dev.java.net/) which makes it > > easy to find missing keys, but which has its own way to format and order > > things (I must say I lost so many comments that I cle

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Stefan Steiniger
Hei again, Eric Lemesre schrieb: > Salut Stefan, > > I am totaly agree with this condition Of course. > I prefer to get write acces by pass the second condition. I think it is > the better way for all. ok.. Btw. it depends how fast you are with your second extension. But if it does not take w

Re: [JPP-Devel] @Stefan - Complete Italian Language files

2007-09-28 Thread Giuseppe Aruta
Hi Stefan, attached to this mail there is the Italian Language files with the correction which pointed out by by Michael. some notes: 1) English word "Buffer" probabily remains the same in Italian. 2) I left the word "Layer" in the menu even if the correct word in Italian is "Livello". But m

Re: [JPP-Devel] Language files

2007-09-28 Thread Stefan Steiniger
Hei Jukka, i think it will still work the way as we did it before. So use the nightly built. but the keys posted by Michael should give you a hint where to search for empty ones. Because it will take some time to go through the list and find the keys that need to be translated. I don't know if

Re: [JPP-Devel] Language files

2007-09-28 Thread Rahkonen Jukka
> -Alkuperäinen viesti- > Puolesta Michaël Michaud > The key and the (english) string value are in the finnish > file, did I miss something else ? > > Michael I believe I will have time for translating the missing strings next week. But what is the preferred way to do it? Until now I

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Eric Lemesre
Hi Michaël, Thanks for your review! I expliain capability by description in dialog . do you want the new code and localisations on personnal mail? Eric 2007/9/25, Michaël Michaud <[EMAIL PROTECTED]>: > > Hi Eric, > > Nice to see another french guy involved in OpenJUMP development ;-) > I reviewe

Re: [JPP-Devel] Questions on undo/redo support?

2007-09-28 Thread Sunburned Surveyor
Larry, Thank you for your excellent explanation of undo/redo. This makes a lot more sense to me now. Basically we only want to support undo/redo for "edit" operations that change features and their geometries. Larry wrote: " It seems like you should be able to simply move the features from one la

Re: [JPP-Devel] Questions on undo/redo support?

2007-09-28 Thread Paul Austin
When cloning features there is a clone(deep) method that also clones the geometry Paul - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse01200

Re: [JPP-Devel] Language files

2007-09-28 Thread Michaël Michaud
Hi all, >reading the other messages, I think I understand now. prbeditor is >reporting the key as *not translated*, yes? I originally thought it is >reporting it as *missing*. > > Actually, prbeditor does not report much, but for each key appearing in one of the language files, it shows every t

Re: [JPP-Devel] Language files - bug on Italian file

2007-09-28 Thread Giuseppe Aruta
Hi developers 1) The "Help>Shortcut keys" is translated in Italian as "Aiuto>Combinazione tasti": This is correct, but instead to open the Shortcut keys window, it opens an empty window. This seems not to heppen with other languages (Spanish and German). I wander where is the problem 2) I delete

Re: [JPP-Devel] OpenJUMP Batch File - Dynamic Classpath Construction

2007-09-28 Thread Sunburned Surveyor
I'm going to start calling you "master of the shell". :] On 9/24/07, Paul Austin <[EMAIL PROTECTED]> wrote: > No problems > > Paul > > Sunburned Surveyor wrote: > > Many thanks to the programmer that created the new batch file for > > OpenJUMP that dynamically constructs the classpath from all Jar

Re: [JPP-Devel] to SS and Stefan - about online New User Guide

2007-09-28 Thread Sunburned Surveyor
Your English is more than sufficient Peppe, and we appreciate all of your documentation efforts. You are caring for a task that is often neglected in open source projects. I appreciate it, and I know that the others do as well. The Sunburned Surveyor On 9/24/07, Giuseppe Aruta <[EMAIL PROTECTED]>

[JPP-Devel] PlugInContext.getLayerManager returns null?

2007-09-28 Thread Sunburned Surveyor
I'm still squishing bugs in my super select tool, and I've come upon a problem. I hope you guys can offer a suggestion that might help me fix it. In my code I need to obtain a reference to the LayerManager of the current task. I do this using the PlugInContext object passed to my PlugIn's execute(

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Sunburned Surveyor
Paul, Any firm plans on migrating this change to the trunk? Do you need someone to do some testing first? The Sunburned Surveyor On 9/24/07, Martin Davis <[EMAIL PROTECTED]> wrote: > Excellent! This will be great functionality to have in OJ. > > M > > Paul Austin wrote: > > Martin, > > > > This

[JPP-Devel] Fwd: [Freegis-list] New version of gvSIG project now available: gvSIG 1.1 (stable)

2007-09-28 Thread Sunburned Surveyor
It looks like gvSIG has got some handy annotation support in their latest release. I haven't tried them myself, but it looks like I need to get going on the free form label support for OpenJUMP. :] -- Forwarded message -- From: Mario Carrera <[EMAIL PROTECTED]> Date: Sep 25, 2007 7

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Paul Austin
Landon, It is tied into my new OpenFile changes, so if people are happy with what i've done I can merge it into the trunk at any time. The latest test release is at http://open.revolsys.com/download/nightly/openjump/openjump-core-1.2-20070928-bin.zip Paul Sunburned Surveyor wrote: &

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Sunburned Surveyor
Eric, I am getting to this e-mail a little bit late, but I see that Michael and Stefan have already given you a warm welcome. I just want to say thanks for your contribution and I hope we get to work together in the future. I'm curious, how are you using OpenJUMP? The Sunburned Surveyor On 9/2

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Sunburned Surveyor
t; what i've done I can merge it into the trunk at any time. The latest > test release is at > http://open.revolsys.com/download/nightly/openjump/openjump-core-1.2-20070928-bin.zip > > Paul > > > Sunburned Surveyor wrote: > > Paul, > > > > Any firm plans on mig

Re: [JPP-Devel] new tracker on SF for usability and translation improvements

2007-09-28 Thread Sunburned Surveyor
Nice work Stefan. This should help clean up the bug tracker. Thanks. The Sunburned Surveyor On 9/27/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > yep.. i have seen it :) > > I currently have set the option, that every time a new item is added, > then automatically a message is send to the de

Re: [JPP-Devel] @Stefan - Complete Italian Language files

2007-09-28 Thread Sunburned Surveyor
Hey guys. Do we need to simply commit this to the SVN? If so, I can take care of it if someone lets me know. The Sunburned Surveyor On 9/28/07, Giuseppe Aruta <[EMAIL PROTECTED]> wrote: > Hi Stefan, > > attached to this mail there is the Italian Language > files with the correction which pointe

Re: [JPP-Devel] Language files - bug on Italian file

2007-09-28 Thread Rahkonen Jukka
>From: [EMAIL PROTECTED] on behalf of Giuseppe Aruta >1) The "Help>Shortcut keys" is translated in Italian >as "Aiuto>Combinazione tasti": This is correct, but >instead to open the Shortcut keys window, it opens an >empty window. This seems not to heppen with other >languages (Spanish and German

Re: [JPP-Devel] Language files - bug on Italian file

2007-09-28 Thread Michaël Michaud
Hi Giuseppe, >1) The "Help>Shortcut keys" is translated in Italian >as "Aiuto>Combinazione tasti": This is correct, but >instead to open the Shortcut keys window, it opens an >empty window. This seems not to heppen with other >languages (Spanish and German). I wander where is the >problem > > Y

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Michaël Michaud
Hi Paul, I'll try it as soon as possible as I'm concerned with a few plugins I wrote I'll have to adapt to this new framework. The release at http://open.revolsys.com/download/nightly/openjump/openjump-core-1.2-20070928-bin.zip returns this exceptio

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Paul Austin
apt to this new framework. > The release at > http://open.revolsys.com/download/nightly/openjump/openjump-core-1.2-20070928-bin.zip > returns this exception on my machine : > > com.vividsolutions.jts.util.AssertionFailedException: Should never reach here > at > com.vividsolut

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Michaël Michaud
ile and double-click on the .bat Michaël >Cheers, >Paul > >Michaël Michaud wrote: > > >>Hi Paul, >> >>I'll try it as soon as possible as I'm concerned with a few plugins I >>wrote I'll have to adapt to this new framework. >>The rele

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Paul Austin
t;> Hi Paul, >>> >>> I'll try it as soon as possible as I'm concerned with a few plugins I >>> wrote I'll have to adapt to this new framework. >>> The release at >>> http://open.revolsys.com/download/nightly/openjump/openjump-core-1.2-20070928-bin.zi

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Larry Becker
add you're plug-ins into lib/ext > >> > >> > >> > > No plugin, just unzipped your installation file and double-click on the > .bat > > > > Michaël > > > > > >> Cheers, > >> Paul > >> > >> Michaël Michaud wrote:

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Michaël Michaud
Larry Becker a écrit : > Paul, > Add "-Duser.language=FR" to your launch file and you'll see the error. > Larry Hey, shame on me as I already encountered and resolved the problem the first time I tested Paul's development. I changed the regional parameters to english on my box and it works. E

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-28 Thread Paul Austin
Hi Michaël, You'll have to forgive my lazy English person when it comes to I18N, I hadn't put all the I18N stuff in all the files. I just used that new tool and have added them in so the nightly build tonight on my server will have the changes that should work in other languages. I agree that the

Re: [JPP-Devel] Fwd: [Freegis-list] New version of gvSIG project now available: gvSIG 1.1 (stable)

2007-09-28 Thread Giuseppe Aruta
--- Sunburned Surveyor <[EMAIL PROTECTED]> ha scritto: > It looks like gvSIG has got some handy annotation > support in their > latest release. I haven't tried them myself, but it > looks like I need > to get going on the free form label support for > OpenJUMP. :] >SS There are a couple of thin

Re: [JPP-Devel] a rewiew on menu bar

2007-09-28 Thread Giuseppe Aruta
Thanks Paul, I think I only post #1 on bug tracker peppe --- Paul Austin <[EMAIL PROTECTED]> ha scritto: > On Number #2 my new Open File plug-in handles image > and vector file > based layers. This will replace Load Dataset and the > add image, add > mrsid plug-ins. > > I'm getting ready to c

Re: [JPP-Devel] Language files - - Italian Shortcut keys html page

2007-09-28 Thread Giuseppe Aruta
--- Michaël Michaud <[EMAIL PROTECTED]> ha scritto: > Hi Giuseppe, > Yes, shortcut keys are translated in an html file > and the italian > version is missing. > Here is the english file in the svn : > http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/src/com/vividsolutions/jump/