Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Frank Wienberg
Total activity
36
Last activity
January 17, 2016 20:18
Member since
August 31, 2006 07:56
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Posts (8)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
April 14, 2010 08:30
For everybody who likes example code, here is some that works for my plugin:package net.jangaroo.ide.idea.exml;import com.intellij.ide.IconProvider;import com.intellij.openapi.util.IconLoader;impor...
Community
IntelliJ IDEA Open API and Plugin Development
Project view - file type icon customization
3 votes
Created
December 06, 2012 17:46
Related to this, I just tried our IDEA plugin that adds a TranslatingCompiler, which works fine when "Use external build" is off, but is not invoked at all when the option is on.Unfortunately, you ...
Community
IntelliJ IDEA EAP Users
Why 'Use external build' settings are in workspace.xml
0 votes
Created
November 30, 2012 11:16
Thank you for the quick reply and the helpful answer. Your commitment is really important for the success of Apache Flex!Of course, we would like to see another free IDE besides FlashDevelop that s...
Community
IntelliJ IDEA Users
Move ActionScript/MXML support to community edition?
0 votes
Created
January 11, 2010 13:30
Thanks, that helps a lot!I already stumbled upon "artefacts" and was successful in extending com.intellij.openapi.roots.ui.configuration.artifacts.sourceItems.FacetBasedPackagingSourceItemsProvider...
Community
IntelliJ IDEA Open API and Plugin Development
No CustomWebBuildParticipant in IDEA 9
0 votes
Created
March 30, 2011 09:06
I have this problem, too, when I try to use gnu.trove.THashSet in my plugin in IDEA 10.0.2.Any news on this?
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.ClassNotFoundException: gnu.trove.THashSet
0 votes
Created
March 30, 2011 14:00
Thanks Dmitry,okay, I think I'm beginning to understand. I managed to implement a custom IntentionAction that actually gets called.However, what I want to achieve is very similar to com.intellij.la...
Community
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 votes
Created
January 29, 2014 13:50
Thanks Eugene, I also ran into this problem and your explanation really helps.What I don't understand is why when a custom source generating compiler uses outputConsumer.registerOutputFile(moduleB...
Community
IntelliJ IDEA Open API and Plugin Development
Refresh newly created folder and its content after source code generation
0 votes
Created
December 04, 2009 20:31
Thanks, it seems the problem was that some objects were cached and thus my code was not invoked immediately.However, I now use another way to register a custom XmlElementDescriptorProvider, namely ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom tag navigation again - in IDEA 8.1
0 votes
Created
December 08, 2009 07:54
I'd really like to know, is the extension point I am using public API or not?
Community
IntelliJ IDEA Open API and Plugin Development
Custom tag navigation again - in IDEA 8.1
0 votes
Created
April 14, 2010 08:42
Hi Vincent,the Jangaroo EXML plugin does something similar: it generates ActionScript 3 from an XML format.We chose the following approach: We use a Maven-based approach. Generate code in Maven's "...
Community
IntelliJ IDEA Open API and Plugin Development
Writing plugin for IDL-like language
0 votes
Next
›
Last
»