https://bugs.kde.org/show_bug.cgi?id=386897
k3bBug <erben...@comcast.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED Ever confirmed|0 |1 --- Comment #3 from k3bBug <erben...@comcast.net> --- I have Kate 18.08.0 on Leap 15, Tumbleweed KDE 5.49.0 Qt 5.11.1 With large files, there is an issue. For example I have a log file with 38,811 lines and wc -c shows 3093244 while kate shows 3044999. In kate if I then do a 'Select All' sometimes it shows the wrong number of characters as compared to its own report so it will be something like Chars 201324/309324. At times it shows Chars 0/0. when the file is large enough. My guess is it may be an integer size issue (e.g using int instead of uint64_t or something like that) When i open a very large text (log file) file (~15mb) no reporting of Chars shows at all even tho the option is enabled and Lines is 'Line 215,929 of 215,929. Also, chars never has commas inserted when it does show up on smaller files. I can gzip the file (the 15mb mother) and attach it if requested. -- You are receiving this mail because: You are watching all bug changes.