Context Menu Enhancement |
Context Menu Enhancement
This tool adds some features to editor context menu and provides other enhancement. The settings dialog is as below:
Add "Close Other Pages" in Editor's Popupmenu: Whether adds a menu to close all other pages except current unit.
Add "Open in Explorer" in Editor's Popupmenu: Whether adds a menu to open current unit file in explorer. You can specify the Open File command line in "Execute Command" edit. %s means the file name. Keeping it empty to restore default setting.
Add "Copy Full Path/FileName" in Editor's Popupmenu: Whether adds a menu to copy the full path/filename of current file to clipboard.
Add "Select All" in Editor's Popupmenu: Whether adds a menu to select all text of current unit.
Add "Shell Context Menul" in Editor's Popupmenu: Whether adds a menu to show shell context menu.
Add a CodeCompletion HotKey: The original Code Completion hotkey of Delphi / C++Builder is Ctrl+Space, but it conflicts with switching IME in some system. This feature adds a second hotkey (Alt+Spc) to call Code Completion, and you can change it to your wanted.
The picture below shows an editor context menu with enhancement:
Close Other Pages: Used to close all other pages except current unit.
Open in Explorer: Used to open current unit file in explorer.
Copy Full Path/FileName: Copy the full path/filename of current file to clipboard.
Select All: Used to select all text of current unit.
Links