主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Frank Wienberg
活动总数
36
最后的活动
2016年01月17日 20:18
成员加入日期
2006年08月31日 07:56
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
13
活动概览
帖子(8)
评论(15)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2010年05月19日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Chained compilers => output file deleted => race condition?
0 票
创建于
2011年03月27日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 票
创建于
2011年03月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 票
创建于
2011年04月06日 09:45
I'm still stuck at this point, anyone who could help?
社区
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 票
创建于
2014年01月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Refresh newly created folder and its content after source code generation
0 票
«
第一页
‹
上一页