Will this be part of Creative Cloud eventually?
There's Adobe Edge Code CC - I thought that these were pretty much off the same code base?
Brackets, a code editor
51–60 of 128 posts
Re: Brackets, a code editor
#52Re: Brackets, a code editor
#53I downloaded the editor about two weeks ago. It's fun and easy to use. My only criticism is of the live editing feature. That's what drew me to the editor in the first place, but it seems to be very buggy. It stops updating the preview sporadically — and predictably, each time I open the JS Console. As a front-end dev, I can't really count on a preview that doesn't function with developer tools open. Having said all…
It's a bug (design decision) of Chrome. Only 1 debugger can be attached to Chrome at any given time. So if you have Brackets live preview enabled, you cannot use the developer tools within chrome. This is an issue with other tools that try to attach to Chrome to do this type of work. Sadly, Chrome doesn't see it as a big enough issue to fix.
Re: Brackets, a code editor
#54I downloaded the editor about two weeks ago. It's fun and easy to use. My only criticism is of the live editing feature. That's what drew me to the editor in the first place, but it seems to be very buggy. It stops updating the preview sporadically — and predictably, each time I open the JS Console. As a front-end dev, I can't really count on a preview that doesn't function with developer tools open. Having said all…
It's a bug (design decision) of Chrome. Only 1 debugger can be attached to Chrome at any given time. So if you have Brackets live preview enabled, you cannot use the developer tools within chrome. This is an issue with other tools that try to attach to Chrome to do this type of work. Sadly, Chrome doesn't see it as a big enough issue to fix.
Re: Brackets, a code editor
#55I would love for it to have jinja2 syntax highlighting support as well :)
Re: Brackets, a code editor
#56>> Live HTML Development >> As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Who actually writes non-templated HTML any more?
Re: Brackets, a code editor
#57>> Live HTML Development >> As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Who actually writes non-templated HTML any more?
If you have an established project, then sure, you probably already have your views setup.
It would be really cool if Brackets could detect that you are working on a partial and inject that back into the page somehow
Re: Brackets, a code editor
#58As a dirty prototyping pseudo-dev, the one thing that keeps me using Coda is its native ftp/scp capabilities. I can open files on a remote server as if they were local and command-s saves them back there. Right now it seems that none of these other editors support that function. I know I can run ssh-fs or similar, but that requires much more setup.
Sublime Text + SFTP plugin will let you do this.
Re: Brackets, a code editor
#59As a dirty prototyping pseudo-dev, the one thing that keeps me using Coda is its native ftp/scp capabilities. I can open files on a remote server as if they were local and command-s saves them back there. Right now it seems that none of these other editors support that function. I know I can run ssh-fs or similar, but that requires much more setup.
try cyberduck. you can set the default editor for remote files.
Re: Brackets, a code editor
#60Are they just abandoning it or is CEF3 the new AIR?