[Zope-it] External editor

Gianluca Di Carlo dicarlog@libero.it
Wed, 18 Sep 2002 10:00:27 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C25EFA.36A5DDB0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_0015_01C25EFA.36A5DDB0"


------=_NextPart_001_0015_01C25EFA.36A5DDB0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Salve, utilizzo il prodotto external editor ma ho due problemi:
1 - come avvisa anche nel readme non riesco con dreamweaver a far aprire =
pi=F9 di un file alla volta, qualcuno sa se ci sono opzioni da mettere =
nel file di configurazione alla linea "editor=3D"?

2 - i file temporanei vengono creati sempre nella directory predefinita =
e non in quella che io indico con l'opzione "temp_dir", cosa non va?

Vi allego il mio file di configurazione.
Ho installato Zope 2.5.1 su windows 2000

------=_NextPart_001_0015_01C25EFA.36A5DDB0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Salve, utilizzo il prodotto external =
editor ma ho=20
due problemi:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>1 - come avvisa anche nel readme non =
riesco con=20
dreamweaver a far aprire pi=F9 di un file alla volta, qualcuno sa se ci =
sono=20
opzioni da mettere nel file di configurazione alla linea =
"editor=3D"?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>2 - i file temporanei vengono creati =
sempre nella=20
directory predefinita e non in quella che io indico con l'opzione =
"temp_dir",=20
cosa non va?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Vi allego il mio file di=20
configurazione.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Ho installato Zope 2.5.1 su windows=20
2000</FONT></DIV></BODY></HTML>

------=_NextPart_001_0015_01C25EFA.36A5DDB0--

------=_NextPart_000_0014_01C25EFA.36A5DDB0
Content-Type: application/octet-stream;
	name="ZopeEdit.ini"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="ZopeEdit.ini"

# 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:\Programmi\Macromedia\Dreamweaver UltraDev 4\UltraDev.exe %1
#editor=F:\Programmi\UltraEdit\UEDIT32.EXE %1 
temp_dir = E:\gianluca\

# 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 = 0

# 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
temp_dir = E:\gianluca\

[meta-type:DTML Method]
extension=.dtml
temp_dir = E:\gianluca\

[meta-type:Script (Python)]
extension=.py
temp_dir = E:\gianluca\

[meta-type:Page Template]
extension=.pt
temp_dir = E:\

[meta-type:Z SQL Method]
extension=.sql
temp_dir = E:\

[content-type:text/*]
extension=.txt
temp_dir = E:\

[content-type:text/html]
extension=.html
temp_dir = E:\

[content-type:text/xml]
extension=.xml
temp_dir = E:\

[content-type:image/gif]
extension=.gif
temp_dir = E:\
editor = C:\Programmi\Internet Explorer\IEXPLORE.EXE E:\ %1

[content-type:image/jpeg]
extension=.jpg
temp_dir = E:\
editor = C:\Programmi\Internet Explorer\IEXPLORE.EXE

[content-type:image/png]
extension=.png
temp_dir = E:\
editor = C:\Programmi\Internet Explorer\IEXPLORE.EXE

------=_NextPart_000_0014_01C25EFA.36A5DDB0--