+2
Under review
One file two views?
How to open the same file in two different views?
I have a long-ish file that I’d like to edit simultaneously in two different editors. Each editor would be looking at different parts of the file.
Every time I “open in new window” of the file, the current editor closes and being replaced by a new one.
Customer support service by UserEcho
The easiest solution would be to allow “open in new window” to actually open the same file in a new window (instead of showing the file from another tab or an empty tab if no exist).
This would be totally possible, but would require a major restructuring of the app so that the same file can be displayed and edited in multiple editors simultaneously. Currently each editor works on its own in-memory copy of the file. Maybe I'll implement that in the future.