Scott Wells
- Total activity 282
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 67
-
Created 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... -
Created 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-... -
Created 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... -
Created 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... -
Created 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. ... -
Created Can I force IDEA to refresh its cached XSDs?
AnsweredMy 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... -
Created 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... -
Created Can I force a file type detector to redetect all files without having to rebuild caches?
AnsweredIs 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... -
Created 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... -
Created 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...