Plugin to let several tabs of the same file scroll together, as if the editor wraps around.
Watch a longer Demo Video.
When you split IntelliJ editor tabs: scroll one window and the others automatically keep in sync. Let multiple tabs scroll continuously together. Multiple side by side let you see more code in context on a widescreen monitor.
Works well with CodeGlance for a Sublime style preview pane in the right gutter. (That's what I'm using in the demos).
- Open Intellij Preferences
- Click Plugins
- Click "Browse Repositories..."
- Search for "Joined", click install.
- Restart IntelliJ.
- See META-INF/plugin.xml for some release notes
- See this plugin's official Intellij plugin page
- File a bug with the Issue Tracker
- Me on twitter: @jawspeak. Thanks @mikedussault for the idea.
(if you're hacking on editor plugins too)
Several places to read more about these API's used to manipulate Editors / tabs:
- https://github.com/Vektah/CodeGlance/tree/master/src/main/java/net/vektah/codeglance
- https://github.com/mustah/TabSwitch/blob/master/META-INF/plugin.xml
- https://github.com/siosio/FileOpenPlugin/blob/master/src/siosio/fileopen/OpenRightTabAction.kt
- https://github.com/mjedynak/File-Name-Grabber
- https://github.com/alp82/idea-tabsession/blob/master/src/com/squiek/idea/plugin/tabsession/SessionComponent.java