machawk1 / wail

:whale2: Web Archiving Integration Layer: One-Click User Instigated Preservation
https://matkelly.com/wail
MIT License
345 stars 32 forks source link

Add a means to open the crawl configuration from Advanced->Heritrix->listbox #22

Open machawk1 opened 11 years ago

machawk1 commented 11 years ago

subprocess.call(('open', file)) on the crawler-beans.cxml works as expected but the system does not normally know how to open a cxml file. I wonder if there is a way to open the system's text editor.

machawk1 commented 8 years ago

To accomplish this via the context menu requires the option to first be selected via a left mouse click. Right-clicking on an item in a wxPython listbox does not select the item and thus the context of the job id as the source of the path to the file to be edited is not obtainable.