Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-08Add plugin zip to publish artifactsMatthias Villiger2-12/+13
2020-06-08Add documentation for TranslationStoreStackLoaderMatthias Villiger1-0/+33
2020-06-05Code cleanupMatthias Villiger2-10/+10
2020-06-04NLS Editor: Add button to create a new text in primary text serviceMatthias Villiger2-6/+26
2020-06-04Remove obsolete import statementMatthias Villiger1-1/+0
2020-06-03Code cleanupMatthias Villiger5-82/+87
2020-06-03Code cleanupMatthias Villiger1-2/+6
2020-06-03Fix hellojs archetypeMatthias Villiger6-37/+49
2020-06-02Move declaringType() method from IType to IMemberMatthias Villiger20-38/+42
2020-05-29Add edit translation dialog and context menu for tableMatthias Villiger7-265/+427
2020-05-29Only include necessary artifacts in IntelliJ pluginMatthias Villiger1-5/+4
2020-05-28Compatibility with IntelliJ 2020.2Matthias Villiger8-13/+16
2020-05-28Upgrade to Gradle 6.4.1Matthias Villiger5-2/+15
2020-05-28Allow translation patterns to be extended with custom patternsMatthias Villiger14-95/+139
2020-05-27Simplify @ClassId cacheMatthias Villiger4-165/+134
2020-05-26Set org.gradle.jvm.version variant to 1.8Matthias Villiger1-6/+11
2020-05-26Add NLS support for IntelliJMatthias Villiger122-1470/+5784
2020-05-13Improve performance and stability of quick fixesMatthias Villiger3-50/+22
2020-05-05Merge remote-tracking branch 'remotes/origin/releases/9.0.x' into releases/10.0Michael Rudolf2-0/+21
2020-05-05Merge remote-tracking branch 'remotes/origin/releases/8.0.x' intoMichael Rudolf0-0/+0
2020-05-05Merge remote-tracking branch 'remotes/origin/releases/7.0.x' intoHEADreleases/8.0.xMichael Rudolf0-0/+0
2020-05-05Merge remote-tracking branch 'remotes/origin/releases/6.1.x' intoreleases/7.0.xMichael Rudolf0-0/+0
2020-05-01Write documents instead of binary files during transaction commitMatthias Villiger16-140/+168
2020-04-30Add new keyword of Java 14 record preview featureMatthias Villiger1-1/+1
2020-04-30Improve model concurrency capabilitiesMatthias Villiger29-203/+415
2020-04-30Add kotlin-reflect dependencyMatthias Villiger2-1/+4
2020-04-30Backtick support for translation queriesMatthias Villiger28-408/+1240
2020-04-29Name retrieval of PsiClass requires read lockMatthias Villiger1-3/+5
2020-04-28Handle situation when platform enters dumb mode unexpectedlyMatthias Villiger4-30/+78
2020-04-28SourceState: Add backtick support for EcmaScriptMatthias Villiger2-106/+250
2020-04-28Improve performance of duplicate @ClassId value inspectionMatthias Villiger13-119/+468
2020-04-28Startup & shutdown fixesMatthias Villiger9-95/+32
2020-04-26Commit Psi documents only on successMatthias Villiger1-6/+28
2020-04-26Do not log empty debug messagesMatthias Villiger1-1/+4
2020-04-26Add log for duplicate @ClassId inspection durationMatthias Villiger1-0/+3
2020-04-26Add debug log for async errorsMatthias Villiger1-0/+1
2020-04-26Minor code cleanupMatthias Villiger1-1/+1
2020-04-26Update & cleanup dependenciesMatthias Villiger17-209/+248
2020-04-25NLS support for web modules: resolve full translations not only keysMatthias Villiger79-542/+982
2020-04-24Fix simpleArtifactNameMatthias Villiger3-6/+13
2020-04-23Classpath creation: never change case of filenamesMatthias Villiger1-17/+9
2020-04-23NLS tests need source to parse TextProviderServicesMatthias Villiger2-0/+14
2020-04-23NLS tests need source to parse TextProviderServicesMatthias Villiger2-2/+16
2020-04-23Fix test by using a custom annotation instead of relying on the Java RTMatthias Villiger7-46/+32
2020-04-23Missing translations: skip findings in comments and literalsMatthias Villiger10-110/+840
2020-04-22Support multiple transaction members for the same fileMatthias Villiger2-8/+53
2020-04-22Fix testMatthias Villiger2-1/+3
2020-04-22Adapt inspectionsMatthias Villiger29-42/+4
2020-04-22Missing translation query: respect UiTextContributorsMatthias Villiger62-646/+1784
2020-04-21Add access methods for UniqueId providersMatthias Villiger2-5/+22

Back to the top