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
January 11, 2018 03:47
Konstantin, I implemented JavaScript.indexedFileTypeProvider as a workaround and it's working very well! Thanks so much for the pointer.
Community
IntelliJ IDEA Open API and Plugin Development
Did 2017.3 break resolveScopeEnlarger and/or indexedRootsProvider?
0 votes
Created
January 10, 2018 15:48
Perfect. Thanks much, guys!
Community
IntelliJ IDEA Open API and Plugin Development
Did 2017.3 break resolveScopeEnlarger and/or indexedRootsProvider?
0 votes
Created
January 10, 2018 15:02
Thanks, Konstantin. I appreciate the quick turnaround on a permanent fix and the recommendation for a workaround until that's available. I'll look at implementing it in the next few days. There was...
Community
IntelliJ IDEA Open API and Plugin Development
Did 2017.3 break resolveScopeEnlarger and/or indexedRootsProvider?
0 votes
Created
January 09, 2018 14:47
Here's a stack from a previous version of IntelliJ where it calls my implementation of resolveScopeEnlarger: at com.illuminatedcloud.intellij.completion.SimpleJavaScriptResolveScopeEnlarger.getAdd...
Community
IntelliJ IDEA Open API and Plugin Development
Did 2017.3 break resolveScopeEnlarger and/or indexedRootsProvider?
0 votes
Created
January 08, 2018 14:34
Thanks, Peter. I'll try to capture a stack showing how each was called previously vs. how it's called (or not called, as the case may be) now. Something has definitely changed because this was impl...
Community
IntelliJ IDEA Open API and Plugin Development
Did 2017.3 break resolveScopeEnlarger and/or indexedRootsProvider?
0 votes
Created
December 11, 2017 14:29
Thanks for the reply, Anna. It looks like that might work, but I have two follow-on questions. First, that approach adds the action under the gear drop-down in the main runner toolbar. Ideally the ...
Community
IntelliJ IDEA Open API and Plugin Development
Possible to add custom filtering to the unit test output console?
0 votes
Created
December 08, 2017 17:37
Sorry for the necrobump, but this problem is still occurring and still causing unexpected behavior. Any idea how I might be able to get the IDE to realize that its cached version of an XSD is stale...
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
Edited
November 28, 2017 05:03
Colin, it turns out that in my case, all paths led to a very small set of places, in particular my custom language constructors which were referenced as singletons all over the place. I'd had those...
Community
IntelliJ IDEA Open API and Plugin Development
Supporting multiple distinct major versions of a plugin
0 votes
Created
November 12, 2017 21:31
Colin, I don't think so, though you might wait for Ivan to say for sure. That EP seems to be explicitly called when a new plugin is installed, and if the new plugin ID is the one referenced in the ...
Community
IntelliJ IDEA Open API and Plugin Development
Supporting multiple distinct major versions of a plugin
0 votes
Created
November 11, 2017 00:06
Thanks, Ivan, for confirming, and for letting me know about that EP. Sounds like it should be pretty reasonable to address.
Community
IntelliJ IDEA Open API and Plugin Development
Supporting multiple distinct major versions of a plugin
0 votes
«
First
‹
Previous
Next
›
Last
»