Mdargyte
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Edited 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... -
Edited General Plugin Dev Workflow
AnsweredI'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... -
Edited Extending Breadcrumbs
AnsweredI'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? -
Created Get VirtualFile from Editor
AnsweredThis 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... -
Created Get Editor position/index on screen
AnsweredI'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... -
Created 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?