diff --git a/generate.cpp b/generate.cpp index 3030478d..1f01bff5 100644 --- a/generate.cpp +++ b/generate.cpp @@ -317,16 +317,16 @@ void SolveSpace::GenerateAll(int first, int last, bool andFindFree) { // pruned any orphaned etc. objects, and the message loop for the // messagebox could allow us to repaint and crash. But now we must // be fine. - Error("Additional sketch elements were deleted, because they " - "depend on the element that was just deleted explicitly. " - "These include: \n" - " %d request%s\n" - " %d constraint%s\n" - " %d group%s\n\n" - "Choose Edit -> Undo to undelete all elements.", - deleted.requests, deleted.requests == 1 ? "" : "s", - deleted.constraints, deleted.constraints == 1 ? "" : "s", - deleted.groups, deleted.groups == 1 ? "" : "s"); + Message("Additional sketch elements were deleted, because they " + "depend on the element that was just deleted explicitly. " + "These include: \n" + " %d request%s\n" + " %d constraint%s\n" + " %d group%s\n\n" + "Choose Edit -> Undo to undelete all elements.", + deleted.requests, deleted.requests == 1 ? "" : "s", + deleted.constraints, deleted.constraints == 1 ? "" : "s", + deleted.groups, deleted.groups == 1 ? "" : "s"); } memset(&deleted, 0, sizeof(deleted)); } diff --git a/wishlist.txt b/wishlist.txt index f0dffc24..bf89f1b6 100644 --- a/wishlist.txt +++ b/wishlist.txt @@ -2,6 +2,8 @@ O(n*log(n)) assembly of edges into contours good color picker crude DXF, HPGL import a request to import a plane thing +make export assemble only contours in same group +make export rewrite fill color same as stroke color ----- rounding, as a special group