Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Welch
Total activity
30
Last activity
April 03, 2018 14:32
Member since
May 14, 2016 03:30
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
7
Activity overview
Posts (6)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
November 28, 2017 18:37
is this what you needed?
Community
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 votes
Created
November 28, 2017 18:37
Community
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 votes
Created
October 19, 2017 17:15
Thanks! That worked nicely. I just added one blank character to the lookup element presentation's tail-text. This ultimately seemed easier than subclassing and I don't see any observable downside.
Community
IntelliJ IDEA Open API and Plugin Development
Keeping completion list open on an exact single match
0 votes
Created
January 25, 2017 16:45
Ah! So I think I finally figured this out. The trick was to implement autopopup (as follows): public boolean invokeAutoPopup(@NotNull PsiElement position, char typeChar) { return typeChar == ':'...
Community
IntelliJ IDEA Open API and Plugin Development
completion contributor trigger
0 votes
Created
January 24, 2017 23:38
Hmm, still am having a lot of trouble with the pattern. The problem is, I can't get ANY patterns which don't start with letters to trigger this thing... What in the world could I be doing wrong her...
Community
IntelliJ IDEA Open API and Plugin Development
completion contributor trigger
0 votes
Created
October 06, 2016 21:48
Ah! I see. I was running an older version of the IDE and EditorColorsManager#TOPIC is fairly new addition! I've updated and it is indeed working as you said it would--with the code you suggested. T...
Community
IntelliJ IDEA Open API and Plugin Development
update font in custom panel when changed in colors and fonts..
0 votes
Created
October 06, 2016 19:05
Hmm, Just to clarify, here's the code that I have in placeright now: EditorColorsManager.getInstance().addEditorColorsListener(new EditorColorsListener() { @Override public void globalSchemeC...
Community
IntelliJ IDEA Open API and Plugin Development
update font in custom panel when changed in colors and fonts..
0 votes
Created
October 06, 2016 17:44
Hm, it appears globalSchemeChange only fires when the global scheme changes (duh) but not for normal font changes... So perhaps there really isn't a good way to adjust font on custom panels whenev...
Community
IntelliJ IDEA Open API and Plugin Development
update font in custom panel when changed in colors and fonts..
0 votes
Created
May 17, 2016 13:45
Thanks! I'll definitely take a look at the suggestions in a day or two.
Community
IntelliJ IDEA Open API and Plugin Development
How to navigate to custom side panel UI by clicking on a gutter icon
0 votes
Created
May 14, 2016 04:23
Ah,so I'm thinking maybe getPopupMenuActions() in GutterIconRenderer might be what I'm looking for... I'll update this if I make some progress (though maybe it's not "the right way" to approach th...
Community
IntelliJ IDEA Open API and Plugin Development
How to navigate to custom side panel UI by clicking on a gutter icon
0 votes
«
First
‹
Previous