You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
The current implementation of the content assist matches the Platform name qualifying the action (see xatkit-bot-platform/xatkit-runtime#118). This could be improved by matching both the Platform name and the name of the Action, that is typically entered by the user.
Matching only Platform name does not provide a very useful content assist: all the actions from the Platform are matched, and the user needs to enter the full name of the Platform plus the beginning of the Action name to have a real match.
The text was updated successfully, but these errors were encountered:
This fixes changes how Action are referenced in the Orchestration DSL: instead of qualifying the duplicated actions we chose to qualify all the actions, in order to keep the DSL clean and easy to understand.
Note that the content assist matches actions by their module first, which is not optimal (refs #163)
gdaniel
changed the title
ActionInstance content assist should match Action name
RuntimeAction content assist should match Action name
Nov 19, 2018
gdaniel
transferred this issue from xatkit-bot-platform/xatkit-runtime
Aug 18, 2019
The current implementation of the content assist matches the
Platform
name qualifying the action (see xatkit-bot-platform/xatkit-runtime#118). This could be improved by matching both thePlatform
name and the name of theAction
, that is typically entered by the user.Matching only
Platform
name does not provide a very useful content assist: all the actions from thePlatform
are matched, and the user needs to enter the full name of thePlatform
plus the beginning of theAction
name to have a real match.The text was updated successfully, but these errors were encountered: