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 31037 - Fast Open broken
Summary: Fast Open broken
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-13 16:48 UTC by Jesse Glick
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Suggested patch (tested) (1.92 KB, patch)
2003-02-13 16:54 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-02-13 16:48:59 UTC
[dev feb 12-13] Alt-Shift-O opens the Fast Open
dialog. After selecting a class known in the
completion database and pressing Enter, nothing
happens. *Unless* it is a form, in which case it
is opened.


Presumably broken by:

PatchSet 2223
Date: 2003/02/12 10:01:11
Author: mroskanin
Log:
bugfix of #30192
Dialog "Go to Class" should call EditCookie

Members: 
	src/org/netbeans/modules/editor/java/NbJavaFastOpen.java:1.9->1.10 


JavaDataObject has no EditCookie, note. You need
to check for *both* EditCookie and OpenCookie.
Comment 1 Jesse Glick 2003-02-13 16:54:50 UTC
Created attachment 8937 [details]
Suggested patch (tested)
Comment 2 Martin Roskanin 2003-02-14 08:38:42 UTC
fixed in [maintrunk]

/cvs/editor/src/org/netbeans/modules/editor/java/NbJavaFastOpen.java,v
 <--  NbJavaFastOpen.java
new revision: 1.12; previous revision: 1.11

Uff, I was too biased upon testing form opening. Sorry for tha t and
thanks for the patch.
Comment 3 Martin Roskanin 2003-05-23 15:21:56 UTC
fixed in [prj40_prototype] also

/cvs/java/editor/src/org/netbeans/modules/editor/java/Attic/NbJavaFastOpen.java,v
 <--  NbJavaFastOpen.java
new revision: 1.1.2.1.2.2.2.5; previous revision: 1.1.2.1.2.2.2.4
Comment 4 pfelenda 2003-09-09 10:42:25 UTC
Verified in dev build 200309050100. Fast open work's correctly.