Wibrach
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to add icon to linemarker?
AnsweredHello, followed this tutorial https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/line_marker_provider.html. i created my class for my marker, but when and where i need t... -
Created How can i get class instance from plugin?
Hello, i am trying to build plugin for IntelliJ, my plugin is working with JUnit. Plugin need execute tests in runtime, but for running test i need to get access into project .class files, because ...