Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can a SQL Developer extension add a button to a Worksheet toolbar?

CaryMillsapJul 15 2021 — edited Jul 15 2021

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?

Comments

Processing

Post Details

Added on Jul 15 2021
3 comments
415 views