Brackets: Extract for Brackets not working

Created on 19 Jun 2016  ·  17Comments  ·  Source: adobe/brackets

Hello, suddenly whilst working in Brackets today the extract button doesn't work at all. Here are the errors I've found in the console:

2/lib/graphite-api/public/js/models/AuthModel.js:85 Uncaught TypeError: Cannot read property 'lastIndexOf' of undefined
isAdobeInternalUser: function () {
var bAdobeInternal = false;
if (this.user_data) {
var emailAddress = this.user_data.email;
var domainIndex = emailAddress.lastIndexOf('@');
if (domainIndex !== -1) {
var domainName = emailAddress.substr(domainIndex + 1);
domainName = domainName.toLowerCase();
if ((domainName === 'adobe.com') ||
(domainName === 'adobetest.com') ||
(domainName === '601t.com')) {
bAdobeInternal = true;
and

/command/KeyBindingManager.js:749 Cannot assign Shift-Cmd-1 to codefolding.expand.all. It is already assigned to view.togglePanels_addBinding @ /command/KeyBindingManager.js:749
/utils/DeprecationWarning.js:90 Use brackets.getModule("thirdparty/path-utils/path-utils") instead of global PathUtils.
at Object.defineProperty.get (/brackets.js:137:32)
at Object.eval (/./utils/TemplateUtil.js:30:33)

if (ignoreGeneric) {
// explicit command binding overrides this one
return null;
}

    if (existing) {
        // do not re-assign a key binding
        console.error("Cannot assign " + normalized + " to " + commandID + ". It is already assigned to " + _keyMap[normalized].commandID);
        return null;
    }

Please help!

F Extract

Most helpful comment

No reasons to use Brackets anymore, hello Atom :(

All 17 comments

Mine stopped working after updating to the latest preview

@pridemusvaire @brandl3s Please refer to this announcement http://blog.brackets.io/2016/04/14/update-about-extract-for-brackets-preview/

We will not be supporting Extract inside Brackets anymore.

so this means there's no more extract in brackets.
????/
It was a revolutionary plugin that lured me to use brackets.

@pridemusvaire It is just that Extract is not supported inside Brackets. Please checkout the extract panel in Dreamweaver CC. You should be able to use Extract service from within Dreamweaver.

Oh by the way Dreamweaver Beta is out with a complete UI and coding surface overhaul (https://www.adobeprerelease.com). You might want to give it a run. 😄

Hi Thanks.

Will check it out.

From: Prashanth Nethi [mailto:[email protected]]
Sent: Tuesday, July 5, 2016 4:49 AM
To: adobe/brackets [email protected]
Cc: Pride Musvaire [email protected]; Mention [email protected]
Subject: Re: [adobe/brackets] Extract for Brackets not working (#12539)

@pridemusvaire https://github.com/pridemusvaire It is just that Extract is not supported inside Brackets. Please checkout the extract panel in Dreamweaver CC. You should be able to use Extract service from within Dreamweaver.

Oh by the way Dreamweaver Beta is out with a complete UI and coding surface overhaul (https://www.adobeprerelease.com). You might want to give it a run. J


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/adobe/brackets/issues/12539#issuecomment-230377479 , or mute the thread https://github.com/notifications/unsubscribe/AHqkpLNvmbFSTFHdnpi_magbn33pnz5Fks5qScYlgaJpZM4I5OQ3 . https://github.com/notifications/beacon/AHqkpIlquFf0qbws8pvjDyCb9KXPVHIwks5qScYlgaJpZM4I5OQ3.gif

Seems a shame to remove that feature when the only reason I used brackets was to have extract. Anyway thank you for the answers, I'm moved onto Sublime 👍

No reasons to use Brackets anymore, hello Atom :(

Closing since Extract is deprecated.

This killed this editor. Im move into VS Code.

Totally sucks, it was a badass feature and just now that I moved from Adobe to Affinity I was gonna try the affinity PSD in brackets to see how it works but instead got the bad news, well still keeping brackets I already got used to it, and I liked that I didn't have to open Photoshop to navigate through my mockups, but I don't mind with Affinity now.

It is pity. It was the best feature. Bye brackets :/

Oh, I just installed Brackets to deal with client PSD's... And uninstalled.

Just installed brackets to work with PSD on Linux
And uninstalled
Adobe hates Linux
Dreamweaver sucks
Brackets without Extract sucks
Photoshop just for get color and size - sucks

I uninstalled brackets too, instead I'm using netbeans or visual studio code... since I still can use extract on the web then no need to keep brackets.

very sad

Hope extract as soon as possible return please

Don't think they'll bring it back, they want to push Dreamweaver

Dreamweaver sucks, why they are don't understand that true

Was this page helpful?
0 / 5 - 0 ratings

Related issues

declanmarks picture declanmarks  ·  3Comments

mrapino picture mrapino  ·  3Comments

ankushdas9 picture ankushdas9  ·  3Comments

naphipps picture naphipps  ·  4Comments

edlau picture edlau  ·  3Comments