Code Templates.
Code Templates is a very useful feature to speed up your code editing. You can create the template for the most often used statements. For example, when you opens SQL Editor, your most used statement will be SELECT. You may create the template "sf" that will be expanded to "select * from ", template "sfw" can be expanded as "select * from where" and so on.
To create a new template click on the "add" button on the toolbar and provide the template name. After that you may type your template expansion. At any time you may click on another template - your changes will not be lost. The system list of the code templates and template expantions will be changed only after clicking the OK button and closing this dialog.