Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
marco rolappe
Total activity
914
Last activity
January 30, 2025 19:37
Member since
October 02, 2020 09:00
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
887
Activity overview
Posts (3)
Comments (21)
Sort by recent activity
Recent activity
Votes
Edited
February 22, 2024 07:15
Hej there,the PSI Viewer can show you the block structure that was built for formatting. That should at least help you investigate the problem.
Community
IntelliJ IDEA Open API and Plugin Development
Indentation after pressing enter in Custom Language in Intellij
0 votes
Created
December 23, 2023 12:20
Hej Pavel,great, I am glad that it works for you and that I could help.I am not sure about the file template icon issue. My assumption is that it is simply derived from the ‘base type’ (inferred fr...
Community
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
0 votes
Created
October 13, 2023 08:55
I think what you are looking for is inlay hints: https://plugins.jetbrains.com/docs/intellij/inlay-hints.html
Community
IntelliJ IDEA Open API and Plugin Development
Java code embedded in custom jpanel
0 votes
Edited
August 23, 2023 09:36
Hi there, have you tried using the UI inspector? You can e.g. click one of the buttons in the hover pane in combination with the keys defined for the action and it will show you all the necessary i...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to add custom buttons to the editor using a plugin?
0 votes
Created
November 11, 2022 13:28
Have you tried using the UI Inspector for determining the component?
Community
IntelliJ IDEA Open API and Plugin Development
What is the SDK selector component
0 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
«
First
‹
Previous