主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Michael Wölk
活动总数
161
最后的活动
2024年10月14日 14:50
成员加入日期
2016年06月16日 13:19
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
37
活动概览
帖子(32)
评论(87)
按最近的活动排序
最近的活动
投票数
创建于
2023年08月27日 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....
社区
IntelliJ IDEA Open API and Plugin Development
User of my Plugin gets Exception on start while trying to load state
0 票
创建于
2023年08月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 票
已编辑于
2023年08月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 票
创建于
2023年07月29日 21:30
Do you mean to look for the component i want to adjust, recreate with my adjustments and replace it entirely?
社区
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 票
创建于
2023年04月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Recreate BranchesTreeComponent
0 票
创建于
2023年04月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Recreate BranchesTreeComponent
0 票
创建于
2023年04月15日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 票
已编辑于
2023年04月13日 19:43
import org.jetbrains.changelog.Changelogimport org.jetbrains.changelog.markdownToHTMLfun properties(key: String) = project.findProperty(key).toString()fun environment(key: String) = providers.envir...
社区
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 票
创建于
2023年04月11日 10:04
Hi, what exactly do you need?
社区
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 票
已编辑于
2023年04月10日 16:02
ToolWindowManager toolWindowManager = com.intellij.openapi.wm.ToolWindowManager.getInstance(myProject); ToolWindow toolWindow = toolWindowManager.getToolWindow("NameOfToolWindow"); i...
社区
IntelliJ IDEA Open API and Plugin Development
ToolWindow with Tabs & Outdated Docs/Examples
0 票
«
第一页
‹
上一页
下一页
›
最后
»