Variable tab - Tidy up clear variables used in waypoint
See original GitHub issueDescribe your problem!
I entered a calculation for a waypoint and afterwards accidentally clicked on “Tidy up” in the variable tab, which made all used variables disappear.
How to reproduce?
- Create a caluclated waypoint
- Replace a digit by e.g. “a+b+c”
- Save the waypoint
- Change to variable tab, which shows a,b and c being empty for now (correct)
- Click tidy up (I did this, because while entering the digit I mispressed s instead of a first, so the variable tab showed a,b,c,s)
Actual result after these steps?
All variables cleared In order to restore them you have to enter the edit mode on the calculated waypoint and store it again
Expected result after these steps?
Variables which are used in a calculated waypoint should not been removed by “Tidy up” although they might be still empty
Reproducible
Yes
c:geo Version
2022.01.16-NB
System information
Samsung S20, Android 12
Additional Information
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Commands: Context clear | Waypoint - HashiCorp Developer
Usage: waypoint context clear. This unsets any default context. This does not delete any contexts. There are two use cases to not have...
Read more >NetBeans debugging variable values - Stack Overflow
I am debugging in NetBeans IDE, where can I see assigned variables and their values?
Read more >User Manual - Amazon S3
The robot is a machine that can be programmed to move a tool, and com- municate with other machines using electrical signals. Using...
Read more >Waypoint Software 8.80 User Guide
Chapter 3 Inertial Explorer/Inertial Explorer Xpress/GrafNav. Waypoint Software 8.90 User Manual v10. 56. 3.6.5 Add Master File(s). Up to 32 base stations ...
Read more >Variables not displaying when running - Technical Questions
I set and unset them throughout my program , however I do not see any variable values displayed on any screen or tab...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually I think you are right, tidying up in var tab should not delete vars used in waypoints. I put it up for implementation onto the long long list…
Still I am getting some doubts over here whether the var stuff is organized the right way currently. Process and logic gets too complicated for my taste. It would be great if we find some simplifications for the whole UX workflow.
It is like this in GCBuddy, and this is one of the things I hate about it. Because I always have to remember all the var values in my head when switching to the waypoint edit screen.
Also this would not make the workflow easier. Tidying up in var list then has to consider var usage in waypoints even more than today. Because it can’t be done in waypoints Dialog any More.