Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Deniswsrosa
Total activity
18
Last activity
June 13, 2023 15:20
Member since
December 07, 2018 17:37
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (6)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
June 13, 2023 15:20
Hi Karol Lewandowski! I'm building a plugin to edit documents from a document database. So the user can click on the JSON document and edit it in the editor (it is just way easier to do that VS run...
Community
IntelliJ IDEA Open API and Plugin Development
Listen to the "save" event of an in-memory VirtualFile
0 votes
Created
June 13, 2023 13:59
thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Is there a listener for when the Plugin is installed?
0 votes
Created
June 03, 2023 18:30
Sorry, I don't fully understand your answer. I'm building my plugin in java. Is there an event that I can listen to?
Community
IntelliJ IDEA Open API and Plugin Development
Is there a listener for when the Plugin is installed?
0 votes
Created
May 19, 2023 13:28
found the issue, you need to call : myEditor.getContentComponent().requestFocusInWindow(); after you add the editor to the JPanel
Community
IntelliJ IDEA Open API and Plugin Development
Why TextEditor is in read-only?
0 votes
Created
May 17, 2023 12:40
That works. Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 votes
Created
June 25, 2019 14:14
Hi Yann, In summary, I want to write a "fake live coding plugin" where the user can fake that he is typing something on Intellij and it will ignore what is being wriiten in some cases and copy fr...
Community
IntelliJ IDEA Open API and Plugin Development
Changing the character returned with TypedHandlerDelegate
0 votes