GeorgRottensteiner / C64Studio

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC
Other
260 stars 38 forks source link

Solution node context menu offers rename project incorrectly #103

Open Gavin-Williams opened 1 year ago

Gavin-Williams commented 1 year ago

[minor issue]

When I bring up the solution node context menu, there is an option to rename project. It isn't a project, it's a solution. The menu item should be changed to just 'rename' - that would resolve the inconsistency.

GeorgRottensteiner commented 1 year ago

As described in #102, there is actually no solution node. So "rename project" would be the correct term.

I'm now thinking to add a solution node, to keep consistent (and it would make accessing Solution options less awkward)