You can load SQL scripts using one of the following methods:
You can perform clipboard operations either with mouse or keyboard or by selecting the items from the local menu that can be accessed by the right mouse button click inside the main window.
Moreover, you can search and replace any items. Undo/Redo functions are also implemented. You can press Ctrl-Z and Ctrl-Y without any worry to lose your work.
There is a picture of local menu accessed by the right click inside the editor window. See the picture below:
Using this menu you can:
Using toolbar buttons You can:
Using Ctrl+G hotkey you can go to the required line of the current script. Besides product allows you to use bookmark: press Ctrl+<number key> to set bookmark for current cursor position and use Ctrl+Shift+<number key> for go to the stored bookmark. You can define up to 10 ('0'-'9') bookmarks. Bookmarks are script-specific and SQL editor does not save them between sessions.
To comment the current line out or to uncomment it, just press the button with two "minus sign" on it. To comment out a block, select it and press the button with a slash and an asterisk on it. If you press this button when the cursor is in the commented area, it will be uncommented.
Adding plug-ins to the DTM SQL editor helps users to extend the functionality of the editor tool (PT_TEXT plug-in type). It is also a possibility for the third party developers wishing to make additions to the program.
See also: "macros: definition and use", "search and replace"