Bug 212818 - Need tool tip to display active build configuration over hammer icon
Summary: Need tool tip to display active build configuration over hammer icon
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 5.0   Edit
Assignee: Oleg Krasilnikov CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-12-12 17:07 EST by Tim Kelly CLA
Modified: 2009-01-12 09:12 EST (History)
0 users

See Also:


Attachments
patch with proposed solution (7.98 KB, patch)
2007-12-12 17:07 EST, Tim Kelly CLA
bjorn.freeman-benson: iplog+
tim.kelly: review?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Kelly CLA 2007-12-12 17:07:13 EST
Created attachment 85129 [details]
patch with proposed solution

Build ID: 4.0.2

Steps To Reproduce:
Patch to show tooltip as:
--
Build '<active configuration>' for project '<project>'
--
If there is no project focus or > 1 project selected the default message is displayed.

More information:
Comment 1 Oleg Krasilnikov CLA 2008-02-14 10:09:04 EST
Hi Tim.

Your patch is applied.

Some changes are made:

- call to internal CProjectDescriptionManager class 
  is replaced by call to public interface. 
  So, modification of cdt.core manifest file is not 
  needed. By the way, it is not nice to refer from 
  core code to UI plugins. No we avoid it.

- localized messages are put to another file, inside
  of org.eclipse.cdt.internal.ui.actions package,
  since other classes refer to it. 

Sorry for delay. There was another activity.