Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get back the default Delphi behavior at CTRL+Shift+V when CNPack is installed

Tags:

delphi

I am using Delphi XE, but the same issue already bothered me when using Delphi 2007. When CNPack IDE Wizards are installed, the default functionality when pressing CTRL+Shift+V is changed.

Usually a local variable is being automatically created. CNPack changes this to moving the cursor to the var section of the current method.

How can i prevent CNPack from doing this?

like image 286
Michael Küller Avatar asked Oct 19 '11 11:10

Michael Küller


1 Answers

Try this

  • go to the CnPack / Code Editor Wizard / Options menu item
  • find the Toggle Var Field Tool in the Editor Tools grid
  • change the shortcut or disable the tool using Enable this Tool check box
like image 187
TLama Avatar answered Nov 15 '22 06:11

TLama