parallaxe / OpenInSplittedTab

AppCode plugin to open the declaration/implementation of the current selected symbol within a vertically splitted tab.
MIT License
17 stars 4 forks source link

Replacing file in split #9

Closed NLSurfMan closed 7 years ago

NLSurfMan commented 7 years ago

Hi, I have tried your plugin in IntelliJ IDEA and I like it. I have one enhancement request though: if I open a second file this way, it replaces the previous file in the splitter. Can you make it so that the previous file stays open?

parallaxe commented 7 years ago

The current action works as intended and I don't want to change that. Though, I added a second action that doesn't replace the previous tab (named "Open in splitted (new) tab"). I pushed it on a separate branch (https://github.com/parallaxe/OpenInSplittedTab/tree/Feature-9) - could you do me a favour and test if it fits your purpose?

NLSurfMan commented 7 years ago

I like it. It does the job perfectly!

parallaxe commented 7 years ago

Great to hear that, thanks for testing!