Frank Wienberg
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created Binary incompatibility in IDEA 12 openapi: Sdk#getSdkType() and ProjectJdkTable#getSdksOfType()
Hi there,for anyone else running into this problem: Our plugin "Jangaroo 0.9" stopped working with IDEA 12 because of an openapi change that introduced a binary incompatibility.While recompiling su... -
Created Move ActionScript/MXML support to community edition?
Hello Open Source people at Jetbrains,just wanted to ask, now that Flex has been donated to Apache and thus is really Open Source, are there any plans to move IDEA's excellent ActionScript and MXML... -
Created Generating one file from many
Hi forum,what is the recommended way for a plugin that, as part of the compile/build process, is supposed to generate one file out of many source files? So far, my best guess is to use either Packa... -
Created custom intention to import class in injected language
Hi!My EXML plugin (sources in this git repo) uses a special XML format (much like MXML) that contains inline ActionScript code. I managed to set up language injection to do syntax highlighting and ... -
Created Chained compilers => output file deleted => race condition?
Hello Jetbrains and Community,I implemented two IDEA compiler plugins (Jangaroo EXML, Jangaroo Language), where one compiler works on the result of the other. Concretely, the first, exmlc, transfor... -
Created No CustomWebBuildParticipant in IDEA 9
Hi,for my IDEA 8 plugin, I use com.intellij.javaee.web.make.CustomWebBuildParticipant, which is part of plugins/JavaEE/lib/javaee-openapi.jar. Despite of the JAR's name ("openapi"), this class disa... -
Created Custom tag navigation again - in IDEA 8.1
Hi,my plugin is supposed to do something similar as in request IDEADEV-5499.So in my application component, I register a custom XmlNSDescriptor:MetaDataRegistrar.getInstance().registerMetaData( ne... -
Created Support for <referenced-bean> in IDEA 6.0?
Hi,I am not sure whether this forum is the right place for a feature request for IDEA 6.0. If not, please let me know!IDEA 6.0 beta supports the <managed-bean> element in JSF configuration files an...