Can a SQL Developer extension add a button to a Worksheet toolbar? In a 2018 thread (https://community.oracle.com/tech/developers/discussion/4176450/how-to-add-command-icons-on-the-toolbar), you said that it was not possible to add a button to the SQL Developer Worksheet toolbar. But it's three years later, and perhaps my context is slightly different.
We currently have pre- and post-execution triggers on the Run Script button that do all our Method R Trace magic. We could improve our interface if we could add a new button to the Worksheet. The new button we'd like to create would execute all the features we execute today, but the code would be simpler, and our interface would be even more elegant for our users.
Similarly, we'd like to be able to append text to the "Task completed in %0.2f seconds" message when an execution completes. ...Like "Task completed in %0.2f seconds, 208,142-byte trace file downloaded."
Are these things possible in 2021?