Author Topic: [v1.7.3.2] Inline Function autocomplete does not work correctly for all items  (Read 1271 times)

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4767
  • RTFM
Even though the new "GetShortcutsEnabled()" method is present in the Inline Function editor autocomplete list, typing "VA.GetSh" will close the autocomplete list.

This is also true for "VA.GetProductID()"; Typing "VA.GetProd" will close the list.


EDIT: In v1.7.3.6, "GetShortcutsEnabled()" was moved to the "State" class and works correctly, "GetProductID()" was moved to the "Profile" class and renamed "ProductID()", also works correctly.
« Last Edit: March 15, 2019, 09:46:45 AM by Pfeil »

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2827
Ah!  I see the disconnect in there.  All better now.