Josdelsan / Proteus

Proteus is a configurable tool for editing structured documents, based on the concept of archetypes.
BSD 3-Clause "New" or "Revised" License
28 stars 3 forks source link

Study the feasibility of using an MDI approach #23

Open amador-duran-toro opened 2 weeks ago

amador-duran-toro commented 2 weeks ago

Study the feasibility and complexity of moving from an SDI (single document interface) to a MDI (multiple document interface), where more than one project can be open at the same time and more than one view of a single project is possible. This would allow copying and moving objects between projects and documents easier. This was the approach in REM, as implemented in Visual C++ MFC framework.