The method WatchedProcessorDelegate.populateInstrumentationData sets the attributes "code-snippet" and "selection-text" of the refactoring descriptor but not "selection-in-code-snippet" and "selection". If the user invokes the refactoring from within the editor the selection offset becomes meaningful. So, it would be nice to capture the selection offsets for processor based refactorings.
We still need to capture the selections for unavailable processor based refactorings. But, we'll close this issue and follow the progress of it in issue #163.
The method
WatchedProcessorDelegate.populateInstrumentationData
sets the attributes "code-snippet" and "selection-text" of the refactoring descriptor but not "selection-in-code-snippet" and "selection". If the user invokes the refactoring from within the editor the selection offset becomes meaningful. So, it would be nice to capture the selection offsets for processor based refactorings.