|
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
zhangthe9
Joined: 27 Oct 2011 Posts: 3 Country: China |
|
sql assistant 6.0 code snippets bug? |
|
first, i set the default key=space
I want to add
select count(*) from =sc
in version 5 ,it's ok
but in 6,not work
select * from is ok
I try
db options->oracle->suggest words after :0
select count(*) from it's ok
and where=w , etc
|
|
Thu Oct 27, 2011 10:06 pm |
|
|
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7907
|
|
|
|
Please
1. Don't set "Suggest Keywords After" to 0. That will lead to multiple anomalies and difficulties using SQL Assistant.
2. Unless very special cases, don't use Space as a snippet triggering keyword. If you do, it will disable most of the Intellisense.
If I understand it correctly, what you want can be done differently.
1. Restore default settings.
2. Open Code Formatting tab
3. Select Oracle
4. Expand Keywords group, scroll all the way down and locate "[Preferred keywords]" section
5. Add SELECT count(*) FROM
6. Click OK to save changes
Now back in the editor, and type sel, you will have SELECT count(*) FROM as one of the top choices in the keyword popup. Note that order of preferred suggestions is the same as their order in the "[Preferred keywords]" section.
|
|
Fri Oct 28, 2011 12:42 am |
|
|
zhangthe9
Joined: 27 Oct 2011 Posts: 3 Country: China |
|
|
|
|
|
Please
1. Don't set "Suggest Keywords After" to 0. That will lead to multiple anomalies and difficulties using SQL Assistant.
2. Unless very special cases, don't use Space as a snippet triggering keyword. If you do, it will disable most of the Intellisense.
If I understand it correctly, what you want can be done differently.
1. Restore default settings.
2. Open Code Formatting tab
3. Select Oracle
4. Expand Keywords group, scroll all the way down and locate "[Preferred keywords]" section
5. Add SELECT count(*) FROM
6. Click OK to save changes
Now back in the editor, and type sel, you will have SELECT count(*) FROM as one of the top choices in the keyword popup. Note that order of preferred suggestions is the same as their order in the "[Preferred keywords]" section. |
thank for your advice :)
I just want to type less characters
|
|
Sat Nov 05, 2011 1:40 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
|
|
|