[PD-dev] [ pure-data-Patches-3163612 ] "save as" invalid command with [ ] in file name

SourceForge.net noreply at sourceforge.net
Fri Jan 21 22:22:23 CET 2011


Patches item #3163612, was opened at 2011-01-21 16:08
Message generated for change (Settings changed) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3163612&group_id=55736

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: Open
>Resolution: Fixed
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: Hans-Christoph Steiner (eighthave)
Date: 2011-01-21 16: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&group_id=55736



More information about the Pd-dev mailing list