FreeCAD: master 2c744264

Author Committer Branch Timestamp Parent
wmayer wmayer master 2020-09-13 16:34:16 master d6748a03
Changeset Gui: several fixes for expression search box:
+ rename method setMatchExact() to setExactMatch()
+ move handling of user-defined parameters to class ExpressionParameter
+ Qt::MatchExactly is not supported by QCompleter, use Qt::MatchStartsWith instead
+ add possibility to change match behaviour via context-menu
mod - src/Gui/DlgPropertyLink.cpp Diff File
mod - src/Gui/ExpressionCompleter.cpp Diff File
mod - src/Gui/ExpressionCompleter.h Diff File
mod - src/Gui/Tree.cpp Diff File