Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Björn Kautler
Total activity
161
Last activity
January 17, 2016 10:42
Member since
May 25, 2011 01:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
55
Activity overview
Posts (6)
Comments (100)
Sort by votes
Recent activity
Votes
Created
June 06, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to add breakpoint with my plugin
0 votes
Created
June 06, 2011 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Manually installing intellij plugin
0 votes
Created
June 04, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to remove lib/guava-r09.jar from the classpath a plugin?
0 votes
Created
May 25, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen for changed settings
0 votes
Created
June 01, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen for changed settings
0 votes
Created
May 29, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 votes
Created
May 29, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 votes
Created
June 16, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 votes
Created
June 17, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 votes
Created
June 22, 2011 02:38
no idea / advice / experience anyone?
Community
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 votes
«
First
‹
Previous
Next
›
Last
»