Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to change ContentAssist Cue Label
How to change ContentAssist Cue Label [message #295979] Tue, 13 December 2005 11:36 Go to next message
Eclipse UserFriend
I'm providing content assistance on a Text field. The activation character
is '$'. But when i install the assistant using the method

ControlContentAssistHelper.createTextContentAssistant(text,
completionProcessor);

it automatically install a hover label on the Text field that says "Content
Assist Available (Ctrl+Space)". This is created in the method:

private void installCueLabelProvider() in ControlContentAssistHandler.

My activation key is not Ctrl+Space. So, how can i chnage this hover cue
label to say "Content Assist Available ($)"????

thanks in advance
Sapna
PLEASE HELP! How to change ContentAssist Cue Label [message #296065 is a reply to message #295979] Wed, 14 December 2005 11:20 Go to previous message
Eclipse UserFriend
I'm providing content assistance on a Text field. The activation character
is '$'. But when i install the assistant using the method

ControlContentAssistHelper.createTextContentAssistant(text,
completionProcessor);

it automatically install a hover label (with a light bulb) on the Text
field that says "Content
Assist Available (Ctrl+Space)". This is created in the method:

private void installCueLabelProvider() in ControlContentAssistHandler.

My activation key is not Ctrl+Space. So, how can i chnage this hover cue
label to say "Content Assist Available ($)"????

thanks in advance
Sapna
Previous Topic:eclipse running problem
Next Topic:"Gdk-CRITICAL" Error message
Goto Forum:
  


Current Time: Fri May 02 13:03:55 EDT 2025

Powered by FUDForum. Page generated in 0.03846 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top