Contents 

AdeptSQL Diff Reference
Getting started
Connecting to databases
Scanning available servers
Saving and opening comparisons
Running from command line
Working with the schema
Viewing schema differences
Comparing objects side-by-side
Dragging and dropping schema items
Using schema filters
Configuring schema options
Comparing table data
DataDiff overview
Data comparison options
Column configuration file
Special situations comparing data
Executing the SQL
SQL errors and warnings
Keyboard shortcuts
Editing commands and keyboard shortcuts
Using keyboard templates
Choosing debugger's key mapping
Using COM Automation interface
Automating schema comparison
Automating data comparison
Licensing and contact info
Registration of AdeptSQL Diff
Contact information
Version history (last updated for ver. 1.90 [Build 58])

AdeptSQL Diff Online Help

Prev Page Next Page

Editing commands and keyboard shortcuts

The script editor used in AdeptSQL Diff (in the Code View popup window) supports the following keyboard combinations, most of them are also available as buttons on the Code View's toolbar:

Btn Shortcut Menu Description

SQL Templates

 

...CTRL-J  

Type one of the SQL template abbreviations, then press Ctrl-J to expand it into the whole SQL statement.

Clipboard functions

CTRL+C "Edit/Copy"

Copy selected text to clipboard

CTRL+X "Edit/Cut"

Cut selected text to clipboard

CTRL+V "Edit/Paste"

Replace selected text with clipboard contents

Bookmark functions (<n> is a numeric key 0 .. 9)

 

CTRL+K+n  

Sets bookmark number <n>

 

CTRL+Q+n  

Jump to bookmark number <n>

Undo functions

CTRL+Z "Edit/Undo"

Undo the last editing action

CTRL+SHIFT+Z "Edit/Redo"

Redo one editing action

SQL formatting functions

CTRL+K+I  

Indents selected text by one tab step

CTRL+K+U  

Un-indents selected text by one tab step

  "Comment out"

Comment out the selected text. The program uses "/*...*/" comments for this.

  "Uncomment"

Enabled only when you are inside a commented-out text. The program understands and correctly opens both "/*...*/" and "-- till the end of line" ones.

  "Uppercase/Lowercase..." Adjust case in all identifiers and keywords within the selected text. The commands pops up a dialog where you can separately select what to do with the keywords and with other identifiers.

You can view or change the default keyboard mapping in the editor configuration dialog. This dialog can be invoked from editor's context menu or from "Tools/Editor Options..." command in the main menu.

   
The CHM file was converted to HTML by chm2web software.