Railroad-Team/Modding-IDE

Creating New Files no longer Works?

Opened this issue · 2 comments

Before, when you did
File > New > Class/Interface/Enum/Annotation, it would open up a pop-up window to create it, however now, it no longer does anything.

I have replicated this issue

#41 wrongly changed .setActionEvent(event -> new CreateNewJavaFile("Create New Interface", "Done", JavaClassTypes.INTERFACE).makeWindow()).build() in TopMenu. The makeWindow() was added to fix #36 but removed later dunno y