 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
jfudickar
Joined: 24 Jul 2009 Posts: 3 Country: Germany |
|
Autoformat WHERE - How to change |
|
Hi
i have the following code
 |
 |
SELECT *
FROM A
WHERE |
Now when i press the <blank> after the result is:
 |
 |
SELECT *
FROM A
WHERE |
Why and how can i change this?
Kind regards
Jens
|
|
Sat Nov 07, 2009 2:27 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Hi,
This is the expected result of automatic code formatting feature.
If you want to change the format and have the code look like
 |
 |
SELECT ...
FROM ...
WHERE ... |
change the formatting rule for SELECT for your type of the target environment and formatting style - please see Code Formatting tab in SQL Assistant options dialog for more details.
If you don't want to format SELECT type queries, uncheck this particular formatting rule in the Options.
If you don't want to use code formatting at all, select your target editor on the Targets tab and in the options on the right side of the screen, change formatting style to None.
If you don't want to use code Auto-indent feature – you can disable it on Code Formatting tab, again make sure to select your type of the target environment and formatting style before you change this option.
|
|
Sat Nov 07, 2009 3:46 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|