0

I'm using Delphi 10.3.3. "Block Completion" doesn't work properly for some of my projects, because of an IDE bug fixed in later Delphi versions.

Anyway, I have to use Delphi 10.3.3 and frequently enable/disable Block Completion using Tools -> Options.

enter image description here

Is there any keyboard shortcut or registry tweak to enable/disable Block Completion?

3
  • See Key Mappings, which has a link to the built-in key assignments for each of the various supported IDE key mappings. The content is also in the IDE's help files, under "Main Help", if you search for Key mapings. Commented Mar 23, 2022 at 2:18
  • 1
    You could edit the proper registry key for enabling/disabling this setting. But you would always have to close the IDE before the edit and start it again when you're done. Commented Mar 23, 2022 at 8:20
  • It's most likely possible to change this setting using the Delphi IDE's Open Tools API, so if there is no existing keyboard shortcut for it, you could create a plugin that adds one. That's not the simple solution you are probably looking for, I know, but I thought I'd mention it anyway. Commented Mar 23, 2022 at 11:04

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.