is there a way to set the output of sql statements to appear one below the other in plain text instead of in different tabs? SQL Query Analyzer has this feature and it's very useful.
Right click in the SQL code window, select change window type and change it to a command window, then execute it and the results will print sequentially, as they would in sqlplus.