SQL Editor

 

The SQL Editor is used every time you work with SQL statements in Visual Case (designing stored procedures, views, triggers and constraints.  It's also used to review and modify the SQL scripts that are created and run whenever you forward-engineer a database through ODBC.

 

 

The editor has several advanced features that make working with SQL a breeze:

 

Cut, Copy & Paste

 

Ctrl-x

Cut

Ctrl-c

Copy

Ctrl-v

Paste

Undo & Redo

 

Ctrl-y

Redo

Ctrl-z

Undo

Find & Replace

 

Ctrl-f

Find

Ctrl-r

Replace

Block Indenting

 

Tab

Indent the highlighted text

Shift-Tab

Unindent the highlighted text

Navigation

 

Home

Go to the beginning of the line

End

Go to the end of the line

Ctrl-Home

Go to the beginning of the SQL text

Ctrl-End

Go to the end of the SQL text

Text Highlighting

 

Shift-Home

Select the text from the cursor to the beginning of the line

Shift-End

Select the text from the cursor to the end of the line

Ctrl-Shift-Home

Select the text from the cursor to the beginning of the SQL text

Ctrl-Shift-End

Select the text from the cursor to the end of the SQL text

Text Deleting

 

Backspace

Delete previous character

Delete

Delete following character

Ctrl-Backspace

Delete previous word

Ctrl-Delete

Delete following word