User1234

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Plugin signing not working pemObject must not be null
AnsweredI 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... -
Created ProblemsListener Interface not working for all Problems shown in Problems Pane (Typo, Grammar)
AnsweredHey, 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... -
Created How to use InlayModel.addBlockElement to have multiline text
AnsweredHello, 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...