Why I Wrote a Programmer's Text Editor
21–30 of 59 posts
Re: Why I Wrote a Programmer's Text Editor
#22Is the font rendering on this guy's site screwed up for anyone else? The "t"'s have something wrong with them: http://ompldr.org/vNzVrZg/why_i_wrote_a_programmers_text_edi... Firefox 3.6 on Linux.
Re: Why I Wrote a Programmer's Text Editor
#23Is the font rendering on this guy's site screwed up for anyone else? The "t"'s have something wrong with them: http://ompldr.org/vNzVrZg/why_i_wrote_a_programmers_text_edi... Firefox 3.6 on Linux.
Re: Why I Wrote a Programmer's Text Editor
#24Earlier quoted context omitted.
This is a programmers editor. From the population of people who use such editors, using Linux really isn't all that uncommon.
Sure. But for the power user, for the full-time developer, there's no point in going for something like Kod. Learning vim or emacs is actually not that hard. As Rasmus points out in this blog post, he's aiming for a different crowd: people for whom programming is a secondary activity.
Re: Why I Wrote a Programmer's Text Editor
#25Is the font rendering on this guy's site screwed up for anyone else? The "t"'s have something wrong with them: http://ompldr.org/vNzVrZg/why_i_wrote_a_programmers_text_edi... Firefox 3.6 on Linux.
His two font choices Georgia: http://i.imgur.com/Lp6QL.png
Droid Serif: http://i.imgur.com/0Kja4.png
Re: Why I Wrote a Programmer's Text Editor
#26Is the font rendering on this guy's site screwed up for anyone else? The "t"'s have something wrong with them: http://ompldr.org/vNzVrZg/why_i_wrote_a_programmers_text_edi... Firefox 3.6 on Linux.
Re: Why I Wrote a Programmer's Text Editor
#27Is the font rendering on this guy's site screwed up for anyone else? The "t"'s have something wrong with them: http://ompldr.org/vNzVrZg/why_i_wrote_a_programmers_text_edi... Firefox 3.6 on Linux.
Looks okay on chrome 9 on ubuntu lts: His two font choices Georgia: http://i.imgur.com/Lp6QL.png Droid Serif: http://i.imgur.com/0Kja4.png
Re: Why I Wrote a Programmer's Text Editor
#28Nice, just found Kod yesterday while browsing around Github and gave it a try. Really like the dark syntax highlighting, looks very pleasing. I seem to have a font-rendering issue though, the text looks kinda blurry.
Re: Why I Wrote a Programmer's Text Editor
#29Look really nice. Too bad it's just OSX and as jjcm and xtacy pointed out, too bad it doesn't support vim or emacs bindings/integration in some way. I really like your UI choices borrowing so heavily from Chrome, though. Really do... updates personal notes
> too bad it doesn't support vim or emacs bindings/integration in some way. Well the bindings could probably be added[0], it's OSS and probably rather small still. Emacs integration on the other hand, that would be rather harder. [0] actually, since it uses standard Cocoa (text) controls it already has some Emacs-type bindings (C-a, C-e, C-f, C-b, C-k, C-p, C-n, ...) and you can define more (or redefine existing stuf…
Re: Why I Wrote a Programmer's Text Editor
#30Love the chromium backend of it - I'd love it even more if it were merged with vim in a macvim-esque sort of way.