[Zope-dev] ExternalEditor & Windows

2002-05-21 Thread brian.r.brinegar.1
Hello, I'm working on porting Casey Duncans ExternalEditor helper application to work with Windows. I've got some stuff working, but it's far from complete. I was wondering if anyone else was working on this? I would hate to be duplicating efforts, but I would love to help. -Brian _

Re: [Zope-dev] ExternalEditor & Windows

2002-05-21 Thread Andy McKay
On May 21, 2002 09:29 am, brian.r.brinegar.1 wrote: > Hello, > > I'm working on porting Casey Duncans ExternalEditor helper application to > work with Windows. I've got some stuff working, but it's far from > complete. I was wondering if anyone else was working on this? I would hate > to be duplic

Re: [Zope-dev] ExternalEditor & Windows

2002-05-21 Thread Casey Duncan
Gabriel Genellina <[EMAIL PROTECTED]> just today submitted a port that looks like it goes a long way toward Windows support. Attached is the helper app with her revisions. Let me know if it works for you. -Casey On Tuesday 21 May 2002 01:08 pm, Andy McKay wrote: > On May 21, 2002 09:29 am, br

Re: [Zope-dev] ExternalEditor & Windows

2002-05-21 Thread Joachim Schmitz
Hi, great to hear, I just wanted to write a mail to the list asking for a joint effort for bringing ExternalEditor to Windows. I personally cannot offer any help, except testing it, since I am working on linux. I have EE installed and it works like charm, it is the solution for a problem, Zope

Re: [Zope-dev] ExternalEditor & Windows

2002-05-21 Thread Casey Duncan
On Tuesday 21 May 2002 01:39 pm, Joachim Schmitz wrote: > Hi, > > great to hear, I just wanted to write a mail to the list asking for a joint > effort for bringing ExternalEditor to Windows. I personally cannot offer > any help, except testing it, since I am working on linux. > I have EE instal

Re: [Zope-dev] ExternalEditor & Windows

2002-05-21 Thread Joachim Schmitz
--On Dienstag, Mai 21, 2002 14:00:59 -0400 Casey Duncan <[EMAIL PROTECTED]> wrote: > On Tuesday 21 May 2002 01:39 pm, Joachim Schmitz wrote: >> Hi, >> >> great to hear, I just wanted to write a mail to the list asking for a >> joint effort for bringing ExternalEditor to Windows. I personally

Re: [Zope-dev] ExternalEditor & Windows

2002-05-22 Thread Joachim Schmitz
Hi, how do I start this, I made the changes in the browser (opera), installed the latest Python-2.2.1 with tk-support. I can start zopeedit-win32.py by dubbleclick, but than it terminates cause of missing arguments. But when I select zopeedit-win32.py in Opera for application/x-zope-edit, and

Re: [Zope-dev] ExternalEditor & Windows

2002-05-22 Thread brian.r.brinegar.1
On Tue, 21 May 2002, Casey Duncan wrote: > I totally agree. And I still intend to deliver one that runs native on > windows, probably just using the windows scripting host. > > This version will hopefully tide people over for the time being. > > -Casey > I've started a VB Script version for the

Re: [Zope-dev] ExternalEditor & Windows

2002-05-22 Thread Casey Duncan
On Wednesday 22 May 2002 04:19 am, Joachim Schmitz wrote: > Hi, > > how do I start this, I made the changes in the browser (opera), installed > the latest Python-2.2.1 with tk-support. I can start zopeedit-win32.py by > dubbleclick, but than it terminates cause of missing arguments. But when I

Re: [Zope-dev] ExternalEditor & Windows

2002-05-22 Thread Matt Behrens
brian.r.brinegar.1 wrote: > I've started a VB Script version for the Windows Scripting Host. Right now > I'm in the proof of concept stage. I've got something that opens a file, > spawns an editor, gets the process id, and can PUT a file to Zope. (works > with SSL too) Please pardon my Windows

Re: [Zope-dev] ExternalEditor & Windows

2002-05-22 Thread Casey Duncan
On Wednesday 22 May 2002 09:06 am, Matt Behrens wrote: > brian.r.brinegar.1 wrote: > > > I've started a VB Script version for the Windows Scripting Host. Right now > > I'm in the proof of concept stage. I've got something that opens a file, > > spawns an editor, gets the process id, and can PUT a

Re: [Zope-dev] ExternalEditor & Windows

2002-05-22 Thread brian.r.brinegar.1
On Wed, 22 May 2002, Behrens Matt - Grand Rapids wrote: > brian.r.brinegar.1 wrote: > > > I've started a VB Script version for the Windows Scripting Host. Right now > > I'm in the proof of concept stage. I've got something that opens a file, > > spawns an editor, gets the process id, and can PUT