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 232012

Summary: File paths for LOB save dialogs should be remembered
Product: db Reporter: matthias42
Component: Show DataAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH_AVAILABLE
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: proposed patch v1

Description matthias42 2013-06-28 20:21:53 UTC
Created attachment 136478 [details]
proposed patch v1

I recently had to save and load several documents from one of our databases. While doing this I quickly got tired of having to change the directory each time.  In my case this was a temporary folder, but I think the assumption that the user works "file-path local" mostly will hold true.

The attached introduces a static variable in CLOB and BLOB editor which holds the last opened/saved paths and restores that from the variable. An option would be to unify the variable for BLOBs and CLOBs, but I wanted to keep this minimal.
Comment 1 Libor Fischmeistr 2013-12-11 14:57:10 UTC
Thanks for the report starting with patch :)

Patch applied: http://hg.netbeans.org/core-main/rev/adf51eb51e16
Comment 2 Quality Engineering 2013-12-12 02:57:57 UTC
Integrated into 'main-silver', will be available in build *201312120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/adf51eb51e16
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #232012: File paths for LOB save dialogs should be remembered