Ever need a quick way of retrieving your favorite sql statements without browsing for them?
When you are in the editor and you have your sql statement open, go up to the Edit Menu and select "Add to Named SQLs". This will prompt you to give your sql statement a name. If you want to add a statement to your favorites and you ran it a while ago and no longer have it open, just press "F8" to open your SQL Recall window and find it under the History tab. Once you locate the sql statement, right click on it and add it to your Named SQLs.
In the future now, when you open an editor use the hotkeys "Cntrl+N" and it will open a list of your Named SQLs you have saved. Click the one you want and it opens immediately into your editor.
This way you can quickly call sql statements you use most often without browsing for them or opening up a sql file that may contain them.