Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
mrolappe
Follow
New posts
New posts and comments
Total activity
336
Last activity
May 25, 2022 19:43
Member since
October 02, 2020 09:00
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
328
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
December 26, 2021 10:31
Any update? Or a hint/link to other documentation/support?
Community
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] textfield binding not working
0 votes
Created
December 23, 2021 18:23
You did not ask a specific question but it sounds like Annotator is what you are looking for. See https://plugins.jetbrains.com/docs/intellij/syntax-highlighting-and-error-highlighting.html#annotat...
Community
IntelliJ IDEA Open API and Plugin Development
Create line marking for a specific line based on the specific PSIElement in my custom plugin
0 votes
Created
December 08, 2021 16:08
Let me know, if you need anything else for diagnosing the problem.
Community
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] textfield binding not working
0 votes
Created
December 08, 2021 12:03
You do not write that class yourself. As you already cited it is generated from the grammar (Simple.bnf). After proceding as described in section https://plugins.jetbrains.com/docs/intellij/grammar...
Community
IntelliJ IDEA Open API and Plugin Development
How to write a language.psi.SimpleTypes?
0 votes
Edited
December 06, 2021 21:42
Here is the VamosSettingsEditor code: class VamosSettingsEditor : SettingsEditor<VamosRunConfiguration>() { var vamosPath = "" override fun createEditor(): JComponent { return panel { ...
Community
IntelliJ IDEA Open API and Plugin Development
[Kotlin UI DSL] textfield binding not working
0 votes
Edited
November 23, 2021 18:03
Hej there, might be due to missing extensions attribute on your fileType element. <fileType name="Lineage File" extensions="lineage" implementationClass="my.package.LineageFileType"/>
Community
IntelliJ IDEA Open API and Plugin Development
New FileType is ignored in most cases in InteliJ Plugin
1 vote