主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Scott Wells
活动总数
282
最后的活动
2023年01月12日 14:43
成员加入日期
2016年01月25日 00:45
关注
0 名用户
关注者数
0 名用户
投票数
18
订阅数
67
活动概览
帖子(51)
评论(146)
按最近的活动排序
最近的活动
投票数
创建于
2018年08月06日 18:27
I think Dennis D. may be having the same experience I did. I can't explain what happened, but I also didn't find a Copyright plugin in my WebStorm install on multiple machines. Then later after Ser...
社区
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 票
创建于
2018年07月31日 02:06
Ah, I believe the behavior of the first one is due to the following in FileEditorProviderManagerImpl.getProviders(): // Throw out default editors provider if necessaryif (doNotShowTextEditor) { Co...
社区
IntelliJ IDEA Open API and Plugin Development
A few questions about fileEditorProvider implementations
0 票
创建于
2018年04月12日 15:50
Doh! I'm just being dumb. Of course I have a language injector. The injection host is XML/HTML and I'm injecting my language into XmlAttributeValues. So sorry!
社区
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 票
创建于
2018年04月12日 15:18
Peter, I apologize but I'm not sure I follow. If by "injection" you mean language injection such as how one language can be injected into string literals of another language, I'm not using it here....
社区
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 票
已编辑于
2018年04月11日 20:22
Sorry for the delayed response. It's been a busy week! So in my MultiplePsiFilesPerDocumentFileViewProvider, the template data language is HTML and the base language is my expression language that ...
社区
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 票
已编辑于
2018年04月08日 17:23
Okay. I can see why the null is being returned but don't have enough context to know why it's happening now and wasn't before. First off, here's the text before I try to start auto-popup completion...
社区
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 票
创建于
2018年04月08日 17:04
Thanks again, Peter. Just going to provide a bit of a coarse-grained play-by-play, but InjectionRegistrarImpl.reparse() is returning null because the following is returning null: PsiLanguageInjecti...
社区
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 票
创建于
2018年04月07日 14:07
Thanks, Peter. Here's how the editor is being disposed immediately upon typing a letter that would trigger a the completion popup: at com.intellij.psi.impl.source.tree.injected.EditorWindowImpl.di...
社区
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 票
创建于
2018年02月27日 04:22
One more quick update. I verified that coverage-report-idea.jar is not needed, and I also verified that you can add the other two jars to my plugin's lib directory and it works. That's preferable i...
社区
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 票
创建于
2018年02月27日 03:26
Dennis, I've verified that report generation works in WebStorm by adding coverage-report.jar, coverage-report-idea.jar (not 100% sure this one is required), and freemarker.jar. I'd also prefer not ...
社区
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 票
«
第一页
‹
上一页
下一页
›
最后
»