# Uncomment and specify an editor value to override the editor
# specified by the operating system
#editor =
# 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
# 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.
ついでに設定ファイル (スコア:1)
# 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 =
# 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
# 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.
[meta-type:DTML Document]
extension=.dtml
editor = "C:\Program Files\Hidemaru\Hidemaru.exe"
[meta-type:DTML Method]
extension=.dtml
editor = "C:\Program Files\Hidemaru\Hidemaru.exe"
[meta-type:Script (Python)]
extension=.py
editor = "C:\Program Files\Hidemaru\Hidemaru.exe"
[meta-type:Page Template]
extension=.pt
editor = "C:\Program Files\Hidemaru\Hidemaru.exe"
[meta-type:Z SQL Method]
extension=.sql
editor = "C:\Program Files\Hidemaru\Hidemaru.exe"
[content-type:text/*]
extension=.txt
editor = "C:\Program Files\Hidemaru\Hidemaru.exe"
[content-type:text/html]
extension=.html
editor = "C:\Program Files\Hidemaru\Hidemaru.exe"
[content-type:text/xml]
extension=.xml
editor = "C:\Program Files\Hidemaru\Hidemaru.exe"
[content-type:image/gif]
extension=.gif
editor = "C:\Program Files\Macromedia\Fireworks 4\Fireworks 4.exe"
[content-type:image/jpeg]
extension=.jpg
editor = "C:\Program Files\Macromedia\Fireworks 4\Fireworks 4.exe"
[content-type:image/png]
extension=.png
editor = "C:\Program Files\Macromedia\Fireworks 4\Fireworks 4.exe"