luktom / OpenInTerminal

OpenInTerminal IntelliJ IDEA plugin
GNU Lesser General Public License v3.0
36 stars 7 forks source link

Integrate into "Select In..." #11

Open markiewb opened 5 years ago

markiewb commented 5 years ago

"Navigate -> Select In..." (ALT-F1) feels like a natural place for the action of this plugin

Register the action like this <selectInTarget implementation="com.intellij.ide.impl.ProjectViewSelectInExplorerTarget"/> and let the action implement the interface com.intellij.ide.SelectInTarget

https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/ide/impl/ProjectViewSelectInExplorerTarget.java#L31

https://github.com/JetBrains/intellij-community/blob/master/platform/platform-resources/src/META-INF/LangExtensions.xml#L614