FreeCAD: master f5b7f645

Author Committer Branch Timestamp Parent
hyarion wwmayer master 2021-02-13 01:19:17 master dc444b1f
Changeset Spreadsheet: Don't autocomplete when writing strings

After pull request https://github.com/FreeCAD/FreeCAD/pull/4215 it
doesn't make much sense helping the user to write expressions without
leading '=', as that content will be parsed as a string.

This change adjusts the behaviour in SpreadsheetGui's LineEdit to avoid
popping up the ExpressionCompleter when no leading equal sign is used.
mod - src/Gui/ExpressionCompleter.cpp Diff File
mod - src/Gui/ExpressionCompleter.h Diff File
mod - src/Mod/Spreadsheet/Gui/LineEdit.cpp Diff File