kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

fix order open files clipboard #266

Closed jgrateron closed 3 years ago

jgrateron commented 3 years ago

When I copy a list of files, I first get an error of not recognizing the file type and then open them.

it is now corrected.

kaikramer commented 3 years ago

Hmm, I cannot reproduce this issue, maybe it's depending on the OS. But your commit seems sensible anyway.

kaikramer commented 3 years ago

Oh, and please try to format your code like the rest of the KSE sources. It's simply the standard formatter of Eclipse, but with max. line length of 120.