Bug 138269 - [Widgets] Add search-text sensitivity to NewComponentDialog
Summary: [Widgets] Add search-text sensitivity to NewComponentDialog
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.xsd (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: wst.xsd-triaged CLA
QA Contact: Keith Chong CLA
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-04-24 17:04 EDT by Trung CLA
Modified: 2010-09-16 14:34 EDT (History)
1 user (show)

See Also:


Attachments
for "org.eclipse.wst.xsd.ui" (10.94 KB, patch)
2006-04-24 17:06 EDT, Trung CLA
valentinbaciu: iplog+
Details | Diff
for "org.eclipse.wst.common.ui" (2.15 KB, patch)
2006-04-24 17:06 EDT, Trung CLA
valentinbaciu: iplog+
Details | Diff
for "org.eclipse.wst.xsd.ui" (10.94 KB, patch)
2006-04-26 19:22 EDT, Trung CLA
valentinbaciu: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trung CLA 2006-04-24 17:04:32 EDT
1) Within ComponentSelectionDialog, its NewComponentDialog(NewType/NewElement) will now use the string from Text Filter as the initial/suggested name of the new component.
2) When user right click on an element and choose "Set Type/New...", this NewTypeDialog will also tries to suggest a name for the new type. (ie. it uses the name of the element and append "Type" to it)
Comment 1 Trung CLA 2006-04-24 17:06:14 EDT
Created attachment 39355 [details]
for "org.eclipse.wst.xsd.ui"
Comment 2 Trung CLA 2006-04-24 17:06:28 EDT
Created attachment 39356 [details]
for "org.eclipse.wst.common.ui"
Comment 3 Trung CLA 2006-04-26 19:22:32 EDT
Created attachment 39614 [details]
for "org.eclipse.wst.xsd.ui"

(Added)
- The Dialog launched by the "New..." item in the Combo list for an element's type can now suggest the new type's name based on the current element's name
Comment 4 Keith Chong CLA 2006-07-31 13:44:54 EDT
Trung, can you look at this patch?  It doesn't seem to work.
Comment 5 Trung CLA 2006-07-31 14:56:42 EDT
it's a very old patch, (3 months) I will redo it so that it applies to the current WTP version