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 54631 - More inteligent XML completion
Summary: More inteligent XML completion
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2005-02-07 15:47 UTC by Milan Kubec
Modified: 2006-08-25 13:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-02-07 15:47:05 UTC
[dev-200502061900, JDK 1.5.0_02]

Completion of XML tags should be more inteligent
when user enters '</|>' and waits for completion,
because it completes to '</tag>>' and user has to
delete '>'. It's super annoying if user has habit
to write opening and closing elements together (as
I do).
Comment 1 _ pkuzel 2005-02-17 22:09:50 UTC
To match your style use Shifted start tag completion you 
automatically get start tag end tag pair and the cursor in the 
middle. 
 
Note that I cannot apply your suggestion directly because '>' 
character is valid data character and nobody knows that you mean it 
here as markup one. 
Comment 2 Petr Pisl 2005-03-02 09:13:38 UTC
So what we will do with this bug. Should we close it?
Comment 3 Petr Pisl 2006-08-25 13:25:25 UTC
The style will be probably changed with new code completion.