Problem description: When editing a formula in Calc, Calc autocompletes the formula if the cell is locked with $. Steps to reproduce: 1. Type =$c$4 into cell A1 2. Delete "c" and type "s", press enter 3. Autocompletition kicks in and you have =$search()$4 Expected behavior: Autocompletition does not suggest function name. Currently Calc does not suggest a function name if the cell is not locked with $. For example: 1. Type =c4 into cell A1 2. Delete "c" and type "s", press enter 3. Changes cell to =s4 as expected This unintended autocompletion appears to happen with all formulas if the cell is locked with $.
Hi @John, thanks for reporting. I can't reproduce in Win10x64 with: Version: 5.0.4.2 (x64) Build ID: 2b9802c1994aa0b7dc6079e128979269cf95bc78 There was fixed a less aggressive behaviour in https://bugs.documentfoundation.org/show_bug.cgi?id=89031
Duplicate of bug 89031. The character $ should be added to the list of characters that disable autocomplete of preceding string. Best regards. JBF *** This bug has been marked as a duplicate of bug 89031 ***