Intellij plugin development - How to override any Intellij open file action?
Answered
Clicks, enter, search, whatever. I want to modify the position where this new tab is about to open as the current implementation is flawed / does not work as intended.
Open file at the end does not work and also thus files fill also open in various splitters.
Please sign in to leave a comment.
Such a location of the new tab is handled by the FileEditorOpenOptions which belongs to a part of the internal API and cannot be modified
Such a shame since the current internal implementation does not work as intended.
Related. https://youtrack.jetbrains.com/issue/IDEA-233543
Seems there is a way to listen to when things open and close and then I guess you could have some actions triggered.