How do I replace the selected section of code (selected by mouse selection) in eclipse editor and replace it with the same code only in /* selected text / through a plugin? I have already designed a plugin to create a button in the toolbar. When I click it, I need it to change the text that is selected and put it into / */
|
feedback
|
|
try this snippet, that should give you enough hints to do your job:
| |||
|
feedback
|