Just a minor enhancement request (would be really appreciated by some end users):
When using multiple tabs in the query window we would like to be able to influence the tabnames.
E.g. selecting more than one query and execute:
would lead to tabnames 'select user_objects'
and 'select user_jobs'
Not bad, could be worse.
But why not let the user decide?
For example:
or something similar (shorter/easier)
This would give tabnames objects and jobs.
Of course sometimes we have much more queries making this feature more important.
Regards,
Bart Verstegen
When using multiple tabs in the query window we would like to be able to influence the tabnames.
E.g. selecting more than one query and execute:
Code:
select *
from user_objects
;
select *
from user_jobs
;
and 'select user_jobs'
Not bad, could be worse.
But why not let the user decide?
For example:
Code:
/* <TABNAME>objects</TABNAME> */
select *
from user_objects
;
/* <TABNAME>jobs</TABNAME> */
select *
from user_jobs
;
This would give tabnames objects and jobs.
Of course sometimes we have much more queries making this feature more important.
Regards,
Bart Verstegen