FabricMC / Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
GNU Lesser General Public License v3.0
426 stars 112 forks source link

Add file extensions to open and save dialogs #532

Closed Juuxel closed 3 months ago

Juuxel commented 9 months ago

Demo

Some notes about the extension choices:

ExtensionFileChooser was written to be a bit more general than this PR needs it to be so that it can be used for e.g. the open JAR dialog in the future.

Also fixes #533 by choosing Enigma directories as the default save format when closing.