On Sat, Jun 03, 2006 at 01:47:33AM -0400, Russ Nelson wrote:
> Art Haas writes:
> > 'Modify' -> 'Change' -> 'Dimension' -> 'Primary Dim String' -> 'Size'
>
> Ah, yes, that fixes it.
Good.
> But I just discovered a few bugs. First one is that File->New is not
> undoable. Why shouldn't it b
On Sat, Jun 03, 2006 at 11:58:08AM -0500, Art Haas wrote:
> [ ... snip ... ]>
> I see this behavior as well. The 'rubberbanding stops erasing' is the
> change in the graphics context problem similar to that in the other
> drawing bug report. I also see that the completed segment is removed
> when
Art Haas writes:
> Doing a 'File->New' from the menu opens up a new window,
It does; I didn't notice that until after I sent the email.
> Handling undo operations in the middle of creating some entity will
> require some thought as to how, or even if, it can be done.
Art Haas writes:
> Here's
Hi.
A goal for the next release is to make PythonCAD work using translations
to a user's native language. Achieving this goal requires the use of
the 'gettext' module in Python, then enclosing the translatable strings
in the program within the special _() function. I've started making
these change