75 Commits

Author SHA1 Message Date
Marcel Haßlinger
94d63b88d3 add builtin translation builder 2021-11-04 10:15:34 +01:00
Marcel Haßlinger
15db7423ed deprecate legacy files 2021-11-04 10:15:09 +01:00
Marcel Haßlinger
356038f987 create new interface for io operations 2021-11-03 11:07:04 +01:00
Marcel Haßlinger
d2d8ef4cb4 optimize javadoc 2021-11-03 11:06:28 +01:00
Marcel Haßlinger
594fc82be7 implement new translation data holder with optimized tree structure 2021-11-02 16:45:39 +01:00
Marcel Haßlinger
2b36b355e4 introduce new event system bus 2021-11-02 16:43:13 +01:00
Marcel Haßlinger
91c9ab1496 fix import 2021-11-02 16:42:09 +01:00
Marcel Haßlinger
970688d179 move into service package 2021-11-02 16:41:38 +01:00
Marcel Haßlinger
befdea277b deprecate legacy data system 2021-11-02 16:41:02 +01:00
Marcel Haßlinger
de88d0d96c extend plugin settings to include key sorting and nesting 2021-11-01 14:38:48 +01:00
Marcel Haßlinger
9392b4f2ab Fix npe if path prefix is undefined. Resolves #57 2021-09-23 22:40:38 +02:00
Marcel Haßlinger
562266f9c0 add translation key referencing inside editor 2021-09-22 11:50:11 +02:00
Marcel Haßlinger
45cae6e7ae fix translation file pattern configuration #46 2021-09-21 16:18:07 +02:00
Marcel Haßlinger
c9139f2cf8 optimize key shrinking and suggestion 2021-09-21 14:57:34 +02:00
Marcel Haßlinger
8bbd2698d2 add simple array support for yaml locale files 2021-09-21 11:42:05 +02:00
Marcel Haßlinger
c75a49cae0 add path-prefix support 2021-09-19 22:01:42 +02:00
Marcel Haßlinger
3f09556d1d rename prefix to path-prefix 2021-09-19 22:00:26 +02:00
sunarya-thito
3542110383 No longer show completion on non-sense places 2021-09-14 22:48:20 +07:00
sunarya-thito
0fc8f36fe9 Limit prefix length 2021-09-14 22:18:22 +07:00
sunarya-thito
870720313c Fixed dot suffix 2021-09-14 19:11:15 +07:00
sunarya-thito
d82206480e Fixed non-prefix path 2021-09-14 19:05:04 +07:00
sunarya-thito
d61cd57979 Better prefix support 2021-09-14 18:53:50 +07:00
sunarya-thito
7b8d50f5fa Added YAML support and prefix support for completions 2021-09-14 11:38:29 +07:00
Marcel Haßlinger
7cf86e1345 fix order for setting target component 2021-07-28 11:41:54 +02:00
Marcel Haßlinger
83b42679e0 fix warning for unset target 2021-07-28 11:33:58 +02:00
Marcel Haßlinger
5a5fa2cfd7 add support for platform version 2021.2 2021-07-28 11:31:03 +02:00
Marcel Haßlinger
dff48382c2 add basic support for json array values 2021-07-20 10:42:27 +02:00
Marcel Haßlinger
17370fe359 add settings option to opt-out code assistance service 2021-07-19 20:03:46 +02:00
Marcel Haßlinger
6f4f6aa92a add kotlin support for key completion and modularize completion providers 2021-07-19 15:59:45 +02:00
Marcel Haßlinger
6c0a0c21ce add documentation 2021-07-19 15:45:45 +02:00
Marcel Haßlinger
151b324564 use new unified method to create annotations 2021-07-19 15:42:42 +02:00
Marcel Haßlinger
72beddda6e add kotlin specific key annotator 2021-07-19 15:40:15 +02:00
Marcel Haßlinger
0618b4686f move ui packages into root folder 2021-07-19 15:00:59 +02:00
Marcel Haßlinger
adea81704b define optional dependency on kotlin plugin 2021-07-19 14:59:11 +02:00
Marcel Haßlinger
510134440f declare dependency on com.intellij.modules.platform 2021-07-19 14:42:15 +02:00
Marcel Haßlinger
d872f3e89a Support multiple opened projects 2021-05-26 16:43:54 +02:00
Marcel Haßlinger
a8b6938ac9 Synchronize tool window after first initialization 2021-05-26 16:41:55 +02:00
Marcel Haßlinger
a3f6545fea Load translations via data store to ensure that data will be loaded without an opened ui 2021-05-26 11:28:28 +02:00
Marcel Haßlinger
52d5aed000 Fix npe if translation is unknown 2021-05-25 17:08:29 +02:00
Marcel Haßlinger
5e922512fb Always load translations after singleton initialization to ensure that data is loaded 2021-05-25 16:54:32 +02:00
Marcel Haßlinger
f3795eacee Scroll to created / edited translation inside Tree-/Table-View 2021-05-25 16:45:26 +02:00
Marcel Haßlinger
584b9e190f Synchronize correct translations instance 2021-05-25 11:38:50 +02:00
Marcel Haßlinger
9a887d9a1f Add annotation to require not null instance 2021-05-25 11:36:38 +02:00
Marcel Haßlinger
2090167399 Always synchronize ui with loaded state by reloadFromDisk function 2021-05-25 11:34:30 +02:00
Marcel Haßlinger
31bd21bb06 Properly escape/unescape strings and sort properties files
For more information see issue #10
2021-05-15 22:41:17 +02:00
Marcel Haßlinger
63164a94a4 Fix exception on key completion / annotation
Now using builtin project getters. This should avoid null calls.
2021-05-14 14:58:33 +02:00
Marcel Haßlinger
7e69767ade Optimize information for nested objects 2021-04-25 22:00:39 +02:00
Marcel Haßlinger
d336b31b50 Add translation key annotation 2021-04-25 21:54:13 +02:00
Marcel Haßlinger
4280ee9806 Expand tree on search 2021-04-25 21:21:52 +02:00
Marcel Haßlinger
62a809b514 Finalize i18n key completion feature 2021-04-25 21:16:59 +02:00