luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

File Modification stubs.sql. #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your opinion about this change?

--<General\Set\onoff\on>--
on
%SELB%
--<General\Set\onoff\off>--
off
%SELB%
--<General\Set\fmtonly {on | off}>--
set fmtonly on%SELB%off
--<General\Set\showplan {on | off}>--
set showplan on%SELB%off
...
...

Original issue reported on code.google.com by zluis0@gmail.com on 10 Oct 2009 at 8:10

GoogleCodeExporter commented 9 years ago
what is the meaning of %SELB% ?

Original comment by daggett....@gmail.com on 10 Oct 2009 at 8:16

GoogleCodeExporter commented 9 years ago
%SELB%: selection begin.
%SELE%: selection end.

%SELB% Puts the cursor in that position.

%SELB%Selection%SELE% Select the text

Original comment by zluis0@gmail.com on 10 Oct 2009 at 8:28

GoogleCodeExporter commented 9 years ago
oops. forgot :)

Original comment by daggett....@gmail.com on 10 Oct 2009 at 8:51

GoogleCodeExporter commented 9 years ago
This is faster to put the sentences. 

Original comment by zluis0@gmail.com on 10 Oct 2009 at 8:58

GoogleCodeExporter commented 9 years ago
I have changed only
set fmtonly
set showplan

Original comment by daggett....@gmail.com on 1 Nov 2009 at 8:56