Activity overview
Latest activity by kevmart
I'm getting the same behavior, randomly. It goes away of I restart the application. / comments
I'm getting the same behavior, randomly. It goes away of I restart the application.
In the query below, when I start a new line after the table name, it automatically indents the next line at the same level as the line above it. I really want to disable this indenting behavior so that the new line is always back at column 1 of the new line. select Vendor_Code
from dbo.Vendor
where
Thanks,
Kevin / comments
In the query below, when I start a new line after the table name, it automatically indents the next line at the same level as the line above it. I really want to disable this indenting behavior so...
Change in indent behavior?
WIth the recent update to SQL Prompt 4, was there a change to the indentation behavior? It seems like no matter what I do, when SQL Prompt is enabled I cannot get it to stop using block indentatio...