Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Wölk
Total activity
161
Last activity
October 14, 2024 14:50
Member since
June 16, 2016 13:19
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
37
Activity overview
Posts (32)
Comments (87)
Sort by recent activity
Recent activity
Votes
Created
August 27, 2023 20:54
No this is not under my control and it happens not often. sometime if you switch the project than it can happen. the value is coming from PersistentStateComponent: @com.intellij.openapi.components....
Community
IntelliJ IDEA Open API and Plugin Development
User of my Plugin gets Exception on start while trying to load state
0 votes
Created
August 27, 2023 20:42
I do get managed to get the error of the beginning: the plugin can be startet though. but this is such a flow-killer. please invent anything which avoid such errors. i want to develop something and...
Community
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 votes
Edited
August 27, 2023 20:15
After switching to Ultimate my project shows projectListeners red again. there is really no reason why, because the last time as i leaved the project everthing was fine. this is really annoying. af...
Community
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 votes
Created
July 29, 2023 21:30
Do you mean to look for the component i want to adjust, recreate with my adjustments and replace it entirely?
Community
IntelliJ IDEA Open API and Plugin Development
Put a Icon (with action) in front of any Text-Input (Like Search/Replace or Commit-Message)
0 votes
Created
April 25, 2023 12:52
Thanks for the links. I think this isnt a very specific question. The question is basically: "How to create a JList which looks like a native intellij Component" (or similar). I think this is somet...
Community
IntelliJ IDEA Open API and Plugin Development
Recreate BranchesTreeComponent
0 votes
Created
April 24, 2023 21:06
Yes i already thought so. I am currently trying to rebuilding this panel by creating a JBList and just want to match the look and feel of JetBrains UI. The Documentation do not cover that part (htt...
Community
IntelliJ IDEA Open API and Plugin Development
Recreate BranchesTreeComponent
0 votes
Created
April 15, 2023 10:05
Still red. gradle -vWelcome to Gradle 8.1!Here are the highlights of this release: - Stable configuration cache - Experimental Kotlin DSL assignment syntax - Building with Java 20For more details ...
Community
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 votes
Edited
April 13, 2023 19:43
import org.jetbrains.changelog.Changelogimport org.jetbrains.changelog.markdownToHTMLfun properties(key: String) = project.findProperty(key).toString()fun environment(key: String) = providers.envir...
Community
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 votes
Created
April 11, 2023 10:04
Hi, what exactly do you need?
Community
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 votes
Edited
April 10, 2023 16:02
ToolWindowManager toolWindowManager = com.intellij.openapi.wm.ToolWindowManager.getInstance(myProject); ToolWindow toolWindow = toolWindowManager.getToolWindow("NameOfToolWindow"); i...
Community
IntelliJ IDEA Open API and Plugin Development
ToolWindow with Tabs & Outdated Docs/Examples
0 votes
«
First
‹
Previous
Next
›
Last
»