Hello,
I'm trying to extend the Result-List of the Where-used-List in the Search-View to allow editing (simple find/replace) the found occurrences.
I have created a Plug-In with dependencies on com.sap.adt.ris.whereused and com.sap.adt.ris.whereused.ui but now I'm a bit lost.
Can anyone give me some basic kickstart information on how the Where-Used Implementation is designed to work and where I could possibly hook-into/extend to gain basically the following:
- means to enter search-term and replacement-term
- means to select the occurrences to edit (checkbox?)
- means to trigger the refactoring process (menu-item?)
is it a good idea to depend on com.sap.adt.refactoring as well?
- perhaps some basic preview functionality
- rest-service on abap side to transform the code and use a transport-request
or just: please make the where-used-list occurrences editable!
Thanks in advance!
Kai