|
|
| Author |
Message |
|
|
itzab Familiar Face
Joined: 27 Dec 2009 Posts: 10
|
Posted: Tue Jan 05, 2010 7:43 am Post subject: Editors for Gtk with auto complete facility ??? |
|
|
friends,
are there any editors for Gtk with autocomplete facility so that our typing job can be reduced??
Any suitable plugins will also do..
thanks in advance.. |
|
| Back to top |
|
 |
tadeboro Never Seen the Sunlight
Joined: 23 Jul 2008 Posts: 2114 Location: Slovenia
|
Posted: Tue Jan 05, 2010 8:18 am Post subject: |
|
|
Hello.
I don't know about autocompletion, but what I use is vim syntax plugin for GTK+. You still need to type function name in it's entirety, but at least I can be certain that function name is spelled right.
Tadej |
|
| Back to top |
|
 |
itzab Familiar Face
Joined: 27 Dec 2009 Posts: 10
|
Posted: Tue Jan 05, 2010 8:29 am Post subject: |
|
|
| tadeboro wrote: | Hello.
I don't know about autocompletion, but what I use is vim syntax plugin for GTK+. You still need to type function name in it's entirety, but at least I can be certain that function name is spelled right.
Tadej |
thanks for your response..
I just found out a plugin " Gedit Symbol Browser Plugin ". The
whole instructions are given at http://www.micahcarrick.com/11-14-2007/gedit-symbol-browser-plugin.html
. In the process of building , the command autoconf is giving the following error .
<output>
root@arun-desktop:~/gedit-2.20.3# autoconf
aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf. If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
<output>
my autoconf version is 2.64.
any fixes?? |
|
| Back to top |
|
 |
|