[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-ui-dev] Tooltip text for actions in context menu
|
- From: "Manisha Sur" <manisha.sur@xxxxxxxxx>
- Date: Wed, 16 May 2007 10:18:30 +0530
- Delivered-to: platform-ui-dev@eclipse.org
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=A16zksTb9KsZtWstkLuE0WcnJgXWTRYoIOSuE7WQUnv1S5HcLLLyhL0m69uQcKzcubuJdQOnGdeTMdkY1Xsz8Tm5gzW3wm3/cQE5YOLmsdCIiOSVxgFC/acQNjGx669iVxmJpfONQEgD3WSB5koCqIEBNQGzCKrQs3qYZ4v65cY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GbLExIakcqjZ7YLX4pSHX6BaWIRO7taDt1ZafNNkV+UZUJEZ9Pj3A/YU1smkKwNQrAjz1O0GwUJc8HnktOnZkFu4gwe8kQ1zsxiBy9buCQe5gtpY91PQzD2c5zL13bWIU0Zjk7zqP8sfRCHYwuOMuKQzdtRVI0QrwAii25SQ+8k=
Hi,
I have generated submenu and child menu items in the context menu for all the editors ( those that extend from org.eclipse.ui.IEditorPart).
I want a tool tip for the leaf menu items (actions). In the eclipse help for org.eclipse.ui.popupMenus extension point , its written that the tooltip only appears for the actions in the toolbar only.
Please tell me how can i have tooltip for the menuitems in the context menu.
Please help me...
Thanks
Manisha Sur