David Biskupek
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
David Biskupek created a post, cant build intellij
Hi, its now 2 years ago since i developed my last plugin.If i remember back, it was always very tricky to get something working, so nothing changed in the meantime.http://www.jetbrains.org/pages/vi... -
David Biskupek created a post, Plugin.xml corrupt?
Hi, this ist my plugin.xml:<idea-plugin version="22"> <id>TFSTask integration for PyCharm</id> <description>Provides integration with TFS and SVN</description> <name>TFSTask integration for P... -
David Biskupek created a post, Add options to ToolWindow
Hi, how can i add these options like in the ProjectToolWindow or the DatabaseToolWindow.Attachment(s):Bildschirmfoto5.png -
David Biskupek created a post, IntelliJ IDEA Messaging infrastructure with return Value
Hi, how can i use the IntelliJ IDEA Messaging infrastructure with return Value?When i try to pass some value thru it ends up with:[ 9980] ERROR - com.intellij.ide.IdeEventQueue - Error during di... -
David Biskupek created a post, Obtain last Commit
Hi, how can i obtain informations from the last commit, i need to know the revisionnumber and the effected files.Below some code there i am calling the commitdialog with passing the selected files ... -
-
David Biskupek commented, -
-
David Biskupek created a post, init ToolWindow programmatically
Hi folks,i can show and hide a toolwindow programmatically if i "initialize" it first.But how can i do that programmatically?Where can i get the ToolWindow object which is passed to the createToolW... -