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 144123

Summary: Need a way to determine if the inplace editor is because of the enter key is pressed
Product: platform Reporter: Trey Spiva <tspiva>
Component: GraphAssignee: t_h <t_h>
Status: RESOLVED FIXED    
Severity: blocker CC: t_h
Priority: P2 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 137356    
Attachments: Main repository patch
Contrib repository patch (usage example)
missing information added

Description Trey Spiva 2008-08-15 21:15:03 UTC
The InplaceEditorProvider needs to be able to determine if the editor is being opened because of a key event or a mouse press event.
Comment 1 David Kaspar 2008-08-18 10:03:29 UTC
Attaching patches for main and contrib repositories. The patch is an API-change - todo: documentation, @since tag,
api-changes.xml, manifest.mf, api-review.
Comment 2 David Kaspar 2008-08-18 10:04:32 UTC
Created attachment 67672 [details]
Main repository patch
Comment 3 David Kaspar 2008-08-18 10:05:13 UTC
Created attachment 67673 [details]
Contrib repository patch (usage example)
Comment 4 David Kaspar 2008-08-18 10:43:27 UTC
Patch available - setting as Started.
Comment 5 t_h 2008-08-26 11:37:40 UTC
Created attachment 68326 [details]
missing information added
Comment 6 t_h 2008-09-05 09:39:04 UTC
84b9c47be4d3
Comment 7 Quality Engineering 2008-09-05 17:35:03 UTC
Integrated into 'main-golden', will be available in build *200809051401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/84b9c47be4d3
User: Tomas Holy <t_h@netbeans.org>
Log: #144123: Need a way to determine if the inplace editor is because of the enter key is pressed