Brackets

For discussions about game development that does not fit in any of the other topics.
Post Reply
User avatar
srachit
Posts: 291
Joined: Sat Jan 05, 2013 6:10 pm

Brackets

Post by srachit »

Anyone used this before? Seems like a real nice editor http://brackets.io/
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Brackets

Post by hallsofvallhalla »

wow I am definitely going to give it a try!
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: Brackets

Post by OldRod »

Wow, that is impressive!

Thanks for linking that. I had never seen it before.
User avatar
kaos78414
Posts: 507
Joined: Thu Jul 22, 2010 5:36 am

Re: Brackets

Post by kaos78414 »

I had seen this a while back; it looks pretty awesome. That one and this one: https://atom.io/ (once it becomes available on Windows) I am interested in trying out. For now I use Sublime Text with a few plugins, one for a color picker, and I use livereload along with watcher / grunt to make it to where I never have to restart my server to see changes. The one feature I can't replicate is the built-in browser that allows you to directly edit a DOM element. I wonder how well this plays with front-end JS frameworks like Angular.
w00t
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Brackets

Post by Jackolantern »

Looks pretty cool, but I am pretty rooted-in with WebStorm. I may give this a go, though!
The indelible lord of tl;dr
sniko
Posts: 23
Joined: Fri Jan 17, 2014 2:56 pm

Re: Brackets

Post by sniko »

Good find!
Image

Code: Select all

class Life extends Bitch {
  //...
}
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: Brackets

Post by Verahta »

I just started using Brackets, it's pretty awesome. Has multiple selection and multiple cursor editing, live preview updates, and a cool "quick edit" feature. You hit control+E and it opens up whatever JavaScript or CSS is affecting that area of your HTML in a little window and you can quickly edit the corresponding JS and CSS.

Interestingly, the entire Brackets editor is built in just HTML5, JavaScript, and CSS so anyone who knows those languages can mod Brackets. Funny thing to mention is that the Brackets team uses Brackets to edit and update Brackets! Haha recursive dev? :D
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Brackets

Post by Jackolantern »

That reminds me of the fact that the first C++ compiler was built with C. I mean, I understand it, but it is still kind of brain-bending lol.
The indelible lord of tl;dr
Post Reply

Return to “General Development”