适用于 Ubuntu Linux 64 位的 Ruby IDE
我想知道是否有适用于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我尝试过几个(Aptana、redcar 等),但总是回到使用 gmate,这是一组 gedit 插件。它包括几个主题,例如 Textmate 和 Railscasts。
它允许您提取部分内容,在侧栏中显示目录结构和类定义,并附带用于常见任务的自动完成片段负载,例如:
在编辑 erb 文件时输入 end 并按 Tab 键会导致:
我还推荐 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:
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