Bug 125997

Summary: Make EditionSelectionDialog.setHelpContextId API
Product: [Eclipse Project] Platform Reporter: Martin Aeschlimann <martinae>
Component: CompareAssignee: Andre Weinand <andre_weinand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
suggested patch on org.eclipse.compare none

Description Martin Aeschlimann CLA 2006-02-01 06:08:53 EST
20060131

Some actions in jdt.ui are using setHelpContextId on EditionSelectionDialog.  setHelpContextId() is declared on ResizableDialog which is a super class of EditionSelectionDialog but not in an API package. Therefor the access to setHelpContextId is marked as 'discouraged'
 
I suggest to add setHelpContextId to EditionSelectionDialog so that it is also part of the API.
Comment 1 Martin Aeschlimann CLA 2006-02-01 06:10:21 EST
Created attachment 33929 [details]
suggested patch on org.eclipse.compare
Comment 2 Andre Weinand CLA 2006-02-06 04:56:36 EST
patch applied for I20060207