Hi SS,
Jon put BeanShell support in JUMP a long time ago. All I did was
make it possible to create BeanShell tools (BeanTools) on the menu
more easily. You should be able to use the library jar normally.
regards,
Larry
On Nov 20, 2007 5:10 PM, Sunburned Surveyor
<[EMAIL PROTECTED]> wrote:
>
I've almost finished the internationalization of the Super Select
Plug-In. I had a couple of questions about best practices for I18N in
Java:
[1] Is there a limit to the size of a String that should be
internationalized in a Resource Bundle? For example, I have a couple
paragraphs of help text tha
Thanks for the info Larry.
The Sunburned Surveyor
On Nov 21, 2007 6:15 AM, Larry Becker <[EMAIL PROTECTED]> wrote:
> Hi SS,
>
> Jon put BeanShell support in JUMP a long time ago. All I did was
> make it possible to create BeanShell tools (BeanTools) on the menu
> more easily. You should be abl
All,
When creating package names please use lower case for them as this is a
common Java practice.
Paul
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.co
Hi Peppe,
If you have feedback?
I Like it.
Eric
2007/11/20, Giuseppe Aruta <[EMAIL PROTECTED]>:
>
> Hi Eric,
> I am looking forward to test your Postgis plugin
>
> Peppe
> --- Eric Lemesre <[EMAIL PROTECTED]> ha scritto:
>
> > Hi peppe,
> >
> > Thank you.
> >
> > I Commit this file this night. (
do you mean throughout the complete packname?
e.g. instead of "apiTools" i should use "apitools"
stefan
Paul Austin schrieb:
> All,
>
> When creating package names please use lower case for them as this is a
> common Java practice.
>
> Paul
>
> -
Stefan,
Use apitools would be correct
Paul
Stefan Steiniger wrote:
> do you mean throughout the complete packname?
> e.g. instead of "apiTools" i should use "apitools"
>
> stefan
>
> Paul Austin schrieb:
>
>> All,
>>
>> When creating package names please use lower case for them as this is a
>
Landon,
1. Long strings should be fine, although if you start having a bunch of
HTML in there then maybe look at having a I18N mechanism for HTML fragments.
2. What I typically do is define a constant for each of my I18N strings
and use those where required.
Paul
Sunburned Surveyor wrote:
> I've
Stefan,
Can you fix the attributeOperations package. The package declaration is
different from the directory it is in. I'm not sure which is the correct
one.
Paul
-
This SF.net email is sponsored by: Microsoft
Defy all cha