EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

[patch] implement open file on double click #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here's a simple patch to launch the default program to open the file, when
it's double-clicked, implemented via win32api.ShellExecute

Original issue reported on code.google.com by Zeng.Shi...@gmail.com on 26 Jan 2008 at 12:50

Attachments:

GoogleCodeExporter commented 9 years ago
Awesome!  I am really happy to have a Windows hacker =)

It should be safe by the way to just globally import win32api.  We rely on it in
other places like sysdep/proc_impl/proc_win32.py.

Committed r876
    M   hotwire/sysdep/fs_impl/fs_win32.py
r876 = e393afa8302ab1289c721c735c27c95c703ad6fb (git-svn)

Original comment by cgwalt...@gmail.com on 26 Jan 2008 at 12:58