适用于 Linux 的 TextMate 替代方案

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1457406/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-03 17:43:01  来源:igfitidea点击:

TextMate alternative for Linux

linuxeditortextmate

提问by Jakub Arnold

Is there any TextMate alternative for Linux?

Linux 有没有 TextMate 替代品?

Something like e-TextEditorfor Windows

类似于Windows 的e-TextEditor

采纳答案by Pascal Thivent

Yes, the gedittext editor. The are some must read articles on this subject on the web:

是的,gedit文本编辑器。以下是网络上有关此主题的一些必读文章:

回答by clyfe

There is also Redcar Editor:

还有Redcar 编辑器

  • textmate wannabe clone
  • runs on Java (crossplatform)
  • written and extendable in Ruby (JRuby)
  • open source
  • plugins
  • extend-it-yourself feature
  • alpha (hurry and contribute)
  • textmate 想要克隆
  • 在 Java 上运行(跨平台)
  • 用 Ruby (JRuby) 编写和扩展
  • 开源
  • 插件
  • 扩展自己的功能
  • alpha(快点贡献)

回答by Spreadsheet

I personally use the gmateextension to gedit. However, it is also possible to compile E on Linux.

我个人使用gmate扩展到 gedit。但是,也可以在 Linux 上编译 E。

回答by wontondon

There is also scribes

还有文人

回答by jocap

Since the people behind E released the source, there's a GitHub repositoryyou can clone and install on your own.

由于 E 背后的人发布了源代码,因此您可以自行克隆和安装一个GitHub 存储库

Read more!

阅读更多!

回答by franc0is

Check out sublime: http://www.sublimetext.com/. It's not quite textmate but it has some pretty awesome features.

查看 sublime:http: //www.sublimetext.com/。它不完全是 textmate,但它有一些非常棒的功能。

回答by romainl

Why not Vim? It most likely comes by default with your distribution and is a lot more powerful than TextMate. I recommend it, even on Mac OS X.

为什么不是 Vim?它很可能默认随您的发行版一起提供,并且比 TextMate 强大得多。我推荐它,即使在 Mac OS X 上也是如此。

Or Emacs.

或者 Emacs。



Edit

编辑

I keep seeing this answer upvoted from time to time so, FWIW, this is the story of my switch from TextMate to Vim:

我不时看到这个答案被点赞,所以,FWIW,这是我从 TextMate 切换到 Vim 的故事:

As a long-time BBEdit user, I fell in love with TextMate's elegance and intuitiveness in 2006 and became proficient with it quite quickly. A couple of years later, though, I switched to Linux at home and went on a 10 months-long editor safari, looking for a cross-platform alternative to TextMate.

作为 BBEdit 的长期用户,我在 2006 年就爱上了 TextMate 的优雅和直观,并且很快就掌握了它。然而,几年后,我在家里切换到 Linux,并进行了为期 10 个月的编辑器 safari,寻找 TextMate 的跨平台替代品。

In those 10 months I tried seriously everyeditor, lightweight IDE or full-blown IDE that worked both on Linux and on Mac OS X with varying success. Too bloated, too light on features, not well integrated in the OS… every editor/IDE I tried had unacceptable flaws.

在这 10 个月里,我认真地尝试了每个编辑器、轻量级 IDE 或成熟的 IDE,它们都可以在 Linux 和 Mac OS X 上运行,并取得了不同程度的成功。太臃肿,功能太少,没有很好地集成到操作系统中……我尝试过的每个编辑器/IDE 都有不可接受的缺陷。

Last on the list were Emacs and Vim, mostly because of their legendary learning curves and their perceived "strangeness". Both editors passed all my tests successfully but Vim ultimately won because of the intuitiveness of its language and the simplicity of its configuration.

排在最后的是 Emacs 和 Vim,主要是因为它们具有传奇色彩的学习曲线和感知到的“奇怪”。两个编辑器都成功通过了我的所有测试,但 Vim 最终获胜,因为它的语言直观且配置简单。

So… I then spent a few months doing the most pointless thing ever: trying to turn Vim into a TextMate clone. I somehow pulled this off but the result was slow and bloated and all duct-tapped to death. Frustration led me to enlightenment and made "get" Vim which I've been using with much pleasure as my main editor for the last 4+ years.

所以......然后我花了几个月的时间做了有史以来最无意义的事情:试图将 Vim 变成 TextMate 的克隆。我以某种方式解决了这个问题,但结果是缓慢而臃肿,并且全部被管道敲死。挫折使我获得了启蒙,并制作了“get”Vim,在过去 4 年多的时间里,我一直很高兴地使用它作为我的主要编辑器。