yazd / DKit

DKit is a package to aid developing D programs using Sublime Text 3.
62 stars 23 forks source link

DKit doesn't find DCD when dcd_path contains spaces #12

Closed cspencer51 closed 10 years ago

cspencer51 commented 10 years ago

If dcd_path is set to a path containing spaces, DKit fails to find the dcd-server.

Example:

{
"dcd_path": "/Users/<my_username>/path to my folder/DCD/bin",
"dcd_port": 9166,
...
}
yazd commented 10 years ago

Thanks for the report.