Brackets, a code editor
31–40 of 128 posts
Re: Brackets, a code editor
#32[deleted]
Re: Brackets, a code editor
#33Will this be part of Creative Cloud eventually?
Re: Brackets, a code editor
#34I 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…
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
#35Re: Brackets, a code editor
#36The deal-breaking problem I have under Linux with editors based on node-webkit like Brackets and Light Table -- for some reason they don't use subpixel rendering, making all text extremely blurry. Maybe it's that issue https://github.com/rogerwang/node-webkit/issues/734 , but I'm not sure. Anyway, I am not aware about any workaround, and just can't use them in their current state.
Re: Brackets, a code editor
#37>> 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
#38Re: Brackets, a code editor
#39>> 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?
Any time I've ever written HTML (which hasn't happened often) it's always been in a text editor, raw. Then again, I'm clearly not exactly a web developer.
Templated, as in "this html isn't coming from a rails partial" etc.
Re: Brackets, a code editor
#40Earlier quoted context omitted.
Any time I've ever written HTML (which hasn't happened often) it's always been in a text editor, raw. Then again, I'm clearly not exactly a web developer.
That's a different thing. Templated, as in "this html isn't coming from a rails partial" etc.