2

I'd like to edit my proto files and my project files side by side in two different windows (I've a big screen / monitor). However seems like I can only create a "New world" which will open in the same window, and there is no "Window" menu either. Is it possible to have multiple webots world windows simultaneously open?

enter image description here

Thank you!

P.S. I use macOS.

Sanjay Verma
  • 1,390
  • 22
  • 40

1 Answers1

1

It's not possible to open several world files simultaneously in Webots. However, you can open several instances of Webots with different world files. But within the same instance of Webots you can edit as many PROTO files as you like. You should simply open them from the File menu, Open Text File....

Olivier Michel
  • 755
  • 6
  • 10
  • 2
    Hey, thanks Olivier for the answer. On mac, I believe the (only) way is through command line - "open -n /Applications/Webots.app/". – Sanjay Verma Dec 23 '19 at 07:17