Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add tooltips and autocomplete when entering a field in GUI #23

Open
uncle-yura opened this issue Feb 18, 2020 · 1 comment
Open

Add tooltips and autocomplete when entering a field in GUI #23

uncle-yura opened this issue Feb 18, 2020 · 1 comment

Comments

@uncle-yura
Copy link

uncle-yura commented Feb 18, 2020

I did not find this items in the todo list, but it would greatly simplify the work:

  • In the "Symbols" table in the "Symbol" column, you can make a hint for the names entered above, for example, as in the MS Excell tables, and in the "Data type" column, type auto-completion by the first letter entered.

  • Also, when editing the operand name in the FBD scheme, it would be nice to have a name hint from the "Symbols" tables.

  • If this is very difficult, then you can make the operand name be copied or pasted immediately with quotation marks or pound.

  • Also, I did not find how to enter constants besides creating a memory flag. In the examples there is "L # 65000" as far as I understand it passes a 32 bit variable, but how do I pass a boolean?

@mbuesch
Copy link
Owner

mbuesch commented Feb 18, 2020

Thanks for your suggestions. I'll add these to the TODO list.

Also, I did not find how to enter constants besides creating a memory flag. In the examples there is "L # 65000" as far as I understand it passes a 32 bit variable, but how do I pass a boolean?

The literals TRUE and FALSE can be used as boolean constant operands.

mbuesch added a commit that referenced this issue Feb 29, 2020
Issue #23

Signed-off-by: Michael Buesch <m@bues.ch>
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants