After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 91457 - user interface for gtk+ input methods
user interface for gtk+ input methods
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other All
: Normal enhancement
: 2.2
Assigned To: Havoc Pennington
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-08-22 21:50 UTC by Hidetoshi Tajima
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Hidetoshi Tajima 2002-08-22 21:50:13 UTC
Since both vte and libzvt is using gtk's multi-context,
it is possible to switch input methods if there is an
user interface. I'd want to have it on gnome-terminal, as we have on gtk+
entry and textview. This could be 
put in a popup menu window just below "Copy" and "Paste", or in a custom
profile widget. Can we?
Comment 1 Nalin Dahyabhai 2003-01-23 19:53:59 UTC
gnome-terminal 2.2 includes an "Input Methods..." submenu in its popup
menu, but the implementation for terminal_widget_im_append_menuitems()
in src/terminal-widget-zvt.c needs to be updated to append the menu
items from the terminal widget's IM context....
Comment 2 Hidetoshi Tajima 2003-05-14 01:45:35 UTC
I won't expect this in zvt. As far as you're
done with this in g-t and vte, please go ahead and mark fixed.