Actions > Run and similar commands pass file names to the shell without quoting or escaping, so for source files with spaces in their name this action does not work as expected.
To reproduce:
Create a source code file with spaces in its name such as “Amazing file.py”.
Open the file in Chocolat
Actions > Run
Expected result: File to be executed in Terminal.
Actual result: A “No such file or directory” error or possibly running of an incorrect file (“Amazing” in the example above).
Actions > Run and similar commands pass file names to the shell without quoting or escaping, so for source files with spaces in their name this action does not work as expected.
To reproduce:
Expected result: File to be executed in Terminal.
Actual result: A “No such file or directory” error or possibly running of an incorrect file (“Amazing” in the example above).
Chocolat 2.1.1 OS X 10.8.5