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

Gesture description for "moveToPreviousSiblingForce" is incorrect #19

Closed
cary-rowen opened this issue May 23, 2024 · 0 comments
Closed

Comments

@cary-rowen
Copy link
Collaborator

Hi @mltony

I may have discovered an oversight while inspecting the code.

The description of "moveToNextSiblingForce" is:
Moves to the next line with the same indentation level as the current line potentially in the following indentation block.

The gesture description of "moveToPreviousSiblingForce" should be similar to the "moveToNextSiblingForce" expression, for example:
Moves to the previous line with the same indentation level as the current line potentially in the preceding indentation block.

In fact, the gesture description of "moveToPreviousSiblingForce" is:
Moves to the previous line with the same indentation level as the current line within the current indentation block.

i will fix it

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

No branches or pull requests

1 participant