适用于 Ubuntu Linux 64 位的 Ruby IDE

发布于 2024-11-18 02:53:56 字数 101 浏览 3 评论 0原文

我想知道是否有适用于 ubuntu linux 64 位的 Ruby IDE。我检查了一下,发现了 Aptana studio,但它实际上不会安装,只是从文件夹启动。那么大家有什么建议吗?

I was wondering if there was a Ruby IDE for ubuntu linux 64 bit. I have checked around a bit and found Aptana studio but it will not actually install just launch from a folder. So any suggestions guys?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

享受孤独 2024-11-25 02:53:56

我尝试过几个(Aptana、redcar 等),但总是回到使用 gmate,这是一组 gedit 插件。它包括几个主题,例如 Textmate 和 Railscasts。

它允许您提取部分内容,在侧栏中显示目录结构和类定义,并附带用于常见任务的自动完成片段负载,例如:

在编辑 erb 文件时输入 end 并按 Tab 键会导致:

<% end -%>

我还推荐 tabextend插件,它允许您一次关闭所有选项卡,单击鼠标中键关闭选项卡并关闭除焦点选项卡之外的所有选项卡。

安装说明如下: http://maketecheasier.com /transform-gedit-into-a-web-developer-ide/2010/12/29

I have tried several (Aptana, redcar, etc.) and always go back to using gmate, which is a set of plugins for gedit. It includes several themes like textmate and railscasts.

It allows you to extract partials, display the directory structure and class definitions in the side bar and comes with loads of autocomplete snippets for common tasks, such as:

typing end and pressing tab when editting an erb file results in:

<% end -%>

I also recommend the tabextend plugin which allows you to close all tabs at once, middle click to close a tab and close all except the tab in focus.

Installation instructions here: http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文