主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Scott Wells
活动总数
282
最后的活动
2023年01月12日 14:43
成员加入日期
2016年01月25日 00:45
关注
0 名用户
关注者数
0 名用户
投票数
18
订阅数
67
活动概览
帖子(51)
评论(146)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to create filtered ConsoleView?
0 票
创建于
2016年02月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to create filtered ConsoleView?
0 票
创建于
2016年01月25日 10:38
Perfect. Thanks, Alexander!
社区
IntelliJ IDEA Open API and Plugin Development
FileBasedIndex.getAllKeys filtered by module scope
0 票
创建于
2016年04月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Display URL as hyperlink in "Messages" panel
0 票
创建于
2016年03月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Distribute and Monetize IntelliJ/WebStorm Plugins
0 票
创建于
2016年03月30日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How can I mark a custom breakpoint as verified?
0 票
已编辑于
2016年02月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Retained references to PsiElements after project is closed
0 票
创建于
2016年02月12日 14:16
Thanks so much, Colin! This is exactly what I needed. And great idea on registering it as a configurable action.
社区
IntelliJ IDEA Open API and Plugin Development
Register keystroke for EditorTextField
0 票
创建于
2016年06月01日 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. ...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to have a PsiReference resolve to an offset in the target element?
0 票
创建于
2018年08月01日 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/...
社区
IntelliJ IDEA Open API and Plugin Development
A few questions about fileEditorProvider implementations
0 票
«
第一页
‹
上一页