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 - File paths for LOB save dialogs should be remembered
Summary: File paths for LOB save dialogs should be remembered
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-06-28 20:21 UTC by matthias42
Modified: 2013-12-12 02:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch v1 (5.13 KB, patch)
2013-06-28 20:21 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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