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
Edited
September 11, 2017 12:52
Thanks, Anna! I can tell I'm tired because I've been so focused on in-place refactorings that I completely forgot about bringing up a dialog when necessary. Super easy. Thanks again for the respons...
Community
IntelliJ IDEA Open API and Plugin Development
How I can let the user choose from a set of valid types in an introduce refactoring?
0 votes
Created
August 17, 2017 00:19
Yes, it's only in the most recent build that it doesn't end up polluting my code randomly. It does seem to emit stable code now. Thanks so much for following up!
Community
IntelliJ IDEA Open API and Plugin Development
2017.2 EAP and getFont*() methods in UI forms generated as source
0 votes
Created
July 24, 2017 14:53
Thanks, Peter. I feel kind of silly that I didn't think about registering a custom prefix matcher for these completion providers/contributors. Makes total sense! As for insert handlers, I may pret...
Community
IntelliJ IDEA Open API and Plugin Development
Case-insensitive LookupElements mess with the lookup string
0 votes
Created
July 24, 2017 14:51
Thanks, Dmitry. I'll keep looking and post anything I find here.
Community
IntelliJ IDEA Open API and Plugin Development
Is there an easy way to suppress the closing brace when opening before a statement?
0 votes
Created
July 17, 2017 13:24
Thanks, Peter. That helps. I might investigate the latter and see if I can eliminate the need for injection in these attribute values since it would eliminate the potential ripple effect that I'm...
Community
IntelliJ IDEA Open API and Plugin Development
AnnotationHolderImpl.assertMyFile() very noisy when using languageInjector
0 votes
Created
May 28, 2017 21:19
Okay, I've solved this now using a LanguageInjector which identifies these expressions inside of XML attribute values. I'd be curious to know if that's the best solution or not, but for now I thin...
Community
IntelliJ IDEA Open API and Plugin Development
How can I suppress "Wrong attribute value" warning in XML validated against XSD?
0 votes
Created
May 28, 2017 19:20
UPDATE: This error is being added by XmlHighlightVisitor.doCheckRefs() because the XmlAttributeValue PSI element has a reference which resolves to null. I'm walking this area of the code, but so f...
Community
IntelliJ IDEA Open API and Plugin Development
How can I suppress "Wrong attribute value" warning in XML validated against XSD?
0 votes
Created
May 23, 2017 13:09
Great. Thanks, Serge!
Community
IntelliJ IDEA Open API and Plugin Development
2017.2 EAP and getFont*() methods in UI forms generated as source
0 votes
Created
May 02, 2017 16:46
Dennis, that did the job! Thanks so much for the info.
Community
IntelliJ IDEA Open API and Plugin Development
XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
0 votes
Created
May 02, 2017 16:12
Thanks, Dennis! I wasn't aware of the compound ordering syntax. I'll give that a shot and see if it does the job. Either way I'll post back here to confirm the resulting behavior.
Community
IntelliJ IDEA Open API and Plugin Development
XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
0 votes
«
First
‹
Previous
Next
›
Last
»