pnp-software / fcp-editor

Web-based editor for specifying Flight Control Procedures (FCPs) based on ESA's SCOS-2000 standard.
MIT License
3 stars 1 forks source link

Auto-completion For FCP References and Their Input Parameters #11

Open pasetti opened 3 years ago

pasetti commented 3 years ago

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:" and the auto-completion list offers the list of the input parameters of . If the user selects one of them, the following text is displayed: ":".