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
August 06, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 votes
Created
July 31, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
A few questions about fileEditorProvider implementations
0 votes
Created
April 12, 2018 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!
Community
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 votes
Created
April 12, 2018 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....
Community
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 votes
Edited
April 11, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 votes
Edited
April 08, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 votes
Created
April 08, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 votes
Created
April 07, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
0 votes
Created
February 27, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 votes
Created
February 27, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 votes
«
First
‹
Previous
Next
›
Last
»