Character count not working for multiple selection
Environment
- CotEditor: 3.7.8 (360)
- System: macOS Version 10.14.5 (Build 18F203)
- Language: English
Short Description
When multiple words/sentences are selected with command key, the character/word count are not updated. (Should be 8 character for this case?)

Steps to Reproduce the Issue
Select words/sentences with command key
Expected Result
Although I'm not sure if this behavior is as expected, I thought that it is more natural to count all the text selected.
Hmm, this is in spec currently.
Well, I can change this (though the calculation cost increases), but I'm not sure which implementation makes more sense for most of the users:
- Display only the count of the first selection.
- Display the total count of all selections.
I suppose this is just preference, and the current implementation is enough...
Sorry for taking a long time. But in the next version, CotEditor 4.5.0, the characters/lines/words count will display the total count of all selections.
Thank you for implementing this. I really appreciate your continuous effort in developing the application, even addressing such feature request from the past!