Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gabriele
Total activity
4
Last activity
October 12, 2024 09:35
Member since
October 07, 2024 08:10
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (0)
Comments (2)
Gabriele
commented,
October 12, 2024 09:34
I had the same problem and wondered how the debugger does it. Apparently by not using LanguageTextField:class CustomLanguageTextField( project: Project, language: Language, text: String...
Community
IntelliJ IDEA Open API and Plugin Development
Using a LanguageTextField in a Preferences dialog - Tab key issue
0 votes
Gabriele
commented,
October 07, 2024 08:10
This seems to work in 2024.2.3 for Java, but not Kotlin.If I initialize LanguageTextField with JavaLanguage.INSTANCE everything works as I'd expect, but if I use KotlinLanguage.INSTANCE the IDE can...
Community
IntelliJ IDEA Open API and Plugin Development
How can LanguageTextField achieve automatic prompts and syntax checking for external classes?
0 votes