Re: [JPP-Devel] Language files from plugin jars are not used

2022-02-03 Thread Rahkonen Jukka (MML)
edgar.sol...@web.de  wrote:

> On 03.02.2022 17:16, Rahkonen Jukka (MML) wrote:
>> Hi,
>>
>> With OJ2 Plus snapshot the extra plugins do not show translated UI texts. 
>> For >example the topology plugin. The properties files are included in the 
>> jar 
>> >OpenJUMP-20220203-r5064(b9be2fb)-PLUS\lib\ext\topology-extension->2.0.0.jar\fr\michaelm\jump\plugin\topology\language\
>

> hi Jukka,

> i think i broke that in the last commit. please try the commit i am about to 
> push.

I confirm, translations are back.

-Jukka-


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] [openjump-gis/openjump] ec0874: fix regression disabling i18n for external plugins...

2022-02-03 Thread edeso via Jump-pilot-devel
  Branch: refs/heads/main
  Home:   https://github.com/openjump-gis/openjump
  Commit: ec0874c1f51a101b564ca112da6a143899528d6b
  
https://github.com/openjump-gis/openjump/commit/ec0874c1f51a101b564ca112da6a143899528d6b
  Author: ede 
  Date:   2022-02-03 (Thu, 03 Feb 2022)

  Changed paths:
M src/com/vividsolutions/jump/I18N.java

  Log Message:
  ---
  fix regression disabling i18n for external plugins/extensions


  Commit: e47e62190548a802cec73c327eef631e109ae900
  
https://github.com/openjump-gis/openjump/commit/e47e62190548a802cec73c327eef631e109ae900
  Author: ede 
  Date:   2022-02-03 (Thu, 03 Feb 2022)

  Changed paths:
M scripts/default-plugins.xml
M src/de/soldin/jumpcore/geomconv/GCExtension.java
M src/de/soldin/jumpcore/geomconv/GCPlugin.java

  Log Message:
  ---
  fixup GeometryConversionPlugin for OJ2

adapt to use OJ I18N
adapt to AbstractPlugin
reformat to 2spaces
blacklist new JTS method createMultiPointFromCoords()
some optimizations
remove useless extension
run extension to get listed in About panel


Compare: 
https://github.com/openjump-gis/openjump/compare/b9be2fbace2f...e47e62190548


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Language files from plugin jars are not used

2022-02-03 Thread edgar . soldin

On 03.02.2022 17:16, Rahkonen Jukka (MML) wrote:

Hi,

With OJ2 Plus snapshot the extra plugins do not show translated UI texts. For 
example the topology plugin. The properties files are included in the jar 
OpenJUMP-20220203-r5064(b9be2fb)-PLUS\lib\ext\topology-extension-2.0.0.jar\fr\michaelm\jump\plugin\topology\language\



hi Jukka,

i think i broke that in the last commit. please try the commit i am about to 
push.

..ede


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] What does conversion into multipointfromcoords do?

2022-02-03 Thread Rahkonen Jukka (MML)
Hi,

In the geometrytype conversion tools there is an option "multipointfromcoords". 
What is the difference to conversion into MultiPoint? I made a test with some 
polygons and the result looks the same. Or is this menu item something that 
should not be there? I am testing OJ2 from today.

-Jukka Rahkonen-
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Language files from plugin jars are not used

2022-02-03 Thread Rahkonen Jukka (MML)
Hi,

With OJ2 Plus snapshot the extra plugins do not show translated UI texts. For 
example the topology plugin. The properties files are included in the jar 
OpenJUMP-20220203-r5064(b9be2fb)-PLUS\lib\ext\topology-extension-2.0.0.jar\fr\michaelm\jump\plugin\topology\language\

-Jukka Rahkonen-
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] the future is UTF-8 Was:Re: Re How to edit properties files in GitHub right?

2022-02-03 Thread Brian M Hamlin

definitely, congrats !

    --Brian M Hamlin  /  MAPLABS  /  OSGeoLive PSC


On 2/3/22 12:14 AM, Michaud Michael wrote:


Congrats for UTF-8. Big step towards the XXI century. And thanks for 
the ¨ of Michaël ;-)


Michaël


envoyé : 3 février 2022 à 01:30
de : edgar.sol...@web.de
à : jump-pilot-devel@lists.sourceforge.net
objet : [JPP-Devel] the future is UTF-8 Was:Re: Re How to edit 
properties files in GitHub right?



hey all,




___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] the future is UTF-8 Was:Re: Re How to edit properties files in GitHub right?

2022-02-03 Thread Michaud Michael


Hey,Congrats for UTF-8. Big step towards the XXI century. And thanks for the ¨ of Michaël ;-)Michaël envoyé : 3 février 2022 à 01:30de : edgar.sol...@web.deà : jump-pilot-devel@lists.sourceforge.netobjet : [JPP-Devel] the future is UTF-8 Was:Re: Re How to edit properties files in GitHub right?hey all,please pull the latest changes and switch your IDEs and everything to UTF-8 for the project or you may end up garbling Michaël's name ;)language property files are plainly editable on github with this change...regards edeOn 09.11.2021 22:15, Rahkonen Jukka (MML) wrote:edgar.sol...@web.de wrote:>> i plan to convert the whole repo to UTF-8 (java,properties, every text really) and add a>> custom ResourceBundle.Control to I18N as described in https://stackoverflow.com/a/4660195/1308810,>> that'll make sure that the language files are loaded as UTF-8, even in java8.That would really make the life of the language file editors much easier. Hyv\u00e4 Ede!-Jukka-___Jump-pilot-devel mailing listJump-pilot-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/jump-pilot-devel___Jump-pilot-devel mailing listJump-pilot-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel