Hi, when opening files directly from ToDoList, then in some cases we don't want to open them with the default program from windows file association. Like when opening bat or html files, I wan't to edit them in a text editor not to execute or render them.
So my wish is a little like in this topic
https://groups.google.com/forum/#!category-topic/abstractspoon-todolist-support/feature-requests/K1q7603KYe8 but a little bit more advanced. It would be mind blowing if we could assign custom programs by file extension. Before opening a file ToDoList could check the "file associaton list" and if there is a match it would open the file with the custom program. If there are multiple programs available, TDL would open with the program which comes first in the list, but in a context menu it would display both programs and maybe an option "Open with Windows default program".
File associations could be just a simple list, example:
jpg;png;gif>..\irfanview\irfanview.exe
jpg;png;gif>"C:\Program Files\Photoshop\Photoshop.exe"
bat;html>..\notepad++\notepad++.exe
I hope it makes sense :)