SQL Developer Templates [message #426560] |
Fri, 16 October 2009 09:07  |
mr_hotshot_818
Messages: 25 Registered: October 2009
|
Junior Member |

|
|
Has anyone used Templates in SQL Developer on a MAC? I've followed the instructions and nothing happens.
The instructions below do not work
SQL Developer Help:
Database: SQL Editor Code Templates
The SQL Editor Code Templates pane enables you to view, add, and remove templates for editing SQL and PL/SQL code. Code templates assist you in writing code more quickly and efficiently by inserting text for commonly used statements. You can then modify the inserted text.
To insert the contents of a code template in the SQL Worksheet, put the cursor at the point where the template is to be inserted, type the ID associated with the template, and then press Ctrl+Shift+T. (Note: Ctrl+Shift+T is the accelerator assigned in the default keymap, but you can assign another mapping.)
To enclose a SELECT statement in a FOR loop, select (highlight) the SELECT statement and press Ctrl+Shift+T.
Add Template: Adds an empty row in the code template display. Enter an ID value, then move to the Template cell; you can enter template content in that cell, or click the ellipsis (...) button to open the code editor to enter the template content.
Remove Template: Deletes the selected code template.
|
|
|
Re: SQL Developer Templates [message #426561 is a reply to message #426560] |
Fri, 16 October 2009 09:15   |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Did you try alternate key-combinations? Cmd instead of Ctrl for example?
I don't have SQL Developer installed, but often these helptexts are focused on Windows users
|
|
|
|