晕了,colorpicker?听起来不像是和命令行有关的东西啊。我去cvs上看看吧,多谢了楼上的。
+++++++++++无敌分割线++++++++++++
[code:1]
General Information
===================
This is version 2.15.4 of gedit-plugins. gedit-plugins are a set of plugins
for gedit.
Installation
============
For the moment, you have to ./configure with --prefix=same prefix as you
configured gedit with.
How to choose which plugins to build:
./configure --with-plugins=pl1,pl2,...
where pl1, pl2 ... are one of the following:
charmap Insert special characters just by clicking on them.
colorpicker Pick a color from a dialog and insert its hexadecimal
representation.
joinlines Join several lines or split long ones.
showtabbar Add a menu entry to show/hide the tabbar.
terminal Embed a terminal in the bottom pane.
all All of the above plugins
[/code:1]
在最下面发现了terminal这个插件,看说明应该就是了。。