Patches item #3163612, was opened at 2011-01-21 13:08 Message generated for change (Comment added) made by millerpuckette You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3163612...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None
Status: Pending Resolution: Accepted
Priority: 5 Private: No Submitted By: ClaudiusMaximus (claudiusmaximus) Assigned to: Miller Puckette (millerpuckette) Summary: "save as" invalid command with [ ] in file name
Initial Comment: 1. create a new patch 2. save it as "foo[bar].pd" 3. select "save as" from the menu => pd prints 'invalid command name "bar"' moreover no "save as" dialog window opens
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2011-02-01 20:50
Message: applied to 0.43 test
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2011-01-21 13:22
Message: There was a call to pdtk_canvas_saveas that used "" for quotes. This patch switches it to use {} like the rest of Pd. That way you can use " [ ', etc in filenames. All chars should work except {}. To support {}, we need to make much bigger changes.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3163612...