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 30953

Summary: Inconvenient Code Complection Database Manager dialog
Product: editor Reporter: Peter Zavadsky <pzavadsky>
Component: -- Other --Assignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Zavadsky 2003-02-11 14:36:06 UTC
1) Especially there is missinb possibility of
multiple selection in the list, thus better to
manipulate with the databases (I has to delete
about 40 of them, and it was tremendous).
2) Also deleting via "delete" key is missing (when
selected the row).
3) After deleting of one database, no row is
selected, i have to travesre the items again from
beginnning.
Comment 1 Martin Roskanin 2003-02-11 16:37:11 UTC
fixed in [maintrunk]

/cvs/editor/src/org/netbeans/modules/editor/java/PDCustomizer.java,v 
<--  PDCustomizer.java
new revision: 1.11; previous revision: 1.10

/cvs/editor/src/org/netbeans/modules/editor/java/PDCustomizerDialog.java,v
 <--  PDCustomizerDialog.java
new revision: 1.5; previous revision: 1.4
Comment 2 Martin Roskanin 2003-03-26 14:37:41 UTC
fixed in [prj40_prototype]

/cvs/java/completion/src/org/netbeans/modules/java/completion/customizer/Attic/PDCustomizer.java,v
 <--  PDCustomizer.java
new revision: 1.1.2.1.2.2.2.5; previous revision: 1.1.2.1.2.2.2.4

/cvs/java/completion/src/org/netbeans/modules/java/completion/customizer/Attic/PDCustomizerDialog.java,v
 <--  PDCustomizerDialog.java
new revision: 1.1.2.1.2.1.2.2; previous revision: 1.1.2.1.2.1.2.1
Comment 3 Jiri Prox 2006-04-07 09:06:51 UTC
Verified