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 - Need a way to determine if the inplace editor is because of the enter key is pressed
Summary: Need a way to determine if the inplace editor is because of the enter key is ...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: t_h
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 137356
  Show dependency tree
 
Reported: 2008-08-15 21:15 UTC by Trey Spiva
Modified: 2008-09-05 17:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Main repository patch (4.48 KB, patch)
2008-08-18 10:04 UTC, David Kaspar
Details | Diff
Contrib repository patch (usage example) (2.94 KB, patch)
2008-08-18 10:05 UTC, David Kaspar
Details | Diff
missing information added (7.14 KB, text/plain)
2008-08-26 11:37 UTC, t_h
Details

Note You need to log in before you can comment on or make changes to this bug.
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