Daniel Welch
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 package confusion with Intellij 2017.2.6
已回答Not totally sure if this is the right forum for this question, but since I'm attempting to add a module to the intellij-community source it probably fits. Anyways, so I have the project opened alre... -
创建于 Keeping completion list open on an exact single match
I'm trying to write a "MathSymbolCompletionContributor" that gets a triggered autopop when someone types a '\'. This works so far. The problem is when I type in a short command like "AA" the comple... -
已编辑于 completion contributor trigger
Hi, I'm trying to get symbol completions working. For example, I want a user to be able to type in a ':' and have the `addCompletions(..)' method trigger. So of course I've extended CompletionContr... -
创建于 update font in custom panel when changed in colors and fonts..
已回答So here's the deal: I have this custom JPanel that I added in a ToolWindow -- all is well there. The panel holds a JTree component that I populate with some nodes. However, I'd like the font for th... -
创建于 animated gutter and actiongroup icons
Hi all, apologies if this question becomes too long or overly complicated. Just trying to figure out if I'm even in the right ballpark with all this -- and if it's even feasible this way. I'm tryin... -
创建于 How to navigate to custom side panel UI by clicking on a gutter icon
已回答What I want to do is allow users to click a custom icons appearing in the gutter -- and have a clickable sub-menu pop up (kind of like a tooltip, only interactive). These gutter icons should only a...