-
Notifications
You must be signed in to change notification settings - Fork 282
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
No way to all-caps just the beginning of a word #837
Comments
This is an intentional change from previous versions, the question is do we want something like this to work: def test_retro_upper7(self):
r'''
'TEFT': 'test',
"W-G": "{^ing with}",
'RUP': '{*<}',
TEFT/RUP/W-G " TESTING with"
''' ? |
@benoit-pierre: What's the recommended way of writing a word like "PID-file", then? I generally use retroactive capitalization instead of preemptive capitalization, and it doesn't seem like there's a good way to accomplish this anymore, since I can't even use |
I think the example in the OP is more realistic than the "test^ing with" issue. I'd probably still expect |
This also appears to be manifesting when I'm coding. I tried to write this
but got
where I typed
where What exactly am I supposed to do at this point? Go back up to the previous point in the code and delete everything I just typed and then try again, this time without using capitalize-last-word? Give up and restart Plover? It's not even as if I can reset the current mode and continue at the current position. |
Fixed by #865 |
My Phoenix Theory Medical dictionary has P*-EUD for "PID." So if I wanted "PID-file," I would just stroke that first outline, the hyphen stroke (P-F), and, of course, follow it up with my stroke for "file." Looks like you're working way too hard for an outline that is actually in steno-order! :o) |
Classification: Bug
Reproducibility: Always
Summary
Suppose you have the dictionary
and you try to write PID-file:
This actually produces
Instead of
In general there doesn't seem to be a way to make capitalizing the previous part of the word not affect the next part of the word.
Version
Plover version 4.0.0.dev5 @ ff51971
Installed via: source
Configuration
The text was updated successfully, but these errors were encountered: