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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Graphical OSS code editor for Linux?

7 点作者 gima超过 11 年前
I have tried to find a good general purpose open-source code editor for Linux, but am having difficulties finding one. Vim and Emacs are out. What graphical editors are there that you would give your vote for?<p>Features that I seek are:<p><pre><code> * Syntax highlighting, Auto-indent, In-&#x2F;deindent with tab, Tabs to spaces * Code block visualization (and folding), Variable highlighting * Changing of eol(crlf&#x2F;lf&#x2F;..) and encoding * (Column mode editing), (Multiple views) * Font selection</code></pre>

8 条评论

memracom超过 11 年前
Vim does all of these. And it comes with a GUI, gvim, although the job of a text editor is so non-GUI that it seems ridiculous to describe a text editor for source code as a &quot;graphical editor&quot;. Before you dismiss Vim, have a look at Cream <a href="http://cream.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;cream.sourceforge.net&#x2F;</a> which is just Vim with a better default config. Also look at Vim as Your IDE <a href="http://haridas.in/vim-as-your-ide.html" rel="nofollow">http:&#x2F;&#x2F;haridas.in&#x2F;vim-as-your-ide.html</a><p>Most people who want a GUI end up with Eclipse or IntelliJ or Netbeans
评论 #6428456 未加载
olgeni超过 11 年前
Some random ideas:<p><pre><code> http:&#x2F;&#x2F;kate-editor.org&#x2F; http:&#x2F;&#x2F;www.jedit.org&#x2F; https:&#x2F;&#x2F;projects.gnome.org&#x2F;gedit&#x2F; http:&#x2F;&#x2F;www.scintilla.org&#x2F;SciTE.html http:&#x2F;&#x2F;www.kdevelop.org&#x2F; </code></pre> Also eclipse and netbeans if you add some plugins?
conductor超过 11 年前
<p><pre><code> http:&#x2F;&#x2F;geany.org&#x2F;</code></pre>
bgar超过 11 年前
Could you tell us the reason you&#x27;re not considering neither Vim nor Emacs? Genuinely curious.
zem超过 11 年前
* komodo edit * geany * jedit * kate
davyjones超过 11 年前
Code::Blocks
stevenspasbo超过 11 年前
Eclipse.
devb0x超过 11 年前
geany