主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Frank Wienberg
活动总数
36
最后的活动
2016年01月17日 20:18
成员加入日期
2006年08月31日 07:56
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
13
活动概览
帖子(8)
评论(15)
按最近的活动排序
最近的活动
投票数
创建于
2010年04月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Project view - file type icon customization
3 票
创建于
2012年12月06日 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 ...
社区
IntelliJ IDEA EAP Users
Why 'Use external build' settings are in workspace.xml
0 票
创建于
2012年11月30日 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...
社区
IntelliJ IDEA Users
Move ActionScript/MXML support to community edition?
0 票
创建于
2010年01月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
No CustomWebBuildParticipant in IDEA 9
0 票
创建于
2011年03月30日 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?
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.ClassNotFoundException: gnu.trove.THashSet
0 票
创建于
2011年03月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 票
创建于
2014年01月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Refresh newly created folder and its content after source code generation
0 票
创建于
2009年12月04日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom tag navigation again - in IDEA 8.1
0 票
创建于
2009年12月08日 07:54
I'd really like to know, is the extension point I am using public API or not?
社区
IntelliJ IDEA Open API and Plugin Development
Custom tag navigation again - in IDEA 8.1
0 票
创建于
2010年04月14日 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 "...
社区
IntelliJ IDEA Open API and Plugin Development
Writing plugin for IDL-like language
0 票
下一页
›
最后
»