Bug 1735

Summary: Need breakpoint actions in editor ruler (1GKPU71)
Product: [Eclipse Project] JDT Reporter: Darin Wright <darin.eclipse>
Component: DebugAssignee: Joe Szurszewski <eclipse>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P2 CC: carolynmacleod4, jerome_lanneluc
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Darin Wright CLA 2001-10-10 22:18:26 EDT
DW (9/27/2001 9:27:15 AM)
	We need to have the standard breakpoint actions in the breakpoint ruler.
	Otherwise, users must go to the breakpoints view to modify a breakpoint's properties.

	Is there any framework support for this? (i.e. action set for a marker type)
	Can we get the property sheet to work with a breakpoint in an editor?

RG (9/27/01 3:53:04 PM)
	The property sheet will track the workbench page selection.
	So the editor (or someone) needs to fire a slection event with the breakpoint as the selection.

JGS (10/3/01 4:44:21 PM)
	Problem is how to fire a SelectionChangedEvent for the selected breakpoint(s).  The JavaEditor
	only does this for text selections, and there doesn't appear to be any sort of generic selection
	event firing mechanism.  Sent email to NE for advice.

JGS (10/4/01 10:36:52 AM)
	NE suggests JavaEditor needs to change to allow breakpoint selections from ruler.  Waiting for
	response from KM.

JGS (10/8/01 4:31:16 PM)
	Exported changed code locally.
Comment 1 Darin Wright CLA 2001-10-16 09:57:58 EDT
*** Bug 5008 has been marked as a duplicate of this bug. ***
Comment 2 Darin Wright CLA 2001-11-06 11:14:05 EST
*** Bug 5576 has been marked as a duplicate of this bug. ***
Comment 3 Darin Wright CLA 2002-02-26 11:51:37 EST

*** This bug has been marked as a duplicate of 3578 ***