主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Björn Kautler
活动总数
161
最后的活动
2016年01月17日 10:42
成员加入日期
2011年05月25日 01:22
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
55
活动概览
帖子(6)
评论(100)
按最近的活动排序
最近的活动
投票数
创建于
2011年06月06日 02:59
BreakpointManager.addLineBreakpoint() gives you back a LineBreakpoint object. Doesn't it work to do a getCondition().setText("<your condition here>") on the LineBreakpoint instance? Just an idea, d...
社区
IntelliJ IDEA Open API and Plugin Development
How to add breakpoint with my plugin
0 票
创建于
2011年06月06日 03:08
Or you can set up different IDEA SDKs and switch the project or module SDK for trying on different versions. Then you can also start it in debug mode. The version you develop for has not to be the ...
社区
IntelliJ IDEA Open API and Plugin Development
Manually installing intellij plugin
0 票
创建于
2011年06月04日 02:19
Hey Chandra,did you declare the dependency of B to base plugin in the plugin.xml of B?If so, the classloader of base plugin should be consulted before the IDEA classloader if the B classloader does...
社区
IntelliJ IDEA Open API and Plugin Development
How to remove lib/guava-r09.jar from the classpath a plugin?
0 票
创建于
2011年05月25日 11:01
Oh, too bad, maybe this should be changed.IntelliJ could always fire a settings changed after it called an apply() method automatically. It could even supply the Configurable which settings were ap...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen for changed settings
0 票
创建于
2011年06月01日 14:02
Thanks Dmitry,I would have needed this because I display a warning about a setting that doesn't display nicely with a functionality. And if the setting is changed, there is no real way to update th...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen for changed settings
0 票
创建于
2011年05月29日 12:57
But I have to register the Action through the plugin.xml, don't I?And I didn't see a way to give a factory method so that I can return either an action that implements DumbAware or an action that d...
社区
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 票
创建于
2011年05月29日 14:18
But having to have different builds with different since/until build ranges was what I wanted to prevent if possible. :-)I found that I can register the action programmatically and thus choose whic...
社区
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 票
创建于
2011年06月16日 14:41
One more question Dmitry, if i change mind and choose to support muliple versions by multiple packages with slightly different files tailored to specific versions, is there a way to publish them "a...
社区
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 票
创建于
2011年06月17日 02:28
Dmitry is there a suggested project layout for such a setup?One Module with common code and then multiple modules for the different versions that depend on the common module?If so, what would be th...
社区
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 票
创建于
2011年06月22日 02:38
no idea / advice / experience anyone?
社区
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 票
«
第一页
‹
上一页
下一页
›
最后
»