[BUG] Snippet folder gets overwritten after every start

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

[BUG] Snippet folder gets overwritten after every start

Post by michabbb » Sun 19 Jul 2015 20:13

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 :evil:

please fix this asap !!
thanks

alexa

Re: [BUG] Snippet folder gets overwritten after every start

Post by alexa » Mon 20 Jul 2015 10:52

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?

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: [BUG] Snippet folder gets overwritten after every start

Post by michabbb » Tue 21 Jul 2015 14:37

hi, i am using the latest build 6.3.358 and change the snippet via the snipper manager:

Image

screenshot: https://www.evernote.com/shard/s475/sh/ ... skitch.png

if i close dbforge, and start again, the snippet folder is back to default ;(

alexa

Re: [BUG] Snippet folder gets overwritten after every start

Post by alexa » Tue 21 Jul 2015 16:48

Thank you for the reply. This issue will be fixed in the next product build.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: [BUG] Snippet folder gets overwritten after every start

Post by michabbb » Tue 21 Jul 2015 17:03

i hope the next update does not take 6 months, like the last one... :wink:

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: [BUG] Snippet folder gets overwritten after every start

Post by michabbb » Fri 07 Aug 2015 16:26

dear alex, please tell your developers to offer a hotfix for this, its a total mess that we always have to make 30 clicks before i can start using the app :x :x :x

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: [BUG] Snippet folder gets overwritten after every start

Post by michabbb » Mon 24 Aug 2015 10:57

can i please have an update to this ? thanks

alexa

Re: [BUG] Snippet folder gets overwritten after every start

Post by alexa » Tue 25 Aug 2015 11:42

Hello Micha,

Sorry for the delay on this.

The new product version including the fix should be released in October 2015.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: [BUG] Snippet folder gets overwritten after every start

Post by michabbb » Tue 25 Aug 2015 15:15

okay, thanks for your feedback

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: [BUG] Snippet folder gets overwritten after every start

Post by michabbb » Fri 28 Aug 2015 14:51

dear alex,

where is the "location" of the snippet folder stored ?
i cannot find anything inside the registry.

thanks

alexa

Re: [BUG] Snippet folder gets overwritten after every start

Post by alexa » Mon 31 Aug 2015 10:16

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

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: [BUG] Snippet folder gets overwritten after every start

Post by michabbb » Mon 31 Aug 2015 14:59

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"

alexa

Re: [BUG] Snippet folder gets overwritten after every start

Post by alexa » Tue 01 Sep 2015 15:23

Hello Micha,

Thank you for the provided workaround for our users.

Post Reply