Ability to view a single file in multiple modes, similar to NetBeans's MultiView
Hello.
I very much like the idea of viewing a file in multiple ways. It's a good way of helping people understanding the text they're reading.
I was wondering if there an ability for a plugin to create such views. Something similar to NetBean's MultiView:
- http://wiki.netbeans.org/BookNBPlatformCookbookCH0205
- http://bits.netbeans.org/8.2/javadoc/org-netbeans-core-multiview/overview-summary.html
Thanks.
Please sign in to leave a comment.
If there are multiple FileEditorProvider-s accepting same file for opening, several corresponding FileEditor-s (under the same 'primary' tab) will be created on file opening.
Got it. Thanks very much.