-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Customizable variable view for quick peek #358
Comments
@Erikbernhart This is a great idea! Thank you for your suggestion. If you allow me, I can propose some minor improvements:
In future versions, we can add a variable table pannel inside the Calcpad UI that will display a list of all defined variables with the latest calculated values. |
Hi Ned, suggestions are always more than welcome. The alignement in the snippet indeed looks a bit messy. And good tip for making the table fixed at the bottom. I should dive deeper into the CSS as well :)
Verzonden vanaf Outlook voor Android<https://aka.ms/AAb9ysg>
…________________________________
From: Ned Ganchovski ***@***.***>
Sent: Wednesday, September 25, 2024 12:05:32 PM
To: Proektsoftbg/Calcpad ***@***.***>
Cc: Erikb ***@***.***>; Mention ***@***.***>
Subject: Re: [Proektsoftbg/Calcpad] Feature request: Customizable variable view for quick peek (Issue #358)
@Erikbernhart<https://github.com/Erikbernhart> This is a great idea! Thank you for your suggestion.
If you allow me, I can propose some minor improvements:
1. tabledef$ macro to create only the table with just col headers.
2. Add rowdef$ for each variable inside the table, so the columns stay alighed.
3. Make the table fixed by adding the following CSS style: <table style="position: fixed; bottom: 0;" ...>. In this way it will stay at the bottom and not scroll with the content.
In future versions, we can add a variable table pannel inside the Calcpad UI that will display a list of all defined variables with the latest calculated values.
—
Reply to this email directly, view it on GitHub<#358 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6X52EX5GKTR52YASTX2TY3ZYKDGZAVCNFSM6AAAAABONHVVPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZTGYZTONZXGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I do civil engineering calculations and I have multiple elements and each element has multiple forces and reactions and there are many combinations of each etc, it is occasionally time-consuming to scroll back and forth looking what variables were what.
It would be really beneficial to offer easily customizable (even template would do as a starter) viewing method for stuff like that.
For example user could have a table as follows: (user inputs the data and if there is a variable, it is kept updated all times). The table would be searchable and the value-column read only, but clicking the line could jump to the line where the value is defined/used/calculated...
The text was updated successfully, but these errors were encountered: