Open andreArtelt opened 5 months ago
The methods openAnyInp and openCurrentInp try to run notepad.exe which exists on Windows only -- i.e. it crashes on Unix systems.
openAnyInp
openCurrentInp
I suggest implementing a more platform-independent solution, or at least checking the OS before anything is executed.
The methods
openAnyInp
andopenCurrentInp
try to run notepad.exe which exists on Windows only -- i.e. it crashes on Unix systems.I suggest implementing a more platform-independent solution, or at least checking the OS before anything is executed.