We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(13)
Zeus 是一种语言中立的 IDE,可以针对几乎任何编程语言进行配置。
它具有语法高亮、代码折叠、项目/工作空间管理、类浏览、宏脚本、集成版本控制、ftp 编辑等功能。
(来源:zeusedit.com)
Zeus is a language neutral IDE that can be be configured for almost any programming langauge.
It has features like syntax highlighting, code folding, project/workspace management, class browsing, macro scripting, integrated version control, ftp editing etc.
(source: zeusedit.com)
您是否看过 Padre(Perl 应用程序开发和重构环境)?
它仍在开发中,因此您可以帮助使其变得更好。
Have you looked at Padre, the Perl Application Development and Refactoring Environment?
It's still in development so you can help make it better.
SciTE 值得一看。
SciTE would be worth a look.
Notepad++ 是另一个 Notepad++。 org/" rel="nofollow noreferrer">Scintilla 基于(如 SciTE ) 源代码编辑器。
Notepad++ is another Scintilla-based (as SciTE) source code editor.
你可以试试 Geany for gnome。 它相对较新,但很有趣。 而且看起来很轻。
http://www.geany.org/
You can try Geany for gnome. It's relatively new, but interesting. And it seems to be lightweight.
http://www.geany.org/
我决定使用开源和跨平台的 Codelite IDE,使用 C/C++,它只是大约是我在不使用纯文本编辑器的情况下获得的轻量级。
它可以使用 VC++、GCC、G++,也可以根据需要配置为使用其他编译器。 它不仅仅是一个文本编辑器,我将继续在 Perl 中使用它,直到找到更好的东西。 不幸的是,目前 Perl 只提供语法突出显示,因此没有真正的动机在这里使用它来代替某些文本编辑器或 Padre。
尽管仍然相对较新(v1.0 于 2008 年 7 月 1 日发布),Codelite 已经是比 Dev C++ 或 Code::Blocks 更好的 IDE,而且不像 Eclipse 那样慢或臃肿。
I've decided to use the open source and cross platform Codelite IDE, with C/C++, it's just about as light-weight as I'm going to get without using a plain text editor.
It can use either VC++, GCC, G++ or it can be configured to use other compilers if required. It does more than a text editor, which is what I'll carry on using for Perl until I find something better. Unfortunately for Perl currently it only offers syntax highlighting, so no real incentive to use it here instead of some text editor or Padre.
Although still relatively new (v1.0 released July 1st 2008) Codelite is already a better IDE than Dev C++ or Code::Blocks and not as slow or bloated as Eclipse.
是的。
记事本。
(当我输入此内容时,我能感觉到我的代表正在流失)
:-)
Yep.
Notepad.
(I can feel my Rep draining away as I type this)
:-)
你尝试过Eclipse吗? 我不知道它对你来说是否足够轻,但在我使用过的所有不错的 IDES 中,它是我的经验中最快的一个。 您应该能够下载标准 eclipse 发行版,然后安装 c++ 和 Perl 工具。 C++ 工具可以通过默认包含的 Ganymede 站点的更新管理器进行安装。 有关 Perl for Eclipse 的信息可以在此链接中找到。
http://www.epic-ide.org/
Have you tried Eclipse? I don't know if it's light weight enough for you but out of all the decent IDES I've used it's the fastest one in my experience. You should be able to download the standard eclipse distribution, then install the c++ and Perl tools. The C++ tools can be installed through the update manager from the Ganymede site that's included by default. Information about Perl for Eclipse can be found at this link.
http://www.epic-ide.org/
E 文本编辑器 是 Windows 的 TextMate 模拟。 它不是免费的。
E Text Editor is a TextMate analog for Windows. It is not free.
看看jEdit。
take a look at jEdit.
Dev-C++ 非常好的 IDE。
http://www.bloodshed.net/devcpp.html
Dev-C++ very nice IDE.
http://www.bloodshed.net/devcpp.html
也许不是其中最轻量级的,但 Komodo Edit 似乎是功能和程序大小之间的良好折衷。 它支持多种语言并且非常灵活。
Maybe not the most light-weight of the bunch, but Komodo Edit seems to be a good compromise between features and program size. It supports many languages and is pretty flexible.
我认为完整的 IDE 中最轻量级的开源文本编辑器是 SharpDevelop,还是有点重。 它可以处理许多不同的语言,尽管如果它为 Perl 做任何特定的事情我不应该这样做。
The lightest-weight open-source text-editor that I'd consider a full IDE is SharpDevelop, which is still a bit heavy-weight. It handles a number of different languages, although I'm not should if it does anything specific for Perl.