Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Refactoring Undo/Redo actions



Since refactoring is available through the LTK plug-in I had to move the
refactoring undo/redo actions from JDT/UI
into LTK/UI. I preserved all the action ids however since the actions are
now part of a new action set they don't
appear in perspectives that get restored on start-up of an existing
workspace. To get the actions back either
enable them via Windows->Customize Perspective->Command->Refactoring -
General or close and reopen
the perspective.

Dirk



Back to the top