Community
Participate
Working Groups
Currently the tooltip does not reveal much information. I think it would be useful if the tooltip would show a summary of the build plans.
Created attachment 185765 [details] Screenshot of example tooltip The screenshot illustrates how a build server tooltip can be rendered.
+1 It's quite a bit of information to parse but it looks useful.
The tooltip calculation happens very fast as it's only iterating over the build jobs once. The information required is already present so it does not have to do any fetching from the build server. The implementation has been committed.
Created attachment 185825 [details] mylyn/context/zip