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

Win: Open a file always starts a new window #241

Open bjmi opened 3 years ago

bjmi commented 3 years ago

Double click a certificate or another file that is associated with keystore explorer opens a new window each time. As Keystore explorer supports tabs open new files in an existing instance instead of open a new one.

In addition a preference option like "Allow only one instance to run" would be a neat feature too.

kaikramer commented 3 years ago

Yeah, I agree, that would indeed be nice. Any idea how to implement this? The launcher process probably would have to check if an instance of KSE is already running and then somehow notify that instance via IPC to open the file.