Settings for Tabs not working when using Layout SQL

twighttwight Posts: 2
edited February 5, 2011 10:54PM in SQL Prompt Previous Versions
Hi,

Is there any option in SQL Prompt Pro when using it with MS SQL Management Studio. to use Tab characters for Tabs and not spaces?

It seems that SQl Prompt Pro forces me to use spaces because the Layout SQL function uses them for indenting.
T Wight

Comments

  • Unfortunately, currently there isn't a way to tell SQL Prompt to use tabs instead of spaces for laying out the code. However, if you do want to convert them after laying out the code you can try the following:

    - Highlight the section of code
    - In Management Studio go to 'Edit' > 'Advanced' > 'Tabify selected lines'

    This should change the tabs from spaces to actual tabs. The developers are currently working on SQL Prompt 4 at the moment and as I understand it there will be an option to keep tabs in the formatting options. SQL Prompt beta will be released Q2 2009.
  • As far as I can tell, SQL Prompt 5 still doesn't have this feature?
Sign In or Register to comment.