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 75421 - Empty connection dialog after restart
Summary: Empty connection dialog after restart
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-24 15:00 UTC by Petr Blaha
Modified: 2007-01-24 14:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (81.86 KB, image/png)
2006-04-24 15:01 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2006-04-24 15:00:20 UTC
[build 20060421]
Steps:
1) open sql editor and run some selects
2) restart IDE
3) now the connection comb box is empty. User can run his statements since there
is no connection the statements aren't executed. User should be informed that he
should select connection first. See screenshot.
Comment 1 Petr Blaha 2006-04-24 15:01:43 UTC
Created attachment 30015 [details]
screenshot
Comment 2 Andrei Badea 2006-05-18 15:29:22 UTC
Fixed. It would be also good to remember the selected connections for the open
SQL editors between sessions. I plan to implement it for 6.0.

Checking in src/org/netbeans/modules/db/sql/editor/ui/actions/Bundle.properties;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.2.2.2.2.2; previous revision: 1.2.2.2.2.1
done
Checking in src/org/netbeans/modules/db/sql/editor/ui/actions/RunSQLAction.java;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/RunSQLAction.java,v
 <--  RunSQLAction.java
new revision: 1.2.22.3; previous revision: 1.2.22.2
done
Checking in
src/org/netbeans/modules/db/sql/editor/ui/actions/RunSQLSelectionAction.java;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/Attic/RunSQLSelectionAction.java,v
 <--  RunSQLSelectionAction.java
new revision: 1.1.4.2; previous revision: 1.1.4.1
done
Checking in
src/org/netbeans/modules/db/sql/editor/ui/actions/SQLExecutionBaseAction.java;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/Attic/SQLExecutionBaseAction.java,v
 <--  SQLExecutionBaseAction.java
new revision: 1.1.4.3; previous revision: 1.1.4.2
done
Checking in
src/org/netbeans/modules/db/sql/editor/ui/actions/SelectInExplorerAction.java;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/SelectInExplorerAction.java,v
 <--  SelectInExplorerAction.java
new revision: 1.2.22.3; previous revision: 1.2.22.2
done
Comment 3 Petr Blaha 2007-01-24 14:01:35 UTC
[070124]