davidderaedt / CC-Extension-Builder-for-Brackets

A brackets Extension for building Creative Cloud extensions
MIT License
94 stars 23 forks source link

Project created with Trailing Single Quote #20

Open JeffryBooher opened 9 years ago

JeffryBooher commented 9 years ago

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

62316e commented 9 years ago

Same on Windows 7

sonictk commented 9 years ago

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

danabrey commented 9 years ago

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

sonictk commented 9 years ago

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

danabrey commented 9 years ago

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

boredstiff commented 8 years ago

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

Black-Platypus commented 7 years ago

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