Commit Graph

58 Commits

Author SHA1 Message Date
Toshiaki Kameyama 9aaba8c759 Structure view: add visibility filter for class properties
#KT-38276 Fixed
2020-06-01 21:42:03 +09:00
Mikhail Zarechenskiy 7ec8716d65 Introduce HTML redenred version for compatibility warning 2020-06-01 10:19:36 +03:00
Dmitry Gridin ab07fa5f6c i18n: fix IdeaModuleInfos
#KT-37483
2020-03-30 14:58:32 +07:00
Dmitry Gridin 986bc3fb8f i18n: update bundle in idea-analysis
#KT-37483
2020-03-30 14:58:27 +07:00
Dmitry Gridin 871a6caddb i18n: remove duplication in IdeErrorMessages
#KT-37483
2020-03-30 14:58:26 +07:00
Dmitry Gridin 54a3d8e3ad i18n: update bundle for KotlinSuppressableWarningProblemGroup
#KT-37483
2020-03-30 14:58:25 +07:00
Dmitry Gridin 297a443fe4 i18n: fix name/displayedName for ModuleInfo
#KT-37483
2020-03-30 14:58:25 +07:00
Dmitriy Dolovov f46fc7d848 IDE: Fix i18n for KlibMetaFileType 2020-03-23 15:39:33 +07:00
Dmitry Gridin 3c812c1ad1 i18n: update bundle for IdeErrorMessages 2020-03-16 18:40:52 +07:00
Dmitry Gridin 1b9bb77b2f i18n: fix tests 2020-03-16 18:40:51 +07:00
Dmitry Gridin 4a7160b51a i18n: update bundle for idea-analysis 2020-03-16 18:40:50 +07:00
Dmitry Gridin 5bd44b73b2 i18n: fix bundle location 2020-03-16 18:40:50 +07:00
Dmitry Gridin c1dc72e677 i18n: add bundle for idea/intentions 2020-03-16 18:40:50 +07:00
Dmitry Gridin a3defb300a i18n: fix tests 2020-03-16 18:40:50 +07:00
Dmitry Gridin e42bec8ea2 i18n: fix text 2020-03-16 18:40:49 +07:00
Dmitry Gridin 0a3e577b6c i18n: add bundle for idea/inspections 2020-03-16 18:40:49 +07:00
Dmitry Gridin 76ac4ffb96 i18n: add bundle for idea/inspections/* 2020-03-16 18:40:49 +07:00
Dmitry Gridin 3035477e0c i18n: add bundle for idea/codeInsight 2020-03-16 18:40:49 +07:00
Dmitry Gridin 4eb50ed17c i18n: add bundle for idea/actions 2020-03-16 18:40:49 +07:00
Dmitry Gridin 1af8553360 i18n: add bundle for idea/quickfix 2020-03-16 18:40:48 +07:00
Dmitry Gridin 07861fdc6f i18n: add bundle for idea/quickfix/* 2020-03-16 18:40:48 +07:00
Dmitry Gridin a6269004c5 i18n: add bundle for idea/refactoring/ui 2020-03-16 18:40:48 +07:00
Dmitry Gridin a589d8869b i18n: add bundle for idea/refactoring/safeDelete 2020-03-16 18:40:48 +07:00
Roman Golyshev c3cbcc0842 i18n: move all kotlin bundles to resources/messages directories 2020-03-16 18:40:47 +07:00
Roman Golyshev 1dded486f1 i18n: fix bundle messages/testData messages where necessary 2020-03-16 18:40:47 +07:00
Roman Golyshev e1cb561398 i18n: add bundle for idea/refactoring/rename
- Modify `text.parameter` value to `Parameter`;
use `text.parameter.0` in previous usages
- Add @Nls and @NonNls annotations to few places
2020-03-16 18:40:47 +07:00
Roman Golyshev 4fc76e25a8 i18n: add bundle for idea/refactoring/pushDown 2020-03-16 18:40:47 +07:00
Roman Golyshev 37e1333fe1 i18n: add bundle for idea/refactoring/pullUp
- Add @NonNls to used methods from `KtPsiFactory`
2020-03-16 18:40:47 +07:00
Roman Golyshev 73de63cefc i18n: add bundle for idea/refactoring/move 2020-03-16 18:40:47 +07:00
Roman Golyshev 93493bdc09 i18n: add bundle for idea/refactoring/memberInfo 2020-03-16 18:40:47 +07:00
Dmitry Gridin 94d10c7c63 i18n: move to KotlinBundle 2020-03-16 18:40:46 +07:00
Dmitry Gridin 20ec600e2d i18n: add bundle for idea/highlighter 2020-03-16 18:40:44 +07:00
Yan Zhulanow 040204e36e i18n: Internationalize part of the 'idea' module 2020-03-16 18:40:44 +07:00
Dmitry Gridin fff9ab5ac3 i18n: add bundle for idea/findUsages 2020-03-16 18:40:43 +07:00
Dmitry Gridin 2da27a9e6a i18n: add bundle for idea/configuration 2020-03-16 18:40:43 +07:00
Yan Zhulanow 7a40274b71 i18n: Unify string naming in KotlinBundle 2020-03-16 18:40:42 +07:00
Yan Zhulanow 4cc19d3fda i18n: Add bundle for idea-jvm 2020-03-16 18:40:42 +07:00
Yan Zhulanow 830c7cef07 i18n: Add bundle for JVM debugger (evaluation) 2020-03-16 18:40:42 +07:00
Yan Zhulanow 7f80fb8b98 i18n: Add bundle for JVM debugger (coroutine) 2020-03-16 18:40:42 +07:00
Yan Zhulanow e0d5607fcd i18n: Add bundle for JVM debugger (core) 2020-03-16 18:40:41 +07:00
Dmitry Gridin 3aa97643f5 i18n: add bundle for idea-core 2020-03-16 18:40:40 +07:00
Roman Golyshev f29e665dce Add "ML completion for Kotlin" experimental feature checkbox
- This checkbox should be shown only in IDEA >= 193 and should not
be shown in AS
- ML completion is enabled with `CompletionMLRankingSettings`, which
resides in `com.intellij.stats.completion` plugin that is bundled by
default
  - The `<depends>` section is required to be able to use classes from
  this plugin inside Kotlin plugin
- `CompletionMLRankingSettings` have package-private setter for enabling
ranking completion, so we have to use reflection to enable it (it will
probably change in the future)
2020-03-13 18:09:32 +03:00
Vladimir Dolzhenko 7e832e50ac Move copy/paste resource bundles to Kotlin
#KT-36877 #EA-224686 Fixed
2020-02-20 14:06:11 +01:00
Vladimir Ilmov 7efb32628e [Highlight] Fix for coloring annotation attributes in Kotlin
#KT-36156 Fixed
2020-02-20 11:51:42 +01:00
Vladimir Ilmov 4ff8acf5d7 POC coroutine panel removed 2020-01-15 14:02:05 +01:00
Vladimir Ilmov 61c5ef61cc [coroutine][debugger] refactoring being done
X-view approach added for review, thread groups added
2020-01-14 10:14:55 +01:00
Vladimir Ilmov ab3f9586b3 Suspend function calls highlighting added.
'If' highlighting fixed at settings sample area.

 #KT-27496 Fixed
2019-11-14 08:07:56 +03:00
Vladimir Ilmov e2b91cfec7 Properties with custom property declarations highlighting rule.
Added support for package and class-level properties with custom PD.
Java syntethic extensions are ignored from this rule.

 #KT-30806 Fixed
2019-11-08 17:58:49 +03:00
Vladimir Ilmov 9fb95e776e [HIGHLIGHT] Specific keyword rules for val,var highlighting.
'Kotlin keyword' rule configured as fallback rule for all Kotlin keywords:
- Created 'var'/'val' rules with fallback to 'Kotlin keyword'
- BUILTIN_ANNOTATION rule fallback changed from Java to 'Kotlin keyword'

 #KT-13344 Fixed
2019-11-07 18:48:59 +03:00
Roman Golyshev 870dbd158c KT-28910: Add tooltips for toolbar checkboxes in .kts scratch editor
- make `ScratchFileAutoRunner.AUTO_RUN_DELAY_IN_SECONDS` public
- remove `Show preview only` mode button from the toolbar
- ^KT-28910 Fixed
2019-09-04 10:56:41 +03:00