ABOUT
This plug-in allows you to switch focus to the Delphi code editor from anywhere in Delphi (including from CodeRush panels).
FEATURES
This plug-in registers a command called FocusEditor which is bound to a menu item placed in Delphi's View menu. The menu item declares Ctrl+Shift+F12 as a hot key and the nature of Windows is such that the menu hot key will be intercepted from any part of Delphi. In other words, whenever you press Ctrl+Shift+F12, the edit window will receive focus (as long as you are at some non-modal location in Delphi, including being inside a CodeRush panel).
You can change the shortcut by changing the INT_FocusEditorShortcut constant at the top of the FocusEditorPlugIn.pas file, and recompiling the package. Hint: Create the shortcut as part of a menu item on a new form, then view as text to determine the value.