-
Notifications
You must be signed in to change notification settings - Fork 146
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
Fix : Improve readability #212
base: master
Are you sure you want to change the base?
Conversation
Add preferences dialog for formatting the displayed and exported numbers, with choices for thousands and decimal separators etc. Ensure the preferences are respected in all rendered fields.
This is still a very large PR - could it be split up somehow? |
@RichardWarburton I reviewed the PR, but much like #210 I don't see any way to prise apart the changes. As in #210 there's only one logical split I can see - separating out the formatting logic (i.e. all methods for printing a number in a particular format) from the configuration logic (selecting the actual format). But since the second obviously depends on the first, again I do not see how I can create 2 independent branches out of this. Any advice would be greatly appreciated. |
I think splitting out the formatting logic and configuration logic changes would be a good idea. I mean this is still a 1700 line diff PR in it's current form. Btw - my apologies for the delays in getting back to you on these PRs. I've found it very difficult to allocate time to this project until recently. |
I have absolutely no headroom for looking at this at the moment, I'll try and get to it ASAP. |
FIX_Improve_Readability - Manually resolved conflicts
Improved readability by adding options for thousands separators, choosing decimal separators etc.
Replaces deleted PR #194 .