# Zope External Editor helper application configuration [general] # General configuration options # Uncomment and specify an editor value to override the editor # specified by the operating system #editor = C:\Program\TextPad 4\TextPad.exe -m "%1" editor = C:\Program\TextPad 4\TextPad.exe -m "%1" # Automatic save interval, in seconds. Set to zero for # no auto save (save to Zope only on exit). save_interval = 1 # Temporary file cleanup. Set to false for debugging or # to waste disk space. Note: setting this to false is a # security risk to the zope server cleanup_files = 1 # Use WebDAV locking to prevent concurrent editing by # different users. Disable for single user use or for # better performance use_locks = 1 # To suppress warnings about borrowing locks on objects # locked by you before you began editing you can # set this flag. This is useful for applications that # use server-side locking, like CMFStaging always_borrow_locks = 1 # Specific settings by content-type or meta-type. Specific # settings override general options above. Content-type settings # override meta-type settings for the same option. reload_on_save = 1 [meta-type:DTML Document] extension=.dtml editor = C:\Program\Macromedia\Dreamweaver 3\Dreamweaver.exe "%1" [meta-type:DTML Method] editor = C:\Program\TextPad 4\TextPad.exe -m "%1" extension=.dtml [meta-type:Script (Python)] extension=.py [meta-type:Page Template] extension=.pt editor = C:\Program\Macromedia\Dreamweaver 3\Dreamweaver.exe "%1" [meta-type:Z SQL Method] extension=.sql [content-type:text/*] extension=.txt [content-type:text/html] extension=.html editor = C:\Program\Macromedia\Dreamweaver 3\Dreamweaver.exe "%1" [content-type:text/xml] extension=.xml [content-type:image/gif] extension=.gif editor = C:\Program\Adobe\Photoshop 6.0\ImageReady.exe "%1" [content-type:image/jpeg] extension=.jpg editor = C:\Program\Adobe\Photoshop 6.0\ImageReady.exe "%1" [content-type:image/png] extension=.png editor = C:\Program\Adobe\Photoshop 6.0\ImageReady.exe "%1" [content-type:application/msword] extension=.doc editor = "C:\Program\Microsoft Office\Office\WINWORD.EXE" "%1" [content-type:application/vnd.ms-excel] extension=.xls editor = "C:\Program\Microsoft Office\Office\EXCEL.EXE" "%1" [content-type:application/x-msexcel] extension=.xls editor = "C:\Program\Microsoft Office\Office\EXCEL.EXE" "%1" [content-type:application/vnd.ms-powerpoint] extension=.ppt editor = "C:\Program\Microsoft Office\Office\POWERPNT.EXE" "%1" [content-type:application/x-mspowerpoint] extension=.ppt editor = "C:\Program\Microsoft Office\Office\POWERPNT.EXE" "%1"