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
An FCP may call another FCP. For this reason, I would like to be able to refer to an FCP name in the text elements of the FCP (notes, action nodes, guards, etc). We would therefore need an autocompletion feature such that if the user enters "#FCP", then he gets a list of names of FCPs and their titles. If he selects an entry, the name of the FCP will be displayed and its title will appear if one hovers over the FCP name.
Given that FCPs may have one or more input parameters (see issue #4), it would also be interesting to be able to refer to the input parameters. Here, I have in mind an auto-completion mechanism where the user enters: "#FCP:<name_of_fcp>" and the auto-completion list offers the list of the input parameters of <name_of_fcp>. If the user selects one of them, the following text is displayed: "<name_of_fcp>:<name_of_par>".
The text was updated successfully, but these errors were encountered:
pasetti
changed the title
Auto-completion For Input Parameters
Auto-completion For FCP References and Their Input Parameters
May 4, 2021
An FCP may call another FCP. For this reason, I would like to be able to refer to an FCP name in the text elements of the FCP (notes, action nodes, guards, etc). We would therefore need an autocompletion feature such that if the user enters "#FCP", then he gets a list of names of FCPs and their titles. If he selects an entry, the name of the FCP will be displayed and its title will appear if one hovers over the FCP name.
Given that FCPs may have one or more input parameters (see issue #4), it would also be interesting to be able to refer to the input parameters. Here, I have in mind an auto-completion mechanism where the user enters: "#FCP:<name_of_fcp>" and the auto-completion list offers the list of the input parameters of <name_of_fcp>. If the user selects one of them, the following text is displayed: "<name_of_fcp>:<name_of_par>".
The text was updated successfully, but these errors were encountered: