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 130110 - Add support for completion within namespace in XSL source editor
Summary: Add support for completion within namespace in XSL source editor
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 01:21 UTC by anns97
Modified: 2008-03-14 01:21 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 anns97 2008-03-14 01:21:28 UTC
Add smart code completion in the XSL source editor so that when users are typing in xpath expressions that the valid
options would appear as choices if the user starts with a namespace. 

e.g.  as user is typing:
<xml:value-of select="/

then, perhaps a choice of valid namespaces could appear.

then if they choose a valid namespace, such as:

<sml:value-of select="/ns1:

the user will be presented a list of valid elements to choose from, and so on and so forth for children elements

See how code completion works for Java editor's "import" statements.