This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 21785

Summary: ToggleBreakpoint affects wrong file when changing buffers
Product: obsolete Reporter: David Weatherford <weath>
Component: externaleditorAssignee: Melih Ovadya <movadya>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description David Weatherford 2002-03-21 19:17:20 UTC
After the fix for issue 21784,  ToggleBreakpoint (Shift-F8) toggles the
breakpoint on the current line of the previous buffer if you switch buffers
in xemacs and hit S-F8 without moving the cursor and waiting 3 seconds.
Comment 1 David Weatherford 2002-03-21 19:18:29 UTC
Can't fix until Actions re-work (issue 17597).  Changing to P4.
Comment 2 Melih Ovadya 2002-04-02 05:22:23 UTC
By always sending the EVT_newDotandMark in the current 
buffer (whether or not the caret has changed since last 
event) we fix this problem.