主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Scott Wells
活动总数
282
最后的活动
2023年01月12日 14:43
成员加入日期
2016年01月25日 00:45
关注
0 名用户
关注者数
0 名用户
投票数
18
订阅数
67
活动概览
帖子(51)
评论(146)
按最近的活动排序
最近的活动
投票数
已编辑于
2017年09月11日 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...
社区
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 票
创建于
2017年08月17日 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!
社区
IntelliJ IDEA Open API and Plugin Development
2017.2 EAP and getFont*() methods in UI forms generated as source
0 票
创建于
2017年07月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Case-insensitive LookupElements mess with the lookup string
0 票
创建于
2017年07月24日 14:51
Thanks, Dmitry. I'll keep looking and post anything I find here.
社区
IntelliJ IDEA Open API and Plugin Development
Is there an easy way to suppress the closing brace when opening before a statement?
0 票
创建于
2017年07月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
AnnotationHolderImpl.assertMyFile() very noisy when using languageInjector
0 票
创建于
2017年05月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How can I suppress "Wrong attribute value" warning in XML validated against XSD?
0 票
创建于
2017年05月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How can I suppress "Wrong attribute value" warning in XML validated against XSD?
0 票
创建于
2017年05月23日 13:09
Great. Thanks, Serge!
社区
IntelliJ IDEA Open API and Plugin Development
2017.2 EAP and getFont*() methods in UI forms generated as source
0 票
创建于
2017年05月02日 16:46
Dennis, that did the job! Thanks so much for the info.
社区
IntelliJ IDEA Open API and Plugin Development
XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
0 票
创建于
2017年05月02日 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.
社区
IntelliJ IDEA Open API and Plugin Development
XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
0 票
«
第一页
‹
上一页
下一页
›
最后
»