Bug 3607 - Open Type: can't enter fully qualified name (1GCJUJX)
Summary: Open Type: can't enter fully qualified name (1GCJUJX)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P4 minor (vote)
Target Milestone: ---   Edit
Assignee: Claude Knaus CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:57 EDT by Erich Gamma CLA
Modified: 2002-01-17 04:42 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Gamma CLA 2001-10-10 22:57:54 EDT
EG (4/21/2001 4:17:12 PM)
	it should be possible to enter fully qualified name

NOTES:

PA (5/31/01 2:44:32 PM)
	it isn't.

MA (15.08.2001 18:10:01)
	Filter with the simple name from the current entered name, and select the package using the qualifier.
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:15:40 EDT
moved to 'active'
Comment 2 Martin Aeschlimann CLA 2001-11-12 05:35:36 EST
CK has the type dialog now!
Comment 3 Claude Knaus CLA 2001-11-14 09:28:43 EST
fixed in 20011114

Behaviour:
  1) pattern does not include any periods:
     Same behaviour as usual (all packages match, prefix matching of type).

  2) pattern includes periods:
     The last period is picked as the splitting point
     between qualifier and type.

     The implicit prefix matching if 1) is turned off.
     This allows to paste a FQTN and to see only one matching result (or
     none).     

     To see for example all types of java.lang, the pattern would
     be "java.lang.*".