准备用ror写点东西,首先得找个舒服的IDE。netbeans6.0竟然装不上我的ubuntu.报错。
听说Textmate不错,可惜是Mac下面的编辑器。突然看到有一篇文章介绍linux下gedit也可以达到类似的效果。先看看吧。
Textmate-like Gedit in few steps
UPDATE: A !! new version !! of this guide is avalaible.
[img]http://grigio.org/files/gedit3.png[/img]
感觉还不错。下面还有很多插件哦。
具体请看[url]http://grigio.org/textmate_gedit_few_steps[/url]
Snippets: it permits to call structures of code easly and everytime you press TAB the cursor automatically jumps to the right position
Snap Open: it opens the files that contains the word you are typing
[img]http://grigio.org/files/gedit1.png[/img]
File Browser: a treeview of the files in the current directory
Word completion: it complete the word while you are typing and with TAB you select it
[img]http://grigio.org/files/gedit2.png[/img]
Class Browser: a list with all the methods in the current file
Quick Highlight Mode: very useful to specify quickly the syntax mode
Interesting resources
All the plugins are avalaible from the GNOME Wiki.
If you want User-defined syntax color, snippets, .. you can download them from here
UPDATE: My color scheme is here (It's ONLY for gedit 2.18.x), uncompress it in $HOME/.gconf/apps/gedit-2/preferences/syntax_highlighting and restart the session. Be sure that the folder exists and that your previos files are overwritten.
插件下载地址[url] http://live.gnome.org/Gedit/Plugins[/url]
听说Textmate不错,可惜是Mac下面的编辑器。突然看到有一篇文章介绍linux下gedit也可以达到类似的效果。先看看吧。
Textmate-like Gedit in few steps
UPDATE: A !! new version !! of this guide is avalaible.
[img]http://grigio.org/files/gedit3.png[/img]
感觉还不错。下面还有很多插件哦。
具体请看[url]http://grigio.org/textmate_gedit_few_steps[/url]
Snippets: it permits to call structures of code easly and everytime you press TAB the cursor automatically jumps to the right position
Snap Open: it opens the files that contains the word you are typing
[img]http://grigio.org/files/gedit1.png[/img]
File Browser: a treeview of the files in the current directory
Word completion: it complete the word while you are typing and with TAB you select it
[img]http://grigio.org/files/gedit2.png[/img]
Class Browser: a list with all the methods in the current file
Quick Highlight Mode: very useful to specify quickly the syntax mode
Interesting resources
All the plugins are avalaible from the GNOME Wiki.
If you want User-defined syntax color, snippets, .. you can download them from here
UPDATE: My color scheme is here (It's ONLY for gedit 2.18.x), uncompress it in $HOME/.gconf/apps/gedit-2/preferences/syntax_highlighting and restart the session. Be sure that the folder exists and that your previos files are overwritten.
插件下载地址[url] http://live.gnome.org/Gedit/Plugins[/url]
本文介绍了如何在Linux环境下使用Gedit作为Ruby开发的编辑器,并实现类似Textmate的功能。文中详细列举了Snippets、SnapOpen等插件的使用方法及效果。
297

被折叠的 条评论
为什么被折叠?



