User1234

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
User1234 commented, -
-
-
-
User1234 commented, -
User1234 created a post, AnsweredPlugin signing not working pemObject must not be null
I tried to setup plugin signing as shown here: https://plugins.jetbrains.com/docs/intellij/plugin-signing.html#signing-methods I have also seen this thread: https://intellij-support.jetbrains.com/h... -
-
User1234 created a post, AnsweredProblemsListener Interface not working for all Problems shown in Problems Pane (Typo, Grammar)
Hey, i implement the ProblemsListener Interface but the problemAppeared method is not invoked for all Problems shown in the Problems Pane, typos and grammar errors do not trigger the problemAppeare... -
User1234 created a post, AnsweredHow to use InlayModel.addBlockElement to have multiline text
Hello, i have a very hard time figuring out how to properly use InlayModel.addBlockElement. I want automatic multiline text splitting if the text is to long. I have implemented EditorCustomElementR...