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:32 Vlad Vergu tagged refactoring
On 11 November 2011 at 13:44 Lennart Kats tagged duplicate
On 11 November 2011 at 13:45 Lennart Kats closed this issue.
On 11 November 2011 at 13:45 Lennart Kats commented:
Oops, this seems to be a duplicate of Spoofax/454.
On 11 November 2011 at 13:45 Lennart Kats removed tag duplicate
On 11 November 2011 at 13:45 Lennart Kats removed tag refactoring
On 11 November 2011 at 13:45 Lennart Kats tagged duplicate
Log in to post comments