Mdargyte
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
已编辑于 Issues building IDEA
Alright, I must be doing something stupid. I'm using Arch with Open JDK 1.8. I have followed both of the following instructions perfectly (minus JDK 1.6 -- see below): https://github.com/JetBrain... -
已编辑于 General Plugin Dev Workflow
已回答I've been working on a plugin for a while now, and always seem to feel like I'm "missing something." I can't seem to get the bigger picture of how the platform is put together, and as so always se... -
已编辑于 Extending Breadcrumbs
已回答I'd like to extend the editor Breadcrumbs, specifically to add the file name as the first "crumb" before any symbols. Where should I look to start out? -
创建于 Get VirtualFile from Editor
已回答This is a follow up to a question I asked here: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360002766519-Get-Editor-position-index-on-screen I have a list of visible Editors. I... -
创建于 Get Editor position/index on screen
已回答I'm working on a plugin where a split view editor will "follow" the file in another editor: specifically I want to show the corresponding C header/source for whatever is in the "first" split editor... -
创建于 Triggering AnAction on editor file change
Hello, I'm wiring a navigation plugin, and I want to trigger AnAction whenever a new file is displayed in an editor window. (ex. clicking a file in the Project window). How can I do this?