enigma-dev / RadialGM

A native IDE for ENIGMA written in C++ using the Qt Framework.
GNU General Public License v3.0
46 stars 22 forks source link

Narrow 'Create Resource' list based on folder #225

Closed KartikShrivastava closed 2 years ago

KartikShrivastava commented 2 years ago

Hi, Create Resource menu in RGM shows whole list of resources ignoring the folder type user has clicked on:

image

Taking reference of LGM, it shows only desired Create Resource button instead of a nested list: image

fundies commented 2 years ago

EGM doesn't force that GM-Style project organization on you. It's there as a default but you can organize your project however you want. There are no special folders.

KartikShrivastava commented 2 years ago

Got it. I felt it was bug as it also let us add different type of resource into a different folder name.

RobertBColton commented 2 years ago

There will maybe be a logical or virtual view added that will show you the classic separated folders that you can toggle between. Regardless, even then the physical restriction is no longer necessary.