Hi.
Im trying to name my personal folder snipplets by a shema like “select_user.status_0” for something like “SELECT * FROM user WHERE status=0”.
A file like this will be saved to “set_user.status_1.mys”
If i save the snipplet and quit SQLyog it will not load the snipplet anymore.
My observation is that SQLyog hides the fileextension “.mys” from the user. Because my personal files have 2 dots in their name the program hides everything after the first dot in the filename and it seems that the filename is internally cut down too much too. Maybe you could change the behavior to only hide the part from the last dot to the filename-end?
Thank You.