How to Add Items Into Eclipse's Refactor Menu
Posted on Sat 16 February 2013 in misc • Tagged with Eclipse, Plug-In, JDT
Recently, I was writing a plug-in that performs some refactoring (of which I will write in a separate post).
Writing the refactoring was not too complicated, but figuring out how add the menu items correctly into the Refactor menu took a lot of time.
I tried to figure this from …
Continue reading