-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve display of estimated number of lines
fixes #6506 for large files the number of lines is estimated and shown as a rounded number (using two significant digits), e.g `~8,700,000 lines`. with this change it will be: `~87 10^5 lines` this commit also makes roundify really round numbers (as the name suggests) and not simply cut at two digits, but this could be reverted if there are concerns wrt speed due to using more math
- Loading branch information
1 parent
62ce926
commit 3ad6bef
Showing
2 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters