How can I take eclipse out of MDI mode?
Posted
by
user51189
on Stack Overflow
See other posts from Stack Overflow
or by user51189
Published on 2009-01-03T17:51:13Z
Indexed on
2010/12/21
20:54 UTC
Read the original article
Hit count: 214
Does anyone know of a way to make Eclipse an SDI application rather than an MDI one? SDI - Single document interface, each pane is its own window MDI - Multiple document interface, all of the panes are stuck inside one "master" window.
Eclipse is an MDI application. All of the little panes (like the call stack, variable viewer, ect) are part of the one master Eclipse window. Rather than having all of the windows stuck inside one master "eclipse" window, I'd like them to all be their own free-floating windows.
© Stack Overflow or respective owner