Daniel Welch
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Created package confusion with Intellij 2017.2.6
AnsweredNot 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... -
Created 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... -
Edited 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... -
Created update font in custom panel when changed in colors and fonts..
AnsweredSo 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... -
Created 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... -
Created How to navigate to custom side panel UI by clicking on a gutter icon
AnsweredWhat 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...