1 May 2003 08:49
Re: completion in semantic
Masatake YAMATO <jet <at> gyve.org>
2003-05-01 06:49:50 GMT
2003-05-01 06:49:50 GMT
> That's an interesting idea. A good way to do it is to make a
> subclass of `semantic-displayor-abstract', and add your method there.
>
> I'm hoping to have several displayors, and allow the user to select
> their favorite. Yours would be a viable option there.
I've tried. I'm new to eieio, so I'm afraid I've taken stupid mistake.
I've change semantic-complete-read-tag-buffer-deep to test tooltip.
I've tested on GNU Emacs at the HEAD of subversions.gnu.org CVS
repository.
BTW, eieio is really cool. How do you think to add GtkObject/GObject's
signal like mechanism to eieio? (We will call it `hook'.)
Regards,
Masatake YAMATO
Index: semantic-complete.el
===================================================================
RCS file: /cvsroot/cedet/cedet/semantic/semantic-complete.el,v
retrieving revision 1.4
diff -u -r1.4 semantic-complete.el
--- semantic-complete.el 26 Apr 2003 18:51:06 -0000 1.4
+++ semantic-complete.el 1 May 2003 06:41:37 -0000
<at> <at> -309,7 +309,7 <at> <at>
HISTORY is a symbol representing a variable to story the history in."
(semantic-complete-read-tag-engine
(semantic-collector-buffer-deep prompt :buffer (current-buffer))
- (semantic-displayor-traditional "simple")
(Continue reading)
RSS Feed