David Biskupek
- 活动总数 50
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
创建于 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... -
创建于 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... -
创建于 Add options to ToolWindow
Hi, how can i add these options like in the ProjectToolWindow or the DatabaseToolWindow.Attachment(s):Bildschirmfoto5.png -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 Classloader Problem
Hi,I'm using the TFS API from http://www.microsoft.com/en-us/download/details.aspx?id=22616 to develop a plugin.If i set the jar as module dependency of my plugin, i will get an exception if i am u... -
创建于 Display Browser
Hello,is there anyway to access the Browser like the documentation?I want to implement a plugin that cann access the browser and display its contents as an emeded Tab .Any possible solutions for my... -
创建于 Persisting State of Components
I'm trying to follow these instructions:http://confluence.jetbrains.net/display/IDEADEV/Persisting+State+of+ComponentsBut I don't understand how this works, should I register my class somewhere? I'...