SoarGroup / VisualSoar

VisualSoar is a development environment written in Java to aid in the creation of agents for use in Soar
6 stars 6 forks source link

Visual Soar should remember the read-only status of auto-opened projects #24

Closed amnuxoll closed 6 months ago

amnuxoll commented 6 months ago

When Visual Soar launches, it attempts to open whatever project you had open last time. However, if that project was last opened as Read-Only, Visual Soar re-opens it as an editable project. This can be an annoyance to a user who is trying to keep a particular project intact.

To address this, Visual Soar should remember the read-only status that was used the last time a project was opened.

amnuxoll commented 6 months ago

I've implemented this change. The relevant commit is here: https://github.com/SoarGroup/VisualSoar/commit/f96a2581e5ce4c0b75caa5db81aa8c40f9d70a7a