You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: