Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Konstantin Bulenkov
Total activity
280
Last activity
October 02, 2020 14:52
Member since
September 26, 2007 12:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
123
Activity overview
Posts (2)
Comments (155)
Sort by recent activity
Recent activity
Votes
Created
September 25, 2013 13:17
Use AbstractTreeBuilder.queueUpdateFrom or update methods. @see AbstractProjectViewPane.getTreeBuilder()
Community
IntelliJ IDEA Open API and Plugin Development
Project View refresh
0 votes
Created
December 21, 2013 20:47
You can assign an icon to an action or a group ( http://screencast.com/t/anox5w9A6dp )I'd recommend to have two source roots: one for the code and the other for icons, META-INF, xmls, etc Something...
Community
IntelliJ IDEA Open API and Plugin Development
How to give an icon to a submenu group?
0 votes
Created
May 12, 2014 16:24
12.1 has this code http://grepcode.com/file/repository.grepcode.com/java/ext/com.jetbrains/intellij-idea/12.1.2/com/intellij/ide/projectView/impl/ProjectViewImpl.java#ProjectViewImpl.isAutoscrollFr...
Community
IntelliJ IDEA Open API and Plugin Development
How to set AutoscrollToSource in ProjectViewImpl?
0 votes
Created
May 13, 2014 12:03
Sorry, it became public in October 2013 http://i.imgur.com/cO4s98H.png You can use Java reflection for 12.x plugins
Community
IntelliJ IDEA Open API and Plugin Development
How to set AutoscrollToSource in ProjectViewImpl?
0 votes
Created
March 31, 2014 09:53
Hi Alan,1. Diagram API is our small Diagramming Framework based on Graph API which is based on yFiles. Diagram API is much, much simplier than Graph API. Also, it provides some useful generic featu...
Community
IntelliJ IDEA Open API and Plugin Development
Graph Api / Diagram API questions
0 votes
Created
March 30, 2015 20:04
Hi Colin,inline debugger should work out of the box for your language if:1) You already have debug support and Variables View works for your language and displays local variables when stop at a bre...
Community
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 votes
Created
August 20, 2015 12:58
Hi! It's too abstract. Could you please describe the whole idea? Creating a list popup isn't a problem. For example, look at the Recent Files Button http://i.imgur.com/jnRKZbo.png Why do you need w...
Community
IntelliJ IDEA Open API and Plugin Development
Opening PopupChooserBuilder from a dialog
0 votes
Created
August 29, 2012 11:27
http://www.screenr.com/lmf8
Community
IntelliJ IDEA Open API and Plugin Development
IDEA tab bar api
0 votes
Created
May 02, 2013 09:20
Hello Julian, you should subscribe to Message Bus and listen File Editor events (extend FileEditorManagerAdapter). Then override fileOpened method and insert your panel as top component into edito...
Community
IntelliJ IDEA Open API and Plugin Development
How can I mimic the behavior of a path breadcrumb item? (icon, style, click behavior, etc)
0 votes
Created
January 22, 2014 13:27
1. com.intellij.uml.java.actions.NewClassOnUmlDialog2. Look at openapi.jar/com/intellij/openapi/graph/* these are APIs to work with yFiles. You can find some examples in the Plugin repo. However, i...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin with (UML) Diagrams dialog as a base
0 votes
«
First
‹
Previous
Next
›
Last
»