Comment by shortrounddev2
Comment by shortrounddev2 5 days ago
I've wanted to create an IDE which uses a multi-window design. I think most IDEs are just doing a left-drawer bottom-drawer layout where the left drawer has all your files in a tree and the bottom drawer has your terminal. I've somewhat recently taken to detaching the solution explorer from the main window in Visual Studio and I'm kind of enjoying it. It's like what used to be GIMP's original default interface, with a main editing canvas and a few floating toolboxes
Emacs lets you have as many windows as you like, and you can mix and match terminal and GUI windows all connected to the same session