Michal Wrobel
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 21
- 订阅数 5
-
-
Michal Wrobel 创建了一个帖子, 已回答How to create an inline completion that can be accepted on Tab
Hi all. I'm working on a IntelliJ plugin and trying to create an inline completion suggestion that gets generated after a shortcut. The functionality should very much resemble the one from the inli... -
Michal Wrobel 创建了一个帖子, 已回答How to get Diff from two files using git4idea dependency
As straightforward as this question may appear I haven't found a way to get a simple Diff between two files using git4idea. What i'm trying to achieve is:VirtualFile root = gitRepository.getRoot();... -
-
Michal Wrobel 创建了一个帖子, 已回答java.lang.ClassNotFoundException: git4idea.GitUtil although it's properly defined in the build.gradle.kts
Hi all. After reading https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html#1-locating-plugin-id-and-preparing-sandbox and https://intellij-support.jetbrains.com/hc/en-us/community/p... -
Michal Wrobel 进行了评论, -
Michal Wrobel 进行了评论, -
Michal Wrobel 创建了一个帖子, How to create a separate instances of components contained in a plugin for every opened IntelliJ window?
Hi all,im writing a plugin consisting of a tool window with a simple chat functionality. It contains an input area (ui.swing.TextField) and a JTextPane with the chat history. The problem that I'm f...