One very simple, but very annoying thing I’ve had to deal with when building Sublime Plugins is the fact that there are spaces in the Packages path in Mac installations:
“/Users/breck/Library/Application Support/Sublime Text 3/Packages/TreeNotation/”
Obviously it’s ultimately Apple’s fault (why oh why couldn’t they do “ApplicationSupport”), but it really makes a number of simple things much hard than they should be, because I’m constantly having to escape the file path, unlike with other projects where it’s camelCase paths all the way.
Does anyone else feel this way?
How do the Sublime developers feel about it?
Am I the only one who is annoyed by this?