[PythonCAD] New subversion binaries installed

2005-12-12 Thread Art Haas
Hi. I've update Apache and Subversion to their latest developement releases, so please report any problems accessing the repository. The machine hosting the repo was rebooted and my httpd process was not restarted, so I used this unexpected downtime to perform the upgrade. Art -- Man once surren

Re: [PythonCAD] New patches to PythonCAD . . . .

2005-12-12 Thread Art Haas
On Fri, Dec 09, 2005 at 02:09:01PM -0500, Stuart Brorson wrote: > > I've been silent for a while! Thanks for the most recent release of > PythonCAD! Glad you like it! > I have recently had a little time to do some hacking on PythonCAD. In > particular, I have implemented the following two chan

Re: [PythonCAD] New patches to PythonCAD . . . .

2005-12-12 Thread Wilbert Knol
On Saturday 10 December 2005 08:09, Stuart Brorson wrote: > I have modified only the "modify -> move -> move horizontal" action > to work in my preferred way. > Note that I had to make one architectural change to make "select > first, then act" work for text objects: > Please find my patches a

Re: [PythonCAD] New patches to PythonCAD . . . .

2005-12-12 Thread Stuart Brorson
Art -- > The current move behavior, that is the distance specification prior to > the entity specification, was how I remember doing move operations > in ME-10. As you point out, this approach is inconsistent with other > PythonCAD operations, and in many cases the reverse procedure in how > other

Re: [PythonCAD] New patches to PythonCAD . . . .

2005-12-12 Thread Stuart Brorson
Wilbert -- > On Saturday 10 December 2005 08:09, Stuart Brorson wrote: > > > I have modified only the "modify -> move -> move horizontal" action > > to work in my preferred way. > > > Note that I had to make one architectural change to make "select > > first, then act" work for text objects: >

Re: [PythonCAD] New patches to PythonCAD . . . .

2005-12-12 Thread Art Haas
On Mon, Dec 12, 2005 at 01:39:36PM -0600, Art Haas wrote: > > I'm going to make the change to the horizontal moving to behave as your > patch would have it, and I'll use some of your changes as a starting > point. I suspect that I'll tweak some of your changes a bit, so what > I'll do is send out s

Re: [PythonCAD] New patches to PythonCAD . . . .

2005-12-12 Thread Art Haas
On Mon, Dec 12, 2005 at 05:19:20PM -0500, Stuart Brorson wrote: > Art -- > > > The current move behavior, that is the distance specification prior to > > the entity specification, was how I remember doing move operations > > in ME-10. As you point out, this approach is inconsistent with other > >