[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to hide the context menu "Input Methods" in Linux?

sl wrote:
In Linux, all Eclipse editors has a free menu item called "Input Methods"
in the context menu (when right-click on the editor).  This menu item
is not in the Windows version of Eclipse.

Could anyone please show me how to hide this context menu item?

Not just all Eclipse editors, all GTK+ editors and text entries have this menu item (gedit, GtkTextView widgets (SWT Text), GtkEntry, etc). It is required to allow the user to easily switch which input method they use for inputting text in complex languages.

  Currently, I do not think there is any way to disable this menu
item through SWT.

  -Billy