Praat is open-source a phonetics analysis software. We constantly need to drag files into the software. While it has a drag-and-drop function for the Mac version, it does not have it for windows. This is a headache and I'm trying to find some solutions.
I understand there must be reasons behind this and I do not doubt the developers at all. But just out of curiosity for the general software developing knowledge, I was wondering:
- Is it different for Mac and Windows? Is it easier to develop this function on MacOS?
- If we want this function for Windows, is there a plug-in or something that we can use? If not, then what do we need to do to realise this? I know a friend who wrote a program 10 years ago to enable dragging and dropping files to upload to a website. Would having such a script (maybe in js or html5) help with developing this function in other exes such as Praat? Is there a language that seems to be the most suitable for this purpose?