Page 1 of 1
[BUG] Snippet folder gets overwritten after every start
Posted: Sun 19 Jul 2015 20:13
by michabbb
hi elax,
i get crazy here. if you change the default snippet folder
Code: Select all
C:\ProgramData\Devart\dbForge Studio for MySQL\Snippets
to something else, its overwritten after every restart of dbforge
please fix this asap !!
thanks
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Mon 20 Jul 2015 10:52
by alexa
Could you please let us know what build of dbForge Studio for MySQL you are using and what actually happens after you change the default snippet folder and restart dbForge Studio for MySQL?
Also, could you please describe the steps to reproduce the issue step by step?
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Tue 21 Jul 2015 14:37
by michabbb
hi, i am using the latest build 6.3.358 and change the snippet via the snipper manager:
screenshot:
https://www.evernote.com/shard/s475/sh/ ... skitch.png
if i close dbforge, and start again, the snippet folder is back to default ;(
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Tue 21 Jul 2015 16:48
by alexa
Thank you for the reply. This issue will be fixed in the next product build.
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Tue 21 Jul 2015 17:03
by michabbb
i hope the next update does not take 6 months, like the last one...

Re: [BUG] Snippet folder gets overwritten after every start
Posted: Fri 07 Aug 2015 16:26
by michabbb
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Mon 24 Aug 2015 10:57
by michabbb
can i please have an update to this ? thanks
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Tue 25 Aug 2015 11:42
by alexa
Hello Micha,
Sorry for the delay on this.
The new product version including the fix should be released in October 2015.
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Tue 25 Aug 2015 15:15
by michabbb
okay, thanks for your feedback
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Fri 28 Aug 2015 14:51
by michabbb
dear alex,
where is the "location" of the snippet folder stored ?
i cannot find anything inside the registry.
thanks
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Mon 31 Aug 2015 10:16
by alexa
It's stored in the 'DirectoryPath' value located in the following registry branch:
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Devart\dbForge Studio for MySQL\CodeSnippets\MySql
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Mon 31 Aug 2015 14:59
by michabbb
if somebody is interested, here“s my little workarround:
create a batch:
Code: Select all
REGEDIT.EXE /S set_snippets.reg
Start "" "`C:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.exe"
set_snippets.reg
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Devart\dbForge Studio for MySQL\CodeSnippets\MySql]
"DirectoryPath"="F:\\MySnippetFolder"
Re: [BUG] Snippet folder gets overwritten after every start
Posted: Tue 01 Sep 2015 15:23
by alexa
Hello Micha,
Thank you for the provided workaround for our users.