cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
883 stars 98 forks source link

Support additional notebook/sourceview windows #355

Open VJSchneid opened 6 years ago

VJSchneid commented 6 years ago

It would be a nice feature to support additional notebook/sourceview windows, which would make the work with multiple screens more comfortable.

I made a little effort already and if you want to I would finish the implementation.

eidheim commented 6 years ago

At first thought, it might be somewhat difficult to do this right, but it might be that supporting several notebooks is a good idea. The major changes in window.cc and its menu item handlers would be to receive the active notebook depending on which source view that was last focused. If you make it work, we are of course willing to accept such a pull request:)

VJSchneid commented 6 years ago

I will give it a try ;)