Johan Lund

- Total activity 137
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 38
-
Johan Lund created a post, Is saveAll async now?
We have a plugin that opens a browser. The user might be making some changes to some file and then launching a special html file via a keyboard shortcut.Sometimes the changes made by the user doesn... -
Johan Lund created a post, frameworkSupport - providing custom UI
We have defined a frameworkSupport tag in our plugin to allow users to attach our facet to new projects upon project creation.It seems like there should be a way to add the UI settings for the face... -
Johan Lund created a post, Where is addStdResource in Maia?
I'm trying to load an xml schema file. I used to use this code for it:ExternalResourceManager.getInstance().addStdResource(namespace, filename, getClass());But now IDEA doesn't recognize addStdReso... -
Johan Lund created a post, Where is internal browser in Maia
What happened to jxbrowser from teamdev?I couldnt find the jars jxbrowser.jar, htmlbrowser.jar, MozillaInterfaces.jar in Maia anymore.What is the proper way of creating an internal browser tool win... -
Johan Lund created a post, Maia tasks plugin - what is it?
I was intrigued by the tasks/context feature in Maia and thought it was supposed to be something similar to MyLyn for Eclipse.Can anyone explain what this feature is supposed to do and how it can i... -
Johan Lund created a post, Creating a new BrowserComponent in 8.0?
In IDEA 8 I tried to create a new browser component like this:BrowserComponentService bcs = (BrowserComponentService) project.getPicoContainer().getComponentInstanceOfType(BrowserComponentService.c... -
Johan Lund created a post, Loading live templates in 8.0
The 8.0 broke my live template loader class.I had these imports:import com.intellij.codeInsight.template.Template;import com.intellij.codeInsight.template.impl.TemplateContext;import com.intellij.c... -
Johan Lund created a post, Default project
Can someone please explain what exactly the "defaultProject" is for?The reason I'm asking is that the IDEA framework is creating instances of my ProjectComponents for the default project too. In my... -
Johan Lund created a post, unknown css property inspection
I noticed that its possible to add css properties to this inspection so that it does not complain about stuff like e.g.-moz-border-right-colors.Does anyone have a list with properties already compi... -