Jb

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Jb created a post, Getting current Editor colors (e.g. color of quoted strings)
Hello,within my plugin, I would like to programmatically get colors that are used in the current scheme in editor.Just for example, I would like to get the current editor color for quoted strings i... -
-
-
Jb created a post, AnsweredJAXB-runtime lib in IntelliJ Plugin
Hello,I'm struggling with the use of JAXB in my IntelliJ plugin. The short version: I think my problem is how to properly include a runtime-only library in my plugin.In more detail:In the instantia... -
Jb created a post, AnsweredUsing search/find dialogs
Hello,in my plugin, I would like to search in my internal list of Strings. It is not part of an editor tab. I would especially like to reuse the GUI for searching (Cmd+F in editor tab), and not im... -
Jb commented, -
-
-
Jb created a post, AnsweredGetting full process output in listener
Hello,In my IntelliJ plugin I want to grab the output done by processes running in IntelliJ. I add a ProcessListener to the ProcessHandler and in onTextAvailable I get the output. But for output th...