Skip to content

Conversation

@eagleoflqj
Copy link
Member

Pressing PageDown updates preedit and number in [ hightlight index / total number of candidates], while clicking paging button doesn't. The behaviors should be the same.

@eagleoflqj eagleoflqj requested a review from wengxt August 29, 2025 00:18
mozc_state->SelectCandidate(id_);
}

int32_t getId() const { return id_; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: no "get" in name.

void next() override {
auto *mozc_state = engine_->mozcState(ic_);
mozc_state->Paging(false);
highlightFirstCandidate(mozc_state);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think paging will actually create a new candidate list object. I don't know if the candidate id can be used but I think we'd better not relying on that.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we figure out how paging key update the cursor?

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.

2 participants