mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
Removed an old bug: parentheses and backslash are meta-characters in Postscript
strings but weren't escaped until now. - postscript.c: output all Postscript strings with ps_string, which correctly escapes parentheses and backslashes - TODO: removed the bug entry git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5952 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
1
TODO
1
TODO
@@ -32,7 +32,6 @@ Bugs:
|
||||
- focus should return to canvas if nobody else wants it
|
||||
- whenever we call parse_* for input parsing, we may leak lots of expressions
|
||||
- can't edit measurement labels through the GUI
|
||||
- unbalanced parentheses in text throw off Postscript syntax
|
||||
|
||||
Code cleanup:
|
||||
- merge edit_unique with edit_name
|
||||
|
||||
Reference in New Issue
Block a user