multiple editable windows #721
Replies: 2 comments 3 replies
-
Yes, editing the files externally isn't really ideal even if it technically works. The In an earlier iteration of novelWriter, I used editor tabs. The current iteration instead is modelled after the user interface of zim-wiki which can only edit one document at a time. The entire user interface is built around the single editor class, so rewriting this is a pretty substantial task. The decision to not go in the multiple editor direction was deliberate. It's also how other similar programs work, so I concluded this would be sufficient and even cleaner and less cluttered. I still opted to make it fairly easy to switch between documents to edit. Since you can only actually edit one document at a time even with tabs, I think it would be a better approach to make it easier to switch between active documents. In zim-wiki there is the option to keep a list of recent edited pages above the editor as buttons. There is practically no difference between moving in the edit history and switching tabs. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the toc.txt info, this will help. What about running two instances of novelWriter on the same project? Would it be easier from an implementation point of view? |
Beta Was this translation helpful? Give feedback.
-
Hello,
Often, I find myself needing to edit two files at the same time. On such occasions I switch to VS Code and then return back to novelWriter. Even that, though, is not very workable because of the file names. I end up touching the two files I need in novelWriter and then switching to VS Code where I list the files by last access so those I'm interested in come up at the top.
Any plan for allowing such a use case?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions