Captain-Chaos / WorldPainter

WorldPainter is an interactive graphical map generator for the indie game Minecraft.
http://www.worldpainter.net/
GNU General Public License v3.0
341 stars 58 forks source link

Is it possible to change the Windows Explorer window? #349

Open Dannypan opened 9 months ago

Dannypan commented 9 months ago

The one right now is awful - it has limited buttons and no address or search bars. It's an absolute slog having to locate files, especially in %appdata% for stuff stored there.

I don't know if this is a Java limitation.

Peregrine05 commented 9 months ago

Chunky runs on Java and uses a better file selector dialog, but it also uses JavaFX, which WorldPainter, I believe, does not use.

Captain-Chaos commented 6 months ago

It is a Java limitation. It is also possible to use the OS native file selector, but the problem with that is that there is no way to offer previews of selected files or show custom names and icons (e.g. identifying Minecraft maps as Minecraft maps and making only those selectable). I can look into making it configurable so people willing to give up those features can switch to the native file selector.