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 122844 - The Type field on Create New Variable dialog should be editable
Summary: The Type field on Create New Variable dialog should be editable
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Yarmolenko
URL:
Keywords:
Depends on:
Blocks: 134608
  Show dependency tree
 
Reported: 2007-11-27 13:39 UTC by Kirill Sorokin
Modified: 2008-05-07 14:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2007-11-27 13:39:04 UTC
When creating a new variable I'm forced to choose its type from the tree control. This is not effective sometimes. E.g.
if I want a standard XSD integer, it would be much easier for me to just type in "xsd:integer" (given that "xsd" is the
XML Schema namespace shorthand), than to look/scroll for it in the tree.

This also implies that the dialog should understand namespace shorthands, not only their full ids.
Comment 1 Sergey Lunegov 2008-05-07 14:23:52 UTC
Should be part of common chooser task. "Quick-find" style can be applied.