Author |
Message |
Olegon
Joined: 07 Sep 2009 Posts: 40
|
|
Disable Auto Indent Mode don't work |
|
Hello.
SQL Assistant 4.7.11
MS SQL 2005, MS SQL Server Managment Studio
SQL Assistan - Options - Code Formatting - Auto Indent Mode set to "No".
In MS SQL Server Managment Studio - Tools - Options - Text Editor - All Languages - Tabs - Indenting set to "None".
Entering the new line should begin with the start line, but not with indentation of the previous line. But I still new line begins with an indent as the previous line. Like a Auto Indent Mode set to "Yes".
Example: type Enter after "*"
 |
 |
select
*
from |
I need:
 |
 |
select
*
from |
Before SQL Assistant it's worked that I'll need. How to turn off Auto Indent Mode?
Thanks
|
|
Mon Sep 07, 2009 5:29 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
|
|
Did you change auto-indent settings in the SQL Assistant add-on for SSMS or in the system tray application?
|
|
Mon Sep 07, 2009 8:39 am |
|
 |
Olegon
Joined: 07 Sep 2009 Posts: 40
|
|
|
|
 |
 |
Did you change auto-indent settings in the SQL Assistant add-on for SSMS or in the system tray application? |
In the SQL Assistant add-on for SSMS.
|
|
Mon Sep 07, 2009 9:28 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
|
|
Thanks. I can reproduce this issue too. This looks like a bug. Something is causing SQL Assistant to always use default setting for the auto-indent option, ignoring user selected value.
|
|
Mon Sep 07, 2009 3:47 pm |
|
 |
|