JPilson
a709db810e
Add i18n flavor template setting
...
A new setting, `flavorTemplate` is introduced to specify how strings are replaced with i18n representation. This includes code modifications for handling this new feature and also updates in the messages.properties file for the associated UI text. The feature is especially useful for customizing how localization strings are generated in different project setups.
2023-12-16 17:50:29 +01:00
marhali
3dd4117d4c
treat empty translation values as incomplete
...
Resolves #347
2023-12-11 19:49:32 +01:00
Marcel
5f51ddcd50
Merge pull request #349 from marhali/changelog-update-v4.4.4
...
Changelog update - `v4.4.4`
2023-12-11 19:44:28 +01:00
GitHub Action
46277a9a9d
Changelog update - v4.4.4
2023-12-11 18:17:28 +00:00
marhali
866d60a75f
Merge remote-tracking branch 'origin/main'
2023-12-11 19:06:48 +01:00
marhali
510f5d69b2
prepare patch release
2023-12-11 19:06:31 +01:00
Marcel
cfff6187de
Merge pull request #348 from marhali/hotfix/internal-api-usage
...
remove saveAll action on reload
2023-12-11 18:53:44 +01:00
marhali
775ae30061
remove saveAll action on reload
...
Application state should be consistent even without save action
2023-12-11 18:33:17 +01:00
JPilson
7038e42055
feat(Localize Selected): add LocalizeItAction for localizing selected text
...
This commit introduces a new action, `LocalizeItAction`, into the easyi18n toolset, which allows users to automatically apply localization to a selected string in the text editor. The action is now accessible from the editor's context menu. This provides a more efficient way to localize selected strings compared to manually adding them.
2023-12-09 15:01:47 +01:00
JPilson
352dc7c47c
feat(Add Selection): add LocalizeItAction for localizing selected text
...
This commit introduces a new action, `LocalizeItAction`, into the easyi18n toolset, which allows users to automatically apply localization to a selected string in the text editor. The action is now accessible from the editor's context menu. This provides a more efficient way to localize selected strings compared to manually adding them.
2023-12-09 14:43:40 +01:00
Marcel
f4d3542e6a
Merge pull request #343 from marhali/changelog-update-v4.4.3
...
Changelog update - `v4.4.3`
2023-12-08 23:59:05 +01:00
GitHub Action
eeb81dac80
Changelog update - v4.4.3
2023-12-08 22:00:48 +00:00
Marcel
a157a92b7c
Merge pull request #342 from marhali/next
...
Next
2023-12-08 22:39:47 +01:00
marhali
70f087b3df
also fix deprecated apis in docs
2023-12-08 22:24:55 +01:00
marhali
4f1532e852
prepare patch release
2023-12-08 21:56:17 +01:00
marhali
860fe08ea1
replace deprecated apache commons utils
2023-12-08 21:55:14 +01:00
marhali
23693ed4fd
update deps and support 233.* builds
2023-12-08 21:53:46 +01:00
Marcel
6f7982615f
Merge pull request #302 from marhali/changelog-update-v4.4.2
...
Changelog update - `v4.4.2`
2023-09-02 19:16:33 +02:00
GitHub Action
5eaa0e5969
Changelog update - v4.4.2
2023-09-02 14:42:20 +00:00
Marcel
c29440b1f1
Merge pull request #301 from marhali/next
...
feat(combat): add 232.* support
2023-09-02 13:06:15 +02:00
marhali
21138a8937
prepare patch release
2023-09-02 12:47:08 +02:00
marhali
2218210ee4
feat(ui): adjust tool window icon color to align with new ui reference
2023-09-02 12:39:17 +02:00
marhali
e34d23fe06
feat(combat): add 232.* support
2023-09-02 12:23:12 +02:00
Marcel
1f7b796973
Merge pull request #240 from marhali/changelog-update-v4.4.1
...
Changelog update - `v4.4.1`
2023-09-02 11:22:53 +02:00
GitHub Action
e3b9dc60f0
Changelog update - v4.4.1
2023-02-19 14:54:24 +00:00
Marcel
ce0b3d3e64
Merge pull request #223 from marhali/223-combat
...
223 combat
2023-02-19 15:38:19 +01:00
marhali
d7d2880c44
replace yaml mapping with own implementation to fix pluginVerifierTask
2023-02-19 15:23:48 +01:00
marhali
d5295fa111
try getParent() instead of this
2023-02-19 13:25:08 +01:00
marhali
9816066046
make public
2023-02-19 13:06:20 +01:00
marhali
6c06b41348
remove protected scope
2023-02-18 20:22:12 +01:00
marhali
f028be2c7c
prepare patch release
2023-02-18 17:52:54 +01:00
marhali
ef3190b022
support 231.* builds
2023-02-18 17:48:15 +01:00
marhali
d329db56df
fix AWT events are not allowed inside write action
2023-02-18 17:40:18 +01:00
marhali
7c9d8156a6
remove jvmargs memory
2023-02-18 17:20:45 +01:00
marhali
6c409c6629
bump intellij gradle plugin to v1.13.0
2023-02-18 17:20:24 +01:00
marhali
4f0f6b89f2
require 223 pluginSinceBuild
2023-01-15 11:26:32 +01:00
marhali
9082aac5c0
gradle intellij plugin 1.11.0
2023-01-10 21:02:43 +01:00
marhali
d9781566c0
replace deprecated API methods
2022-12-17 15:46:24 +01:00
marhali
60fc19c680
Merge remote-tracking branch 'origin/223-combat' into 223-combat
2022-12-17 15:45:14 +01:00
marhali
c36223e984
fix broken badge links
2022-12-17 15:44:59 +01:00
marhali
bc479ff551
update build according to template and drop support for IDE version < 2022.2
2022-12-17 15:43:57 +01:00
marhali
6dc79d5fb3
update build according to template and drop support for IDE version < 2022.2
2022-12-17 15:43:41 +01:00
Marcel
f154c2ddc8
Merge pull request #222 from marhali/changelog-update-v4.4.0
...
Changelog update - `v4.4.0`
2022-12-17 14:57:25 +01:00
GitHub Action
2558800870
Changelog update - v4.4.0
2022-12-17 13:46:26 +00:00
Marcel
0797eb94ba
Merge pull request #212 from marhali/next
...
Next (4.4.0)
2022-12-16 18:03:09 +01:00
marhali
fd47de4679
prepare minor release
2022-12-07 22:05:28 +01:00
marhali
414d413434
restructure form actions
...
Resolves #199
2022-12-07 21:41:26 +01:00
marhali
f53b867713
document changes
2022-12-07 20:06:24 +01:00
marhali
212a95297c
Merge remote-tracking branch 'origin/main' into next
2022-12-07 20:00:56 +01:00
Marcel
dbd0470b35
Merge pull request #211 from marhali/changelog-update-v4.3.1
...
Changelog update - `v4.3.1`
2022-12-07 20:00:15 +01:00