David Biskupek
- 活动总数 50
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
David Biskupek 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, Add options to ToolWindow
Hi, how can i add these options like in the ProjectToolWindow or the DatabaseToolWindow.Attachment(s):Bildschirmfoto5.png -
David Biskupek 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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... -