Scott Wells
- 活动总数 282
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 18
- 订阅数 67
-
创建于 How can I suppress "Wrong attribute value" warning in XML validated against XSD?
In my custom language plugin I've registered additional XSDs that can be used in HTML markup via the FileNsInfoProvider extension point (as well as other EPs). As expected, these XSDs constrain ma... -
创建于 2017.2 EAP and getFont*() methods in UI forms generated as source
All of the UI forms in my custom plugin are generated as source in part because otherwise things don't work properly with my obfuscator. Anyway, I try to develop the plugin against the latest-and-... -
创建于 XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
This appears to be a very recent change, perhaps in 2017.1.2. My plugin registers a completion contributor for language="any" and order="first". This has allowed my plugin to add completions insi... -
创建于 EditorTextFields being disposed across all open projects when one project closed
I'm using EditorTextFields in tool windows in my plugin. When multiple projects are opened with these tool windows showing and you close one project, the EditorTextFields in other projects are dis... -
创建于 Can a single global inspection add problems for multiple groups?
I've just implemented a global inspection tool that integrates an external static code analyzer. Each problem reported by the static code analyzer includes a category, sub-category, and severity. ... -
创建于 Can I force IDEA to refresh its cached XSDs?
已回答My plugin includes an XmlFileNSInfoProvider implementation that correlates namespaces for custom HTML elements to XSDs packaged within the plugin archive. This all works great until I update those... -
创建于 Problem with HighlighterIterator passed to QuoteHandler
I'm having an issue with quote handling in my custom language plugin. I realize that there are MANY potential contributing factors, but I'll explain the behavior and share my findings so far in hop... -
创建于 Can I force a file type detector to redetect all files without having to rebuild caches?
已回答Is there a way that I can force a custom file type detector to reprocess all of its files? For example, I'd like to do so when file type associations are changed because one of my file type detect... -
创建于 Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
When my custom language plugin is running in IntelliJ IDEA Ultimate Edition, I'd like to be able to tell the IDE to use some additional JavaScript and CSS files when in the JavaScript and CSS edito... -
创建于 How can I render CJK characters properly in JBTable?
In a tool window of my plugin, I'm finding that certain CJK characters aren't rendering properly in JBTable cells even though they render properly in other aspects of the UI such as an EditorTextFi...