Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
David Biskupek
Total activity
50
Last activity
January 16, 2016 14:24
Member since
February 22, 2013 09:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
11
Activity overview
Posts (9)
Comments (30)
Sort by votes
Recent activity
Votes
Created
March 26, 2013 18:27
Hi, in my plugin i use toolwindow.show & toolwindow.hide but i cant call these methods if the toolwindow isn't initialized.I discovered it is initialized if i click on toolwindowbutton. Then create...
Community
IntelliJ IDEA Open API and Plugin Development
init ToolWindow programmatically
0 votes
Created
March 27, 2013 08:51
yes, and it is working pretty well, all i want to do now is to init it programatically.greetzsyt
Community
IntelliJ IDEA Open API and Plugin Development
init ToolWindow programmatically
0 votes
Created
March 06, 2013 11:00
I have the same behaviour.I also deleted the xml file, but it does not generate a new one.EDIT: ok, i solved this by changing the storage id.In my opinion this makes none sense, because now everyth...
Community
IntelliJ IDEA Open API and Plugin Development
PersistentStateComponent - loadState()
0 votes
Created
March 13, 2013 14:19
Hi, your first suggestion was my first idea too.I created a Plugin Module an copied everthing from the svn4idea module in it.But i cant run the plugin, it gives me the following exception:[ 1194]...
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 votes
Created
April 17, 2013 15:15
Hi i want to know this too.I already read about this here:http://devnet.jetbrains.com/thread/268927But dont get it how to use this code. new AnActionEvent(null, DataManager.getInstance().get...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger IntelliJ actions from plugin.
0 votes
Created
March 05, 2013 12:56
Hi, i want to do the same right now and started to look through the git4idea src, but i realy dont get it what it is doing.Can you please give me some advice where to start?
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 votes
Created
March 05, 2013 14:11
Thank you, but i want to create a Plugin that ships all necessary files, i dont want to override the API, is there any other possible solution?
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 votes
Created
March 05, 2013 14:38
Thanks, for your help.But lets say i would add another button to the existing "Commit Changes" Frame from my Plugin. How should i do that? Is it even possible?
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 votes
Created
February 22, 2013 11:10
You're right, i forgot to post it, i've edited my post now.
Community
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components
0 votes
Created
February 22, 2013 10:50
Thank you guys this helped me a lot in a short time after trying a lot of things.I always initialized my object byuser = new User();and thought that it would internally restore the state.The key to...
Community
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components
0 votes
Next
›
Last
»