andrewbrg / codepad-chrome-app

An awesome multi-language IDE written in JavaScript, crafted for ChromeOS and released under the GNU general public license!
https://chrome.google.com/webstore/detail/code-pad-ide/adaepfiocmagdimjecpifghcgfjlfmkh
GNU General Public License v3.0
134 stars 86 forks source link

Multiple open projects #83

Open CZakarya opened 2 years ago

CZakarya commented 2 years ago

This might be more of a requested feature, but I would like to be able to have multiple projects open at once (for example I want to be able to work on the client and server at the same time, when they are in different places on my computer). It would be a really nice feature to have, and it would make my experience with this editor much better.

Currently when you open a new project, it just replaces your current project with the new one. I would like it to work somewhat like tabs, where you can have many of them, opening and closing them at will.