Jacek Jaroczynski

- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created [ANN] Atlassian IntelliJ Connector 2.0.0 final
We are pleased to announce the 2.0.0 final release of the Atlassian Intellij Connector. Release notes: http://confluence.atlassian.com/display/IDEPLUGIN/Atlassian+IntelliJ+Connector+2.0+Release+No... -
Created API to show Changes->Repository window
Is there a way to show Changes->Repository window from the inside of the code?Moreover I would like to show that window (its content, can be only tree) as a modal window.Thanks,Jacek -
Created [ANN] Atlassian IDEA Plugin 1.4.0
We are pleased to announce the 1.4.0 release of the Atlassian IDEA Plugin.Release notes: http://confluence.atlassian.com/display/IDEPLUGIN/AtlassianIDEPlugin1.4Release+NotesAtlassian -
Created [ANN] Atlassian IDEA Plugin 1.3.0
We are pleased to announce the 1.3.0 release of the Atlassian IDEA Plugin. Release notes: http://confluence.atlassian.com/display/IDEPLUGIN/AtlassianIDEPlugin1.3Release+NotesAtlassian -
Created [ANN] Atlassian IDEA plugin 1.2.1
Release 1.2.1:- fixed saved filters problem- fixed Bamboo not refreshing status.http://plugins.intellij.net/plugin/?id=2190Edited by: Jacek Jaroczynski on May 12, 2008 1:01 PM -
Created Code/Text completion in comments section
I tried implementing completion for Java/JavaDoc comments.I tried:1.ReferenceProvidersRegistry registry = ReferenceProvidersRegistry.getInstance(project);registry.registerReferenceProvider(PsiComme... -
Created Code/Text completion in IDEA 7
I would like to implement custom completion in comments section with new API. I found few examples, eg. http://intellij.net/forums/thread.jspa?messageID=5196453� or http://intellij.net/foru... -
Created Plugin compatibility between openAPI versions
What is the best way to ensure plugin compatibility between different versions of OpenAPI?Is a way to check current version? -
Created Removing tabs in tool window (ContentManager.removeContent version)
I use IDEA 7.0.2 and there is version of removeContent with following signature: removeContent(Content content, boolean dispose) I compile my project using maven and I have following dependency in ... -
Created Storing com.intellij.ui.table.TableView properties
Is there a way to store TableView properties like visible columns or columns width somehow automatically in configuration file? Does IDEA help somehow here?What do store/storeWidth methods of BaseT...