oracle-samples / oracle-db-examples

Examples of applications and tool usage for Oracle Database

Home Page:https://www.oracle.com/database/technologies/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoke an extension based worksheet text

craibuc opened this issue · comments

I'd like to create an extension that could receive input from text selected in a query worksheet.

Usage-case:

  • a table name is selected; the extension is invoked via a context menu; the selected text is passed to the extension; the text is assigned to an argument (e.g. #0#); the extension processes another query (e.g. SELECT ... FROM ... WHERE table_name = '#0#') and returns a grid of values

Does the JDeveloper-SDK extension offer this level of control? If so, is there an example of this usage case?

@bjeffrie, can we close this issue or is there still something outstanding?

I guess I expected the person posing the issue to close it but it's been 6+ months.