- AuthorPosts
- October 16, 2022 at 3:37 am #28768spirosParticipant
This could be an extra option in Advanced sort, sort first words starting with a capital letter.
October 17, 2022 at 8:08 am #28791Yutaka EmuraKeymasterPlease write an example how this works, and why you need this type of sort.
October 17, 2022 at 8:52 am #28792spirosParticipantOften, words starting with a capital are proper nouns and may mean a different thing than lowercase counterparts. Also, in a big file one may want to easily spot words starting with a capital, in order to fix them if they need to be fixed.
Example input:
Text
text
god
God
file
FileExample output:
File
God
Text
file
god
textOctober 17, 2022 at 12:47 pm #28796Yutaka EmuraKeymasterIf you clear the Ignore Case option in the Sort page of the Customize dialog box, the result will be exactly like this.
October 18, 2022 at 2:47 am #28805spirosParticipantIt was cleared, the result is different:
file
File
god
God
text
TextOctober 19, 2022 at 1:33 am #28814Yutaka EmuraKeymasterIs the Fast Binary Comparison option on?
October 19, 2022 at 4:49 am #28815spirosParticipantIt was off. Now this is indeed the output. Still, it would be nice to have it as an extra sort option in the Sort menu and/or the Advanced Sort dialog list (Sort capitals first/Sort lowercase first). I guess it is quite easy to implement.
- AuthorPosts
- You must be logged in to reply to this topic.