monster860 / FastDMM

A robust BYOND map editor
GNU General Public License v3.0
35 stars 16 forks source link

Adds 'Recent Files' functionality #27

Closed d34d10cc closed 7 years ago

d34d10cc commented 7 years ago

Okay, my code for this is most likely an abomination, but hey, it works!

Fixes #22.

One weird issue I had on my system, is that I could not directly run the build jar file because of some bizzare Invalid Character at the CMake directory with which I didn't do anything. I could run it through using both gradlew run and gradlew fatCapsule run though, and both versions work perfectly fine. I also copied the exact same jar to my Linux Mint VM and it worked there flawlessly too. Only OS I didn't test this on is OSX, so I'd be very thankful if someone could test it out.

bauen1 commented 7 years ago

Please don't cry, all hope may be lost for you but not for us.

PJB3005 commented 7 years ago

You should really be using java.nio.file.Path here.

d34d10cc commented 7 years ago

I added an extra change in the latest commit to stop people from opening the same DME while it's still open, cause, well, it's pointless.

d34d10cc commented 7 years ago

Alrighty then.