TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Redcar: Textmate-ish programmer’s editor for Gnome with bundles support

62 点作者 r11t大约 16 年前

6 条评论

tsally大约 16 年前
I've written my own editor too. Would you like to see my .emacs file?<p>All kiding aside, the most important thing about an editor is an ability to customize it, whether it be via Emacs Lisp, Vim Script, or some other means. No software developer or plugin writer is going to be able to anticipate your needs, instead give yourself the ability to fulfil them.<p>For example, just recently I wrote up a quick Emacs Lisp function to allow me to toggle between header files and source files for C/C++. I'll add a recursive search (to account for more complex project layouts with /inc and /src) after exams.<p><a href="http://paste.lisp.org/display/77348" rel="nofollow">http://paste.lisp.org/display/77348</a><p>For those that think learning to customize an editor takes too long, learning to program takes even longer. You'll learn how to make your editor do anything you want longer before you become an excellent programmer. Textmate and textmate like editors are great shortcuts, but probably crutches in the long run. That being said, Textmate does anticipates the average programmer's needs suprisignly well out of the box, so in that sense it fills a niche.
评论 #525518 未加载
sqs大约 16 年前
I know some Mac users who've said they would switch to Linux if there were a TextMate-like editor available. This could be it.
评论 #524976 未加载
评论 #524961 未加载
评论 #525128 未加载
评论 #524947 未加载
mtarnovan大约 16 年前
For people stuck on windows who would like to try a TextMate-like editor, check out <a href="http://intype.info" rel="nofollow">http://intype.info</a> (still in alpha at the moment, but quite usable).
hypermatt大约 16 年前
I'm a big fan of textmate, probably my favorite utility on the mac. While things like this and e editor(windows) help, there is still a ton of nice apps only on the mac. As for the Vi and Emacs people, I rather not spend weeks customizing my text editor, I just want something that can color code out of the box and I can get work done.
评论 #525065 未加载
评论 #525435 未加载
评论 #526234 未加载
lucraft大约 16 年前
This comment explains why I decided that Redcar would be my next project. <a href="http://www.reddit.com/r/programming/comments/6f2nh/what_do_you_do_for_a_hobby_project_when_youre/c03o3s6" rel="nofollow">http://www.reddit.com/r/programming/comments/6f2nh/what_do_y...</a><p>This project just lasted longer than most. Other than that, every justification I could offer has already been written in this comment thread.<p>(author of Redcar)
mtts大约 16 年前
What won me over to TextMate was the syntax mechanism: it's specifically geared towards situations where you're mixing more than one language in a single file (common in web development). Does this editor have that (couldn't figure it out from the link)?