Comments
Sort by recent activity
Hi,
thanks for pointing this out. We will fix it in the next version.
Regards,
Tilman / comments
Hi,
thanks for pointing this out. We will fix it in the next version.
Regards,
Tilman
Hi,
thanks for your suggestion. Maybe we could do this as an option. The problem is that identifiers can be the same as snippets. Imagine somebody having a table called 'ssf'. If you write something like 'select * from ssf ', that would be expanded to select * from select * from'.
Regards,
Tilman / comments
Hi,
thanks for your suggestion. Maybe we could do this as an option. The problem is that identifiers can be the same as snippets. Imagine somebody having a table called 'ssf'. If you write somethin...
Hi,
thanks for reporting those bugs. I was able to reproduce the first one, but not the second. Any chance you could give me some more information?
Regards,
Tilman / comments
Hi,
thanks for reporting those bugs. I was able to reproduce the first one, but not the second. Any chance you could give me some more information?
Regards,
Tilman
Hi Peter,
Thanks for your comments. You are absolutely right, we should go by foreign key relationships when suggesting join conditions, rather than column names. I am confident that that will be the case in version 3.
Regards,
Tilman / comments
Hi Peter,
Thanks for your comments. You are absolutely right, we should go by foreign key relationships when suggesting join conditions, rather than column names. I am confident that that will be t...
Hi,
Thanks for pointing this out. We will fix it for version 3.
Regards,
Tilman / comments
Hi,
Thanks for pointing this out. We will fix it for version 3.
Regards,
Tilman
Hi,
have you tried turning off the tab key as a trigger key? You can do this on the Options tab of the SQL Prompt dialog.
Regards,
Tilman / comments
Hi,
have you tried turning off the tab key as a trigger key? You can do this on the Options tab of the SQL Prompt dialog.
Regards,
Tilman
Hi Oli,
there is an option on the Options tab where you can turn off tab as a trigger key.
Tilman / comments
Hi Oli,
there is an option on the Options tab where you can turn off tab as a trigger key.
Tilman
Hi,
that's a good idea. I will add it to the list of suggestions.
Thanks,
Tilman / comments
Hi,
that's a good idea. I will add it to the list of suggestions.
Thanks,
Tilman
Hi,
Not sure about this, as parentheses have a useful purpose, i.e. they are used to specify the scope of the Ctrl, Alt, and Shift key. Escaping parentheses automatically would mean that this functionality was lost.
Regards,
Tilman / comments
Hi,
Not sure about this, as parentheses have a useful purpose, i.e. they are used to specify the scope of the Ctrl, Alt, and Shift key. Escaping parentheses automatically would mean that this funct...
Hi,
We use the System.Windows.Forms.SendKeys class for inserting snippets into editors. Because parethesis have a special meaning in SendKeys you have to escape them using curly braces, eg. '{(}'.
For a full description of the SendKeys syntax see here http://msdn2.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx
Hope that helps,
Tilman / comments
Hi,
We use the System.Windows.Forms.SendKeys class for inserting snippets into editors. Because parethesis have a special meaning in SendKeys you have to escape them using curly braces, eg. '{(}'.
...