Is there a way to open multiple inspector windows simultaneously? For instance, if I'm inspecting an object and I want to have the object and one of it's components open in two different windows is this possible? Thanks, Andrew
Andrew Myers asm198@gmail.com writes:
Is there a way to open multiple inspector windows simultaneously? For instance, if I'm inspecting an object and I want to have the object and one of it's components open in two different windows is this possible?
No.
Andrew Myers asm198@gmail.com writes:
Is there a way to open multiple inspector windows simultaneously? For instance, if I'm inspecting an object and I want to have the object and one of it's components open in two different windows is this possible? Thanks, Andrew
You can rename the buffer used by the inspector with M-x rename-buffer and when you'll inspect another object it will create a new buffer. However, if you try to use the inspector from the renamed buffer it will use the inspector buffer, not the renamed buffer.