Looks good. But I don't really care if I can style the editor with CSS3. Concretely, why should I scrap my current code editor and start using Kod? Is it somehow targeted to Node.js devs; how is that better than Cloud9?
Kod is a new Node.js scriptable code editor for OSX
11–20 of 72 posts
Re: Kod is a new Node.js scriptable code editor for OSX
#12Re: Kod is a new Node.js scriptable code editor for OSX
#13Earlier quoted context omitted.
Vim and Emacs weren't enough?
Show me a usable file tree view that doesn't look like crap for vim or emacs, and I will go back to using them. With today's web frameworks, when I hop between files all the time, I want a neat visual file tree.
Re: Kod is a new Node.js scriptable code editor for OSX
#14Finally some potential competition for textmate.
Vim and Emacs weren't enough?
Having an editor that I could extend in a real programming language (and JS is actually very nice once you grasp stuff like prototype inheritance and learn to avoid the... uhm, bad parts) would be simply awesome. And if it was pretty and integrated with OS X I would be willing to pay hard cash for it.
Re: Kod is a new Node.js scriptable code editor for OSX
#15Here's what I don't get about tabs and the phrase "programmer's text editor" -- what programmer only has 8 files open at once? Looking at ibuffer, I have 92 buffers open in Emacs right now. What would that look like with tabs?
My observations: Most people in word have 1-2 documents open at once. Most people in text editors like gedit, kate, eclipse, VS have maybe 10 or 20 tabs But most emacs users have at least 80 or 90 buffers open! It's an interesting phenomena that I haven't seen elsewhere. Why is this? Are tabs too much overhead or does emacs have really good buffer management? Not a criticism, I'm slowly picking up some emacs after 2…
Re: Kod is a new Node.js scriptable code editor for OSX
#16Re: Kod is a new Node.js scriptable code editor for OSX
#17Here's what I don't get about tabs and the phrase "programmer's text editor" -- what programmer only has 8 files open at once? Looking at ibuffer, I have 92 buffers open in Emacs right now. What would that look like with tabs?
I think a smarter solution would be to put recently accessed files in that file list on the side, vertically.
Re: Kod is a new Node.js scriptable code editor for OSX
#18Here's what I don't get about tabs and the phrase "programmer's text editor" -- what programmer only has 8 files open at once? Looking at ibuffer, I have 92 buffers open in Emacs right now. What would that look like with tabs?
(But I use the project view anyway, because I also see tabs as pointless, and most other developers I know rely on things like PeepOpen or Cmd+T's file finder.)