[贴图]谁知道怎样把gedit搞成这个样子

系统字体配置、中文显示和输入法问题
btest
帖子: 41
注册时间: 2006-09-26 16:32

[贴图]谁知道怎样把gedit搞成这个样子

#1

帖子 btest » 2008-01-15 9:26

谁知道怎样把gedit搞成这个样子
附件
Gedit
Gedit
littleUbuntu
帖子: 1103
注册时间: 2006-10-19 9:02

#2

帖子 littleUbuntu » 2008-01-15 9:48

自己在设置里面慢慢调整吧,首先先把背景和前景色一换,基本上就有了几分了。
aBiNg
帖子: 1331
注册时间: 2006-07-09 12:22
来自: 南京

#3

帖子 aBiNg » 2008-01-15 9:51

gedit的tab和侧边栏,设置里面有的。

语法高亮,用到 gtksourceview2.0-0 这个共享包,安装便是。
btest
帖子: 41
注册时间: 2006-09-26 16:32

#4

帖子 btest » 2008-01-15 9:53

哥们,那样也太费事了,我以前见过好像是什么插件,那个插件其实就是模仿Mac下的一个文本编辑器的,但我现在想不起了。
btest
帖子: 41
注册时间: 2006-09-26 16:32

#5

帖子 btest » 2008-01-15 10:18

找到方法了。哈哈

伪装成Textmate的gEdit

Textmate-like Gedit in few steps

Textmate is really a great text-editor (almost an IDE but faster), it has even the support for latest Ruby/Rails technologies like RSpec. On the GNU/Linux side there are also similar full-featured text editor and one is Gedit.

Gedit can be extended by plugins written in C or in Python, here is a tutorial how to set up a Textmate-like Gedit.
Syntax highlight for RHTML, RJS

By default Gedit supports a lot of languages php, C#, java,.. and Ruby, but Ruby embedded. To enable the sintax highlight in HTML files with embedded ruby code (.rhtml) you have to add 2 files (Thanks to Bitsbam).

From the terminal:

$ wget http://grigio.org/files/x-rhtml.xml; sudo mv x-rhtml.xml /usr/share/mime/packages

$ wget http://grigio.org/files/rhtml.lang; sudo mv rhtml.lang /usr/share/gtksourceview-1.0/language-specs/

Select the plugin you need

The list of the plugins avalaible is growing fast; this is a list of plugins that work well each other.

http://grigio.org/textmate_gedit_few_steps
blackfire
帖子: 24
注册时间: 2007-11-23 11:03

#6

帖子 blackfire » 2008-01-17 8:38

留个脚印
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#7

帖子 eexpress » 2008-01-17 9:26

论坛不是有gedit的插件。有人作的,支持语法补全的吧。还有一个ljedit呢。还有hypersrc呢。都适合编程。
如果只是要像这个样子,没什么意义。
● 鸣学
alias_neo
帖子: 44
注册时间: 2008-01-09 18:46

#8

帖子 alias_neo » 2008-01-19 15:06

gedit还有支持语法补全的好东西阿。
谢谢EExpress的提示咯。

我现在都是用UliPad,问题是这个东西和fcitx不太对付。
openview
帖子: 35
注册时间: 2007-03-21 13:24

#9

帖子 openview » 2008-03-21 12:24

留爪~~
头像
qiang_liu8183
论坛版主
帖子: 10699
注册时间: 2006-09-10 22:36
系统: Arch Debian
来自: 北京

#10

帖子 qiang_liu8183 » 2008-03-21 13:16

还不如直接gvim
看破、放下、自在、随缘、念佛
真诚、清净、平等、正觉、慈悲
wangzi6hao
帖子: 22
注册时间: 2007-09-05 16:44

#11

帖子 wangzi6hao » 2008-03-22 10:19

哈哈哈,先留个脚印,以后编程的时候就优化一下,免得到处去找代码。
头像
yang_hui1986527
帖子: 911
注册时间: 2006-03-04 23:10
来自: 江西高安
联系:

#12

帖子 yang_hui1986527 » 2008-03-22 10:25

btest 写了:找到方法了。哈哈

伪装成Textmate的gEdit

Textmate-like Gedit in few steps

Textmate is really a great text-editor (almost an IDE but faster), it has even the support for latest Ruby/Rails technologies like RSpec. On the GNU/Linux side there are also similar full-featured text editor and one is Gedit.

Gedit can be extended by plugins written in C or in Python, here is a tutorial how to set up a Textmate-like Gedit.
Syntax highlight for RHTML, RJS

By default Gedit supports a lot of languages php, C#, java,.. and Ruby, but Ruby embedded. To enable the sintax highlight in HTML files with embedded ruby code (.rhtml) you have to add 2 files (Thanks to Bitsbam).

From the terminal:

$ wget http://grigio.org/files/x-rhtml.xml; sudo mv x-rhtml.xml /usr/share/mime/packages

$ wget http://grigio.org/files/rhtml.lang; sudo mv rhtml.lang /usr/share/gtksourceview-1.0/language-specs/

Select the plugin you need

The list of the plugins avalaible is growing fast; this is a list of plugins that work well each other.

http://grigio.org/textmate_gedit_few_steps
好像很强大,学习了,谢谢。
微信:sn0wdr1am86
QQ: 3217680847
QQ 群:82695646
网站:https://www.itcoder.tech/
网站:http://www.snowdream.tech/
头像
yaoms
帖子: 4952
注册时间: 2007-10-19 14:51
来自: 深圳

#13

帖子 yaoms » 2008-03-22 10:26

喜欢用vim的路过。。
Nothing 有事请发邮件到 yms541 AT gmail.com
alias 爱慕颇雷尔='mplayer'
头像
kinfkinf
帖子: 66
注册时间: 2008-03-06 12:48

#14

帖子 kinfkinf » 2008-03-23 10:43

Gedit有强大呀,很喜欢,不太喜欢VI,至少VI不支持鼠标,呵呵,一点个人感觉!
头像
rory.cn
帖子: 228
注册时间: 2006-10-04 21:52
来自: 上海
联系:

#15

帖子 rory.cn » 2008-03-23 10:54

kinfkinf 写了:Gedit有强大呀,很喜欢,不太喜欢VI,至少VI不支持鼠标,呵呵,一点个人感觉!
不用鼠标才能快起来吧。
高手这么说 的。
本本Acer TravelMate 2403NWXM
xubuntu (feisty fawn)
我的blog:http://jdkcn.com
回复