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 recent activity
Recent activity
Votes
Created
May 03, 2013 15:20
I did it like you have suggested it.I create a List of File:VCSrevsionNumber before i call CommitChangeListDialog.commitPaths()and afterwards, but CommitChangeListDialog.commitPaths() creates it's ...
Community
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
0 votes
Created
April 23, 2013 14:43
Thx,How do i call this method?I tried it this way:public void actionPerformed(AnActionEvent anActionEvent) { Project project = anActionEvent.getProject(); ProjectLev...
Community
IntelliJ IDEA Open API and Plugin Development
Obtain last Commit
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
April 09, 2013 09:49
Hi, I want to go back to the original topic from jostster.Is there any way to add some options to the VCS commit dialog box which is originally created by the CommitChangeListDialog.java by an Plug...
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 votes
Created
March 28, 2013 10:48
Hi, thx for your quick reply.I figured out that ProjectManager.getInstance().getDefaultProject() ius not returning my actually project.I am trying to init my plugin through one of these components,...
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 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 14, 2013 17:06
I did, but if i replace the svn4idea.jar with thenew compiled one it gives me several errors during runtime.Even if i just compile it without doing any changes it does not work.http://pastebin.com/...
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
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
March 13, 2013 13:41
Hi thx for your quick response,i want to add some functionality to your svn plugin for better integration with our TFS.But i dont know how to deploy it.I want to override the existing bundled plugi...
Community
IntelliJ IDEA Open API and Plugin Development
Extending the VCS commit dialog
0 votes
«
First
‹
Previous
Next
›
Last
»