Frank Wienberg
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...