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 122504 - [60cat] To small popup code-completation in .xml files -> make larger and resizable
Summary: [60cat] To small popup code-completation in .xml files -> make larger and res...
Status: RESOLVED DUPLICATE of bug 127332
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 13:46 UTC by tomzi
Modified: 2008-03-26 22:59 UTC (History)
0 users

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 tomzi 2007-11-21 13:46:01 UTC
[ BUILD # : 200711131200 ]
[ JDK VERSION : 1.6.0_02 ]

Click with the following file on the | positions CTRL-SPACE: (Same
with other .xml files) 
1)
<|hibernate-mapping>
-> shows a list of possible xml tags. However some of them are hard
to 
   read: eg. composite-eleme, composite-map-ke, index-many-to-an,
index-many-to-ma

2) <h|ibernate-mapping>
-> |hibernate-ma| appears

3) <hibernate-|mapping>
-> |hibernate-mapp| appears. So the further I go back the more I see
of the name. I think it should show the whole name from the
beginnging. 

4) or try <m|
-> |many-to-|
   |map     | 
appears.

.) Please change that to make it more readable
.) Make the box resizeable

--------
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
	"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
	"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">

<hibernate-mapping package="com.bearingpoint.ta.opennet.core.domain">
    <class name="AccountManager" schema="ONSERVICE"
table="ACCOUNT_MANAGERS">
        <id name="id" column="ID" unsaved-value="null">
            <generator class="sequence">
              <param
name="sequence">ONSERVICE.SEQ_ACCOUNT_MANAGERS</param>
            </generator>
        </id>

        <many-to-one name="user" column="USER_ID" not-null="true" />
        <many-to-one name="serviceCredential"
column="SERVICE_CREDENTIAL_ID" not-null="true"/>

    </class>
</hibernate-mapping>
Comment 1 Samaresh Panda 2008-03-26 22:59:14 UTC
Has been fixed. See issue 127332.

*** This issue has been marked as a duplicate of 127332 ***