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
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
Created
May 08, 2014 15:43
Hi,as far as I see they both public http://i.imgur.com/1We1R9S.png
Community
IntelliJ IDEA Open API and Plugin Development
How to set AutoscrollToSource in ProjectViewImpl?
0 votes
Created
April 21, 2014 19:18
That's weird, because we haven't changed the library http://screencast.com/t/8llalxafsKws
Community
IntelliJ IDEA Open API and Plugin Development
Graph Api / Diagram API questions
0 votes
Created
April 08, 2015 13:06
Please take a look at XValueCompactPresentation and its implementations. Hope this helps.
Community
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 votes
Created
July 08, 2015 18:48
Hello Bastien!Good catch! Also, I think we should add extra check a few lines below as well. Take a look at the patch attached Attachment(s):fix_FileStructurePopup_for_non-reverted_File_Structure_F...
Community
IntelliJ IDEA Open API and Plugin Development
Questions about structure view
0 votes
Created
August 31, 2015 11:12
Hi Vladimir,if you're going to use images in html viewer then forget about IconLoader. It won't help you here. We had pretty similar problem in Tips & Tricks component and I use the following trick...
Community
IntelliJ IDEA Open API and Plugin Development
Icon rendering issues with HTMLEditorKit when Darcula UI theme is selected, Same Icons work fine when Default is the UI theme.
0 votes
«
First
‹
Previous