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

Title Case conversion from Uppercase #241

Closed
jupester opened this issue Oct 1, 2020 · 4 comments
Closed

Title Case conversion from Uppercase #241

jupester opened this issue Oct 1, 2020 · 4 comments

Comments

@jupester
Copy link

jupester commented Oct 1, 2020

Not sure if this is by design, or if it is unwanted, but I noticed that if you try and convert straight from uppercase to title case it doesn't change the uppercase words to title case, however if you convert to lowercase first and then title case it does perform as I would expect.

FYI I just thought I would bring it to your attention, I have no worries if you leave it as is, or change it.

@jupester
Copy link
Author

jupester commented Oct 1, 2020

Whoops just noticed this topic:

XhmikosR/notepad2-mod#35 (comment)

sorry.

@zufuliu
Copy link
Owner

zufuliu commented Jul 27, 2024

An option could be added to let "Title Case" convert string to lower case, then title case:
image

or add another menu (e.g. Title Case (Force)) that does lower case, then title case.

@zufuliu zufuliu added this to the v24.09 milestone Jul 27, 2024
@zufuliu
Copy link
Owner

zufuliu commented Jul 27, 2024

I'm going to change text to lower case then title case, this matches behavior of other editors.

zufuliu added a commit that referenced this issue Jul 27, 2024
…241.

Change "Sentence Case" to perform lower casing then uppercase first letter.
Handling fullwidth punctuation and spaces for line terminator and word space.
@zufuliu
Copy link
Owner

zufuliu commented Jul 27, 2024

The new behavior (lower casing + title casing) is implemented by 5939549.

@zufuliu zufuliu unpinned this issue Aug 14, 2024
@zufuliu zufuliu closed this as completed Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants