Dynamically setting keybinding
Keybindings are only active after the user has pressed the refactoring button once.
Submitted by Maartje on 26 July 2011 at 09:51
Issue Log
On 26 July 2011 at 09:51 Maartje tagged refactoring
On 26 July 2011 at 10:38 Lennart Kats commented:
The
RefactoringFactory.create()
method is lazily invoked once you press the refactoring button, as with all factorings. If you want eager initialization, you need aneagerInit()
method that must be invoked from another class just like the theeagerInit()
methods in e.g.ContentProposerFactory
. Have a look at the call hierarchy of that method.
On 2 August 2011 at 13:24 Maartje closed this issue.
On 2 August 2011 at 13:24 Maartje commented:
fixed
On 9 September 2011 at 09:46 Lennart Kats tagged 1.0
On 9 September 2011 at 09:46 Lennart Kats tagged @maartje
Log in to post comments