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
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
Created
May 19, 2010 11:18
It seems the problem does not occur anymore since the update to IDEA 9.0.2.I'll post again if the problem shoul occur again.
Community
IntelliJ IDEA Open API and Plugin Development
Chained compilers => output file deleted => race condition?
0 votes
Created
March 27, 2011 19:12
Okay, so please does anyone have any general hints where to start if I want to implement a custom "intention" action, i.e. influence what happens when you press Alt+Return? Especially example code ...
Community
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 votes
Created
March 30, 2011 09:51
I just checked the Flex plugin, and instead of intentionAction, it uses the extension point com.intellij.referenceImporter, which in turn instantiates and executes an IntentionAction.I tried to imp...
Community
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 votes
Created
April 06, 2011 09:45
I'm still stuck at this point, anyone who could help?
Community
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 votes
Created
January 29, 2014 17:46
Okay, I implemented the "harder" solution to send invalidation messages as custom build messages,so if anyone wants to reuse some code, here is the commit from which to start (Apache 2 license):htt...
Community
IntelliJ IDEA Open API and Plugin Development
Refresh newly created folder and its content after source code generation
0 votes
«
First
‹
Previous