Diego Simonini 1 Posted March 24, 2021 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 Posted March 24, 2021 (edited) dont worry about this... RAD10.4.x broked many others parts more important than that. hug Edited March 24, 2021 by Guest Share this post Link to post
Stefan Glienke 2002 Posted March 24, 2021 Known issue: https://quality.embarcadero.com/browse/RSP-33118 Share this post Link to post
Diego Simonini 1 Posted March 24, 2021 2 minutes ago, Stefan Glienke said: Known issue: https://quality.embarcadero.com/browse/RSP-33118 Thanks 👍 Share this post Link to post
pyscripter 689 Posted March 24, 2021 What is your Auto invoke and Finish incomplete properties settings? Try switching off Auto-invoke. Share this post Link to post
Diego Simonini 1 Posted March 25, 2021 13 hours ago, pyscripter said: 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