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 Feature with Hyperlinks #13

Closed pasetti closed 3 years ago

pasetti commented 3 years ago

We currently have an auto-completion feature for strings which start with: "TM(type,sub-type)" (TM Report) and "TC(type,sub-type)" (Telecommand). If possible, I would like to extend it such that the string returned by the auto-completion is "TM(type,sub-type)" or "TM(type,sub-type)" is hyperlinked and, when the user hovers over this string, he sees the TM or TC description and its unique identifier.

pasetti commented 3 years ago

Hovering tips over auto-completion strings are now available.