QuiltMC/enigma

[feature request] package creation confirmation

Closed this issue · 1 comments

currently, enigma automatically creates packages according to the names you give your files.

this is fine, but gets annoying if you have a typo in your package name and put your file in the wrong place. A confirmation dialogue with "confirm" and "cancel" options would be a simple solution to this issue.

hm, one thing blocking this is that to check that the package doesn't exist you would have to run through all classes, which would take ages
maybe an index of packages could solve that?