 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
birgerii
Joined: 21 Feb 2007 Posts: 29
|
|
Code formatting |
|
Am I missing something...?
I want to format my select as
SELECT lp_id
, anmarkning
, beskrivning
, bolagid
FROM lp
when I type "SELECT lp" and hit <TAB>, but I keep getting the result below.
SELECT lp_id,
anmarkning,
beskrivning,
bolagid,
FROM lp
If I select the text and hit CTRL+F11 (Format Code) I get the result I want.
Best regards
Magnus
|
|
Tue Aug 21, 2007 3:27 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
These are 2 different features - code auto-expansion and code formatting. There are no currently options available to modify behavior of code auto-expansion, other then enable or disable this feature. The workaround for changing the code formatting is to use CTRL+F11 as you described in your message.
By the way, if you don't want code auto-expansion to kick in, either don't select anything from the popup after SELECT and continue typing or hold down the Shift key when selecting. This will make SQL Assistant to paste only the object name.
|
|
Tue Aug 21, 2007 9:21 am |
|
 |
|
|
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
|
|
|