Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Scott Wells
Total activity
282
Last activity
January 12, 2023 14:43
Member since
January 25, 2016 00:45
Following
0 users
Followed by
0 users
Votes
18
Subscriptions
67
Activity overview
Posts (51)
Comments (146)
Sort by recent activity
Recent activity
Votes
Created
February 11, 2016 17:02
Just thought I'd bump this in case it's possible now. This is something my users have been requesting regularly and I'd prefer to use core plugin SDK features rather than have to roll my own if pos...
Community
IntelliJ IDEA Open API and Plugin Development
How to create filtered ConsoleView?
0 votes
Created
February 12, 2016 15:47
Okay, I went ahead and implemented my own reusable component with a filter toolbar above a console view that basically implements the primary interface of ConsoleView (print(), printHyperlink(), cl...
Community
IntelliJ IDEA Open API and Plugin Development
How to create filtered ConsoleView?
0 votes
Created
January 25, 2016 10:38
Perfect. Thanks, Alexander!
Community
IntelliJ IDEA Open API and Plugin Development
FileBasedIndex.getAllKeys filtered by module scope
0 votes
Created
April 25, 2016 15:54
Check out the consoleFilterProvider extension point. You'll want to create a Result with an OpenFileHyperlinkInfo based on the pattern that should be hyperlinked and the target of that link. I kn...
Community
IntelliJ IDEA Open API and Plugin Development
Display URL as hyperlink in "Messages" panel
0 votes
Created
March 21, 2016 02:23
I'll throw in my own $0.02. Like Colin, I've had a few discussions with JetBrains folks around this particular topic and am very interested in what comes of it in the future. Right now I already h...
Community
IntelliJ IDEA Open API and Plugin Development
Distribute and Monetize IntelliJ/WebStorm Plugins
0 votes
Created
March 30, 2016 13:38
Quick update...I figured out the answer to the second question. Basically I just needed to implement XStackFrame.getEqualityObject() properly and not only does the variables view retain expansion ...
Community
IntelliJ IDEA Open API and Plugin Development
How can I mark a custom breakpoint as verified?
0 votes
Edited
February 29, 2016 20:40
Yann, I've uploaded a heap dump here: <link-removed> I generated that heap dump by starting IntelliJ with my custom language plugin installed and jvisualvm attached, opening a small project, closin...
Community
IntelliJ IDEA Open API and Plugin Development
Retained references to PsiElements after project is closed
0 votes
Created
February 12, 2016 14:16
Thanks so much, Colin! This is exactly what I needed. And great idea on registering it as a configurable action.
Community
IntelliJ IDEA Open API and Plugin Development
Register keystroke for EditorTextField
0 votes
Created
June 01, 2016 13:18
Thanks, Peter. That's pretty much what I did, though I didn't know about FakePsiElement and rolled my own that overrides getTextRange() and getStartOffset(). I'll migrate that to FakePsiElement. ...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to have a PsiReference resolve to an offset in the target element?
0 votes
Created
August 01, 2018 14:45
Good thought, Dmitry. That did the trick! I still need to work through adding tabs as bundle content files are added (and similar on delete), but worst case scenario it looks like I can just close/...
Community
IntelliJ IDEA Open API and Plugin Development
A few questions about fileEditorProvider implementations
0 votes
«
First
‹
Previous