SQL Prompt 3.9 selection bug with SSMS
Powlin
Posts: 42 Bronze 3
There's a new bug in SQL Prompt 3.9 with SQL Server Management Studio (SQL2005).
The selection word delimiter is wrong for SQL script when double-clicking a word and selecting it
Example :
I type this code : DECLARE @Test as varchar(50)
If i double click in the word Test, it should select @Test, but after installing SQL Prompt 3.9 it only select Test and leave the @ unselect, that pretty annoying when dealing with local variable.
This bug isn't present in SQL Prompt 3.8 and not under SQL Query Analyser (SQL2000), maybe it have something to do with the Text Editor settings.
The selection word delimiter is wrong for SQL script when double-clicking a word and selecting it
Example :
I type this code : DECLARE @Test as varchar(50)
If i double click in the word Test, it should select @Test, but after installing SQL Prompt 3.9 it only select Test and leave the @ unselect, that pretty annoying when dealing with local variable.
This bug isn't present in SQL Prompt 3.8 and not under SQL Query Analyser (SQL2000), maybe it have something to do with the Text Editor settings.
Comments
This bug is fixed in a patch which is referenced off http://www.red-gate.com/MessageBoard/vi ... php?t=7323
Hope this helps! Thanks for posting to our forum. Please let us know if you have any further issues or comments.
Kind regards,
David Atkinson
Red Gate Software
Product Manager
Redgate Software