discuss-gnu-electric
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

questions concerning what will change in future versions


From: Paul Turner
Subject: questions concerning what will change in future versions
Date: Fri, 11 Nov 2005 16:16:17 -0500
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

First off, thank you for releasing 8.03.

My questions are about the library file format and the command line interface accessed at the bottom of the print console. Which is more likely to change and how fundamentally, or will they just be slowly added onto?

Also, he non-manhattan fix needed a slight modification to work for non-fixedAngle arcs (as
I needed) by placing:
if(!useArc.isFixedAngle()) singleArc = true;
at line 151 in SimpleWirer in order to account for that case
and
if(!useArc.isFixedAngle()) endPoint = clicked;
at line 373 in Interactive Router since I didn't want it to go to a vertical or horizontal
route automatically
I also added
if(!startArc.isFixedAngle()) angleIncrement = 0;
at line 508 in Interactive router since the increment 90 check didn't account for a null in the case of non-fixedAngle arcs but that might not be needed. Just thought I'd mention these changes in case they're needed or if you decide to incorporate them since they don't
seem to damage any other functionality.


Paul Turner









reply via email to

[Prev in Thread] Current Thread [Next in Thread]