CC-Extension-Builder-for-Brackets
CC-Extension-Builder-for-Brackets copied to clipboard
Project created with Trailing Single Quote
Creating a new project creates it with a trailing quote:
- Create New Creative Cloud Extension
- Accept the default "Hello World" stuff
- Create Project
Project Name and Folder are
com.example.helloworld'
Even if you change the name it is created with a trailing quote. This was tested only on Windows 8.1
Same on Windows 7
I can confirm that this problem exists as well on Windows 7.
Removing + "'"
from the end of line 81 of main.js fixes the problem for me on Windows 7.
Oh yea. That seems rather explicit, though, to do that string append. Why was that even put in as a thing...? O__o
As far as I can see there's been a closing quote but no opening quote on the extension ID since the rewrite for using the SDK: a4523da9132893f15e7514d952b961d2817797a2
Problem still exists on Windows 7. Have to fix it every time I create a new extension.
I installed this today (from within Brackets), v 1.2.7 - Problem still exists