one shortcut -> multiple refactorings
I would like to be able to declare multiple refactorings with the same shortcut:
refactoring RCases.All : “Unfold” = checks-ufold-refactor (cursor)
shortcut : “org.eclipse.jdt.ui.edit.text.java.inline”
refactoring RTestCase* : “Fold” = checks-fold-refactor (cursor)
shortcut : “org.eclipse.jdt.ui.edit.text.java.inline”Currently only the first declared refactoring for that shortcut seems to be triggered.
Alternatively I could manage with a way to specify that a refactoring may silently fail:
Submitted by Vlad Vergu on 11 November 2011 at 13:32
refactoring : “Unfold” = checks-autofold-refactor (cursor) (mayfail)
shortcut : “org.eclipse.jdt.ui.edit.text.java.inline”
Issue Log
On 11 November 2011 at 13:45 Lennart Kats tagged refactoring
On 11 November 2011 at 13:45 Lennart Kats tagged @maartje
Log in to post comments