在 Windows 上是否有一个 **轻量级** IDE 可以与 C 和 Perl 一起使用?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/272753/
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-09-15 11:34:52  来源:igfitidea点击:

On Windows is there a **light-weight** IDE that can be used both with C and Perl?

windowsperlsvnidegnu-toolchain

提问by Rob Kam

When I asked this previouslyI should have mentioned that it's particularly a light-weightIDE that I'm after, so I'm having to ask again as a different question.

当我之前问过这个问题时,我应该提到它是我所追求的特别轻量级的IDE,所以我不得不再次提出一个不同的问题。

Something that is not just a text editor, is light-weight and versatile, that would suit Strawberry Perl, the GCC that comes with MinGW, GDB and Subversion. Something that when I want to use it is straight-away available, and is also fast to shut down preserving all my work. It doesn't matter if it's not a free or open-source program, what does matter is that it's stable and is comfortable to use.

不仅仅是一个文本编辑器,它是轻量级和多功能的,适合 Strawberry Perl、MinGW、GDB 和 Subversion 附带的 GCC。当我想使用它时可以立即使用,并且可以快速关闭以保留我的所有工作。它不是免费或开源程序并不重要,重要的是它稳定且使用舒适。

Maybe trying to have one IDE to use for both C and Perl is the wrong way to go about it - resulting in a solution that's not going to handle either one language or the other as well as a dedicated IDE would?

也许试图让一个 IDE 同时用于 C 和 Perl 是一种错误的方法 - 导致解决方案不能像专用 IDE 那样处理一种语言或另一种语言?

采纳答案by Rob Kam

I've decided to use the open source and cross platform CodeliteIDE, with C/C++, it's just about as light-weight as I'm going to get without using a plain text editor.

我决定使用开源和跨平台的CodeliteIDE 和 C/C++,它就像我不使用纯文本编辑器一样轻量级。

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.

它可以使用 VC++、GCC、G++,也可以根据需要配置为使用其他编译器。它不仅仅是一个文本编辑器,我将在 Perl 中继续使用它,直到我找到更好的东西。不幸的是,目前 Perl 只提供语法高亮,所以没有真正的动机在这里使用它而不是一些文本编辑器或 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.

尽管仍然相对较新(2008 年 7 月 1 日发布的 v1.0)Codelite 已经是比 Dev C++ 或 Code::Blocks 更好的 IDE,而且不像 Eclipse 那样缓慢或臃肿。

回答by jussij

Zeusis a language neutral IDE that can be be configured for almost any programming langauge.

Zeus是一种语言中立的 IDE,可以针对几乎任何编程语言进行配置。

It has features like syntax highlighting, code folding, project/workspace management, class browsing, macro scripting, integrated version control, ftp editing etc.

它具有语法高亮、代码折叠、项目/工作区管理、类浏览、宏脚本、集成版本控制、ftp 编辑等功能。

alt text
(source: zeusedit.com)

替代文字
(来源:zeusedit.com

回答by Mr. Muskrat

Have you looked at Padre, the Perl Application Development and Refactoring Environment?

您是否看过Perl 应用程序开发和重构环境Padre

It's still in development so you can help make it better.

它仍在开发中,所以你可以帮助它变得更好。

回答by Mr Plough

SciTEwould be worth a look.

SciTE值得一看。

回答by jfs

Notepad++is another Scintilla-based (as SciTE) source code editor.

Notepad++是另一个基于Scintilla(作为SciTE)的源代码编辑器。

回答by rogeriopvl

You can try Geany for gnome. It's relatively new, but interesting. And it seems to be lightweight.

您可以为 gnome 尝试 Geany。它相对较新,但很有趣。而且看起来很轻。

http://www.geany.org/

http://www.geany.org/

回答by Steve Morgan

Yep.

是的。

Notepad.

记事本。

(I can feel my Rep draining away as I type this)

(我可以感觉到我的代表在我输入时正在流失)

:-)

:-)

回答by jfs

E Text Editoris a TextMate analog for Windows. It is not free.

E 文本编辑器是 Windows 的 TextMate 模拟。它不是免费的。

回答by Christopher Mahan

take a look at jEdit.

看看jEdit。

回答by Christopher Mahan

Dev-C++ very nice IDE. http://www.bloodshed.net/devcpp.html

Dev-C++ 非常好的 IDE。 http://www.bloodshed.net/devcpp.html