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

Suggest ALL-UPPER-CASE candidates for ALL-UPPER-CASE target word #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KSR-Yasuda
Copy link

Tweak for #67.

@KSR-Yasuda KSR-Yasuda force-pushed the feature/SupportAllUpperCaseWords branch from 146af73 to f44da04 Compare March 30, 2022 03:29
@KSR-Yasuda
Copy link
Author

Also fixed all word replace (ZL, ZC) failed after UPPERCASELetters.

Example

Replace Spll -> Spell:

Original (Wrong) Word All-Replace w/ Bug All-Replace w/ Bug Fix Remarks
SPLSpll (no change) SPLSpell It had expected no CAPITAL letters come before the word.
SplSpll SplSpell SplSpell
splSpll splSpell splSpell
splspll (no change) (no change) Not word beginning.

Replace spll -> spell

Original (Wrong) Word All-Replace w/ Bug All-Replace w/ Bug Fix Remarks
spll spell spell
spllSPL spellSPL sepllSPL
Spellspll Spellspell (no change) Not word beginning. Original ver. had replaced wrongly.
splspll splspell (no change) Not word beginning. Original ver. had replaced wrongly.
SPLspll (no change) (no change) Not word beginning.

@KSR-Yasuda KSR-Yasuda force-pushed the feature/SupportAllUpperCaseWords branch from f44da04 to 48f4f4c Compare April 11, 2022 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant