Jb

- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
Jb 创建了一个帖子, 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 创建了一个帖子, 已回答JAXB-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 创建了一个帖子, 已回答Using 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 创建了一个帖子, 已回答Getting 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...