Michal Wrobel

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 21
- Subscriptions 5
-
-
Michal Wrobel created a post, AnsweredHow 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 created a post, AnsweredHow 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 created a post, Answeredjava.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 commented, -
Michal Wrobel commented, -
Michal Wrobel created a post, 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...