Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn off CnPack Ctrl + U feature

Tags:

ide

delphi

I recently started using CnPack because I like how it displays nested code (and the colors!). However, I have found myself turning off most of the other features as I find them.

One feature that I can't seem to turn off is the Ctrl+U to see the unit list. Under the CnPack menu >> Project Enhancements >> List Units. This could be useful for some, but I much prefer MMX Ctrl+U feature as it can add units if you need it to.

I've looked under the settings (in multiple places) and haven't seen it. Anybody know how to turn this off?

like image 886
Sentient Avatar asked Feb 14 '23 12:02

Sentient


1 Answers

  1. Go to menu CnPack / Options...
  2. Select Project Extension Wizard
  3. Click Settings button
  4. Select List units... item
  5. Focus ShortCut edit and press Backspace key
  6. Save the settings with the OK button
like image 157
TLama Avatar answered Feb 16 '23 03:02

TLama