We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have a processing program with multiple tabs - instead of switching between the tabs I would like to see the contents of two tabs at once i separate windows/panes. Is that possible?
Answers
As far as I know, no, not in the current IDE.
.pde files are stored as regular text, however. If you have a text editor that lets you open many files in different tabs, you can use it to do this.
Hm - what would it take to program Processing thread-wise to handle multiple windows and access the same handle to the pde files?
This might actually be a question for the github developers repo as a feature request.
Or wait --
Thanks - IT's a feature request in the programming IDE - I'll move on to to github