Skip to content
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

Formatting: change table.length_max to table.max_breaks #2

Closed
MrLixm opened this issue Feb 28, 2022 · 0 comments · Fixed by #6
Closed

Formatting: change table.length_max to table.max_breaks #2

MrLixm opened this issue Feb 28, 2022 · 0 comments · Fixed by #6
Labels
feature-request New feature or request

Comments

@MrLixm
Copy link
Owner

MrLixm commented Feb 28, 2022

The current StrFmtSettings.table.length_max doesn't have a name corresponding enough to its correlated use.

  • Convert the name to table.max_breaks (see if better can be found)
  • Use table.length_max to actually specify the max length of a displayed table :
    • Will correspond to the max length a table can be before being "cut" like { 1,2,3,4,5, [...*5] }
@MrLixm MrLixm added the feature-request New feature or request label Feb 28, 2022
MrLixm added a commit that referenced this issue Sep 9, 2022
@MrLixm MrLixm linked a pull request Sep 11, 2022 that will close this issue
@MrLixm MrLixm closed this as completed in #6 Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant