CC-Extension-Builder-for-Brackets icon indicating copy to clipboard operation
CC-Extension-Builder-for-Brackets copied to clipboard

Project created with Trailing Single Quote

Open JeffryBooher opened this issue 10 years ago • 7 comments

Creating a new project creates it with a trailing quote:

  1. Create New Creative Cloud Extension
  2. Accept the default "Hello World" stuff
  3. 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

JeffryBooher avatar Jan 21 '15 16:01 JeffryBooher

Same on Windows 7

62316e avatar May 19 '15 20:05 62316e

I can confirm that this problem exists as well on Windows 7.

sonictk avatar Jul 05 '15 07:07 sonictk

Removing + "'" from the end of line 81 of main.js fixes the problem for me on Windows 7.

danabrey avatar Jul 14 '15 15:07 danabrey

Oh yea. That seems rather explicit, though, to do that string append. Why was that even put in as a thing...? O__o

sonictk avatar Jul 14 '15 18:07 sonictk

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

danabrey avatar Jul 14 '15 18:07 danabrey

Problem still exists on Windows 7. Have to fix it every time I create a new extension.

boredstiff avatar Oct 08 '15 14:10 boredstiff

I installed this today (from within Brackets), v 1.2.7 - Problem still exists

Black-Platypus avatar Feb 08 '17 16:02 Black-Platypus