Community
Participate
Working Groups
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).
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.
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
Bug fixed.