We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
delete_candidate and delete_candidate_on_current_page ignore index and always delete highlighted candidate.
delete_candidate
delete_candidate_on_current_page
index
To Reproduce
Expected behavior
The 2nd word is gone.
Log
I20240619 12:02:23.835766 0x170437000 context.cc:152] Deleting candidate: '苫次 I20240619 12:02:23.835961 0x170437000 memory.cc:127] deleting entry: '善此'. I20240619 12:02:23.836090 0x170437000 level_db.cc:182] update db entry: shan ci 善此 => c=-1 d=0.99005 t=3
Flavor(please complete the following information):
Additional context
Candidate info is clearly lost:
librime/src/rime/context.cc
Lines 151 to 154 in a4f24fd
Always delete selected:
librime/src/rime/gear/memory.cc
Lines 123 to 124 in a4f24fd
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
delete_candidate
anddelete_candidate_on_current_page
ignoreindex
and always delete highlighted candidate.To Reproduce
Expected behavior
The 2nd word is gone.
Log
Flavor(please complete the following information):
Additional context
Candidate info is clearly lost:
librime/src/rime/context.cc
Lines 151 to 154 in a4f24fd
Always delete selected:
librime/src/rime/gear/memory.cc
Lines 123 to 124 in a4f24fd
The text was updated successfully, but these errors were encountered: