SolarLune / masterplan

MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
https://solarlune.itch.io/masterplan
508 stars 46 forks source link

Multiple simultaneous plans #43

Closed MaliusArth closed 3 years ago

MaliusArth commented 3 years ago

win 10: trying to open a different plan while another plan is already open creates a second window with the previous (first) plan instead of the opened (second) plan.

apparently the behavior is that opening a .plan file from file explorer just starts masterplan, which simply loads the last open plan, instead of opening the .plan file with masterplan

my expected behavior would be that when i open .plan files from file explorer each of these .plan files is opened in separate windows, resulting in multiple different plans open at the same time for multi-tasking purposes (eventually with the ability to also copy tasks from one plan to another etc.)

SolarLune commented 3 years ago

Hello, sorry for the late reply~

To make things clear, you're referring to when you double-click on a .plan file, that MasterPlan opens the previously opened plan, rather than the plan you're clicking on?

This is, indeed, not proper behavior; I'll investigate it.

SolarLune commented 3 years ago

Hello, again. I've fixed this in today's commit (https://github.com/SolarLune/masterplan/commit/955b1b7e38b85d4b833efc885f51c33a140aa42d). Now when you double-click a plan, it should open properly.