Plug-in for Delphi IDE, which sets keyboard shortcuts to move to a next/prev modification in an opened file
-
If you use Delphi 10.3:
- download the EditorShortcuts.bpl package from Bin folder,
- start Delphi IDE. In Components menu | Install packages... press Add. Select the downloaded package. Press Open. OK.
-
For other Delphi versions:
- download the source files from GitHub,
- open EditorShortcuts.dproj in Delphi IDE,
- modify the source files if needed,
- compile, Install.
When you edit a file in Delphi IDE, press Ctrl-Shift-NumPad- or Ctrl-Shift-NumPad+ to go to the previous or next modification in the file.
(C) 2018 Kryvich