Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 739 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 739 Bytes

Kryvich's Editor Shortcuts for Delphi IDE

Plug-in for Delphi IDE, which sets keyboard shortcuts to move to a next/prev modification in an opened file

How to install

  • 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.

How to use

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