[Zope-CVS] CVS: Products/ExternalEditor - CHANGES.txt:1.53
INSTALL-WIN32.txt:1.7 README.txt:1.13
Casey Duncan
casey at zope.com
Mon Jul 12 17:50:00 EDT 2004
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv6590
Modified Files:
CHANGES.txt INSTALL-WIN32.txt README.txt
Log Message:
Update docs and chang log
=== Products/ExternalEditor/CHANGES.txt 1.52 => 1.53 ===
--- Products/ExternalEditor/CHANGES.txt:1.52 Mon Jul 12 14:00:37 2004
+++ Products/ExternalEditor/CHANGES.txt Mon Jul 12 17:50:00 2004
@@ -1,6 +1,12 @@
External Editor Change Log
- Next release
+ 0.8 release
+
+ - Compiled windows helper app binary using Python 2.3.4, Pythonwin build
+ 163 and py2exe 0.5.
+
+ - Add Dreamweaver plugin contributed by Manuel Aristaránn. Thanks also
+ to Anton Stonor.
- Add ZMI support for Zope 2.7's ordered folder objects.
=== Products/ExternalEditor/INSTALL-WIN32.txt 1.6 => 1.7 ===
--- Products/ExternalEditor/INSTALL-WIN32.txt:1.6 Thu Nov 6 09:18:48 2003
+++ Products/ExternalEditor/INSTALL-WIN32.txt Mon Jul 12 17:50:00 2004
@@ -16,7 +16,7 @@
The binary distribution for Windows includes everything you need to
to install the helper application. It is precompiled to a native Windows
- executable using Python 2.2.2, Pythonwin build 152 and Py2exe 0.3.3.
+ executable using Python 2.3.4, Pythonwin build 163 and Py2exe 0.5.
Everything is included for you in one package.
Just run the setup executable to install and configure the helper app
@@ -29,7 +29,7 @@
Helper Application Installation (Source)
- Dependancies: Python 2.2, Pythonwin extensions
+ Dependancies: Python 2.2 or newer, Pythonwin extensions (win32all)
*Note: This configuration is for Windows 98, for easier setup on XP and
Windows 2000, use the binary distribution*
@@ -62,12 +62,12 @@
- For Action enter: Open
- For application used, enter or browse to the path to pythonw.exe
- (wherever you installed python2.2, such as C:\Python22).
+ (wherever you installed python2.3, such as C:\Python23).
Use quotes around the path if it includes spaces. Following the path to
Python, enter the path to the helper application file, in quotes if
needed. Follow it with: "%1" (in quotes). On my system it looks like::
- '"C:\Python22\pythonw.exe" C:\Casey\ExternalEditor\zopeedit.py "%1"
+ '"C:\Python23\pythonw.exe" C:\Casey\ExternalEditor\zopeedit.py "%1"
- Click OK.
=== Products/ExternalEditor/README.txt 1.12 => 1.13 ===
--- Products/ExternalEditor/README.txt:1.12 Mon May 3 15:13:04 2004
+++ Products/ExternalEditor/README.txt Mon Jul 12 17:50:00 2004
@@ -228,6 +228,7 @@
Application Platform Plugin Module Name(s)
===================================================
HomeSite Windows homesite5, homesite
+ Dreamweaver Windows dreamweaver
Photoshop Windows photoshp, photoshop
MS Word Windows winword, word
MS Excel Windows excel
@@ -256,7 +257,12 @@
cannot detect that you have closed a file until you exit the entire
application (it can still detect saves). Therefore you may want to turn
off DAV locking (use_locks=0) or borrow locks (always_borrow_locks=1)
- when using it.
+ when using it.
+
+ Dreamweaver -- External editor cannot detect when you have finished
+ editing a single file. Objects edited with Dreamweaver will remain
+ locked on the server until you exit the application. As with Photoshop
+ above, you may want to turn off locking for Dreamweaver.
If your favorite editor needs a plugin because the general support is
not good enough, please let me know. Keep in mind that I must be able to
More information about the Zope-CVS
mailing list