Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread Matthias Hinz
Hi Ede, sorry, I was too busy with my studies. Is there some instructions I can follow to add the keys? I added keys for German and English, but since I don't know all of the languages, how can I do it? Regards, Matthias Am 03.11.2013 14:11, schrieb edgar.sol...@web.de: > below the status quo.

Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread edgar . soldin
hey Matze,) you only add placeholders in the foreign language files so that translators can find them and translate. a placeholder is simply a normal entry where the value starts with the magic value '#T:' ! this signals OJ to ignore the value and to use the next default language and the transl

Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread Stefan Steiniger
Hei, sorry, forgot about it. Use prbeditor[1] for fairly fast adding of keys... or..uhm..I shall check? cheers, stefan [1] https://code.google.com/p/ganttproject/downloads/detail?name=prbeditor-0.9.7_2.zip&can=2&q= (I post this link, as the editor seem to have disappeared, nevertheless it is

Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread edgar . soldin
hmm.. Michael and i use jEdit - search and replace in files, for that task. create a regexp for the line after you want to insert and insert a newline plus your entry, repeat for all lines you want to insert.. now hands up, who's gonna take the job? :) ..ede On 04.11.2013 20:01, Stefan Steini

Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread Michaël Michaud
Hi, Just done, I now use IntelliJ Idea for I18N. Much more efficient and safe than jEdit (which is still my beloved text editor for many tasks like regex search/replace) Michaël > hmm.. Michael and i use jEdit - search and replace in files, for that task. > create a regexp for the line after yo

Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread edgar . soldin
can you drop some lines on how you do it in IntelliJ and why it is safer? ..ede PS: don't see a relative path strings commit, or what did you mean by 'just done'? On 04.11.2013 22:10, Michaël Michaud wrote: > Hi, > > Just done, > I now use IntelliJ Idea for I18N. > Much more efficient and safe

Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread Michaël Michaud
Hi, In my project, all language files appear under "Resource Bundle jump" If I right click on Resource Bundle 'jump' and choose "Jump to source", I get the following editor - keys without translation or translations without

Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread edgar . soldin
nifty.. seems like there are similar solutions for eclipse e.g. http://sourceforge.net/projects/eclipse-rbe/ a quick test looks promising. thanks for the explanation! .. ede On 04.11.2013 22:38, Michaël Michaud wrote: > Hi, > > In my project, all language files appear under "Resource Bundle jump

Re: [JPP-Devel] Fwd: Re: #331 relative path name support

2013-11-04 Thread Matthias Hinz
Thanks. So I learned about this for my next patch :). I will try to follow up developments during the next time. Matthias Am 04.11.2013 22:57, schrieb edgar.sol...@web.de: > nifty.. seems like there are similar solutions for eclipse e.g. > http://sourceforge.net/projects/eclipse-rbe/ > > a quick