Jump to content
Diego Simonini

Autocomplete behaviour: Delphi 10.4.2 VS Delphi 7

Recommended Posts

Hi everybody, I've recently installed last version of Delphi, I'm sorry if I'm asking something stupid but...

I've noticed something strange about the autocomplete feature.

Try following these steps:

 

IN D10.4.2

1. Start typing some code, i.e. "var d : dou"

2. Press CTRL + space, autocomplete popups

3. press arrow down to select "Double"

4. the only key working for complete the code is [Enter]

 

In the same scenario in D7 IDE , at point 4 I could press every key to trigger the completion, i.e [;] for "Double;"

 

I'm very used to this handy behaviour, it's possible to configure D10.4.2 in the same way?

 

Thank you in advance,

Diego.

 

Share this post


Link to post
Guest

dont worry about this... RAD10.4.x  broked many others parts more important than that.

 

hug

Edited by Guest

Share this post


Link to post

image.png.35bcc6f8324632a510261d810d9a44fc.png

 

What is your Auto invoke and Finish incomplete properties settings?  Try switching off Auto-invoke.

Share this post


Link to post
13 hours ago, pyscripter said:

image.png.35bcc6f8324632a510261d810d9a44fc.png

 

What is your Auto invoke and Finish incomplete properties settings?  Try switching off Auto-invoke.

Yes, I've Auto-invoke on! Switching off Auto-invoke does the job.

Thanks a lot  🙏

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×