[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2021-08-08 Thread ede via Jump-pilot-devel
- **status**: open --> closed-fixed - **Comment**: implemented on https://github.com/openjump-gis/openjump --- ** [bugs:#501] I18N from extension** **Status:** closed-fixed **Milestone:** OJ_2.x **Created:** Mon Aug 31, 2020 10:32 AM UTC by michael michaud **Last Updated:** Sun Sep 13, 2020 0

[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2020-09-13 Thread ede via Jump-pilot-devel
- **Milestone**: undecided --> OJ_2.x --- ** [bugs:#501] I18N from extension** **Status:** open **Milestone:** OJ_2.x **Created:** Mon Aug 31, 2020 10:32 AM UTC by michael michaud **Last Updated:** Mon Aug 31, 2020 05:15 PM UTC **Owner:** nobody Ede, I prefer to document the usage of I18N in

[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2020-08-31 Thread michael michaud via Jump-pilot-devel
Yes, neat, i'm ok with this proposition ;-) Does it mean you would also remove getMessage variant ? --- ** [bugs:#501] I18N from extension** **Status:** open **Milestone:** undecided **Created:** Mon Aug 31, 2020 10:32 AM UTC by michael michaud **Last Updated:** Mon Aug 31, 2020 04:19 PM UTC **

[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2020-08-31 Thread michael michaud via Jump-pilot-devel
get(String key) with a single parameter is already used as a static method, so it would be a bit confusing(static get(key) is the most frequently used method of I18N). Also the deprecated getText method currently has a static version and a non static version. None of them seem to be used in Ope

[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2020-08-31 Thread ede via Jump-pilot-devel
hey Mike, ohh fun.. there is already a static I18N.get(String key) method ;(.. looks like legacy i'll add I18N.get(String key, Object ...) instance method for now. and we'll get rid of the static version in OJ2. ok? ..ede --- ** [bugs:#501] I18N from extension** **Status:** open **Milestone

[JPP-Devel] [jump-pilot:bugs] #501 I18N from extension

2020-08-31 Thread michael michaud via Jump-pilot-devel
--- ** [bugs:#501] I18N from extension** **Status:** open **Milestone:** undecided **Created:** Mon Aug 31, 2020 10:32 AM UTC by michael michaud **Last Updated:** Mon Aug 31, 2020 10:32 AM UTC **Owner:** nobody Ede, I prefer to document the usage of I18N in Extension in a separate ticket. He