SubtitleEdit / plugins

Plugins for Subtitle Edit
GNU General Public License v3.0
89 stars 44 forks source link

Plugin for setting file associations #25

Open niksedk opened 9 years ago

niksedk commented 9 years ago

I've received some requests for setting the file associations in SE

1) should probably work in Win Vista - Win 10... (don't have xp) 2) should probably handle if existing association to old-non existing SubtitleEdit.exe exists

ivandrofly commented 9 years ago

Nice, but by doing so I think we first need to add command line options: e.g: SubtitleEdit.exe "subtitle.srt" right?

ivandrofly commented 9 years ago

SE Main entry point doesn't implement args[]

niksedk commented 9 years ago

SE accepts command line... try it :)

ivandrofly commented 9 years ago

:smile: nice var args = Environment.GetCommandLineArgs();? I thought this class was still under-construction :D

ivandrofly commented 9 years ago

Btw, why not in Main()?

xylographe commented 9 years ago

I think, the installer should (optionally) set file associations—Inno FAQ: Creating File Associations.

ivandrofly commented 9 years ago

I think, the installer should (optionally) set file associations—Inno FAQ: Creating File Associations.

/cc @niksedk ?