brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Brackets allow to install more than one web font or PhoneGap extensions. #2991

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by Zhanxin Wednesday Mar 20, 2013 at 09:28 GMT Originally opened as https://github.com/adobe/brackets/issues/3182


Preconditions:

  1. Configure the IIS on Windows
  2. Download the web font or PhoneGap extensions' zip package from the Github Steps:
  3. Launch the Brackets
  4. Click "File" > "Install Extension..."
  5. Input the URL of the web font or PhoneGap extensions' zip package
  6. Change the name of the zip package, and repeat the step 2 ~ 3

Result: The two extensions' zip package would be installed, there are two icons display on the Brackets panel

Expect: Only one extension's zip package should be installed.

Build: 0.22.6278 Please refer to the screenshot: https://www.dropbox.com/s/foc5s4gatneuu1a/MoreThanOneExtensions.jpg

core-ai-bot commented 3 years ago

Comment by pthiess Friday Mar 22, 2013 at 21:48 GMT


We need to have package.json files in the plugins later once the Extension publishing story is done.

core-ai-bot commented 3 years ago

Comment by pthiess Friday Mar 22, 2013 at 21:49 GMT


Keep tracking for now.

core-ai-bot commented 3 years ago

Comment by redmunds Monday Mar 17, 2014 at 20:51 GMT


This issue is unassigned, so marking "Needs Review".

core-ai-bot commented 3 years ago

Comment by Zhuyun Tuesday Mar 18, 2014 at 03:36 GMT


Tried this issue with 0.38.0.12173, it still reproduces when install the second time of for example web font extension with its package.json was edited to change the extension's name to other than default, then 2 web font extensions show up, though, this is not a normal operation.

core-ai-bot commented 3 years ago

Comment by njx Tuesday Apr 01, 2014 at 20:56 GMT


Hi@Zhuyun - thanks for looking at this again - that's not a normal workflow and it's as designed that two packages with different ids are considered different extensions. So closing this as fixed.

core-ai-bot commented 3 years ago

Comment by Zhuyun Thursday Apr 03, 2014 at 01:48 GMT


Hi@njx That's cool. Thanks