Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315547 - add tooltip with query description on Query Execution view
Summary: add tooltip with query description on Query Execution view
Status: CLOSED FIXED
Alias: None
Product: MoDisco
Classification: Modeling
Component: Infrastructure (show other bugs)
Version: 0.9.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 0.9.0 M1   Edit
Assignee: Nicolas Bros CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 05:55 EDT by Nicolas Bros CLA
Modified: 2013-04-29 07:54 EDT (History)
4 users (show)

See Also:
nicolas.bros: indigo+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bros CLA 2010-06-03 05:55:39 EDT
Add a tooltip to the tree, that appears when the mouse hovers over a ModelQuery or ModelQuerySet, to display information about that query (context, return type, description, ...) or query set (description if any).
Comment 1 Nicolas Bros CLA 2010-06-07 09:55:02 EDT
The contents of the tooltip for a query should be:
---
QueryScope::queryName(Param1 param1, Param2 param2) : QueryReturnType

Query description
---

The first line should be in bold.
Comment 2 Nicolas Bros CLA 2010-06-07 11:26:31 EDT
Done in revision 2538 (see org.eclipse.gmt.modisco.infra.query.ui.views.queryExecution.internal.QueryTooltip)

I updated the N&N:
http://wiki.eclipse.org/MoDisco/Components/QueryManager/New_And_Noteworthy#0.9M1
Comment 3 Hugo Bruneliere CLA 2010-10-04 13:32:10 EDT
Bug fixed.