WarnerJan Veldhuis
- Total activity 100
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 35
-
Created autogenerated threaddumps?
In my ~/.IntelliJIdea90/ there are loads of threaddumps that I didn't generate by hand. I can only assume IDEA does this on it's own. I've attached the logs + threaddumps, so you can see what it's ... -
Created Idea 9 halts/freezes for 1-3 seconds for no reason
We are having this annoying problem as well. Few seconds freezing when editing *anything*. In my case, it happens the most when I am editing properties files, of about 3900 lines. Never ever had a ... -
Created Same HighlightSeverity, different rendering?
Hello,My SeveritiesProvider delivers several HighlightSeverties, but they seem to render different. Here's the complete SeveritiesProvider:public class ClickSeveritiesProvider extends SeveritiesPro... -
Created Create package from QuickFix
I am trying to create a package in a QuickFix, when a user has specified a package in an XML-attribute that doesn't exist.The XML looks like this:...snip...<pages package="com.qpr.costcontrol.porta... -
Created Spring plugin
I would like to know the url for the source of the bundled plugins. There are a few plugins available in the git-repo, but I can't seem to find the Spring plugin. I want to take a look at it's sour... -
Created IntelliJ v9 sandbox crash?
When I run my plugin, the new instance of IntelliJ freezes. I disabled all the plugins I don't need, except for some JEE support. But as soon as the indexing process ends, opening the project setti... -
Created Facets
I have some questions about facets. Perhaps you can answer them:1) Where is the best place to register the facet? I used to do that in the plugin.xml under extensions, but it is not recognised any... -
Created FrameworkSupportprovider and JavaModuleType
My implementation of FrameworkSupportProvider class, does not recognize JavaModuleType when I do the following check: public boolean isEnabledForModuleType(@NotNull ModuleType moduleType) { ... -
Created OpenAPI doc + src
First of all, congratulations on v9. I love it already Second, for v8 you had a plugin-development kit (idea-8.1.4-dev.zip), containing docs, example, sources and stuff. When will it be available f... -
Created Tooltip for debug window
In the category: "nitpicks", here's a question: Is there anyway to turn off the tooltip, and get back the dialog that I get when hotswap fails? Did you guys makes this configurable?