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
Thanks for taking the time to properly report this issue. While I agree it'd feel more natural to navigate the extra "fake" line created by the text editor wrapping like you suggested, I've not found a good way to accomplish it in the editor. To avoid the issue you can add more newlines to your query, to avoid the overflow. If I find a good way to solve it in the future, I'll post an update here.
If you think this is an issue you think we should prioritize, you open a feature request on canny and then we'll get a better feeling for how it compares to other feature requests.
Description
It is hard for me to navigate the query editor window with the arrow keys.
Reproduce Steps
Take this example:
I want to edit the company field. My cursor is at the end of line marked 3.
Press Up Arrow
Cursor is now at the middle of line marked 2. (:led_to)
Press Down Arrow
Cursor is now at the end of line marked 3.
We're skipping over the company line? I can't get to it.
Press Home
Cursor is at the start of line marked 3.
Press Up Arrow
Cursor is at the start of line marked 2.
Still can't get to the company line.
Expected Behavior
I would expect, since there are four lines of text here, pressing up would go move to the previous line, and not skip the company line.
Your Environment
The text was updated successfully, but these errors were encountered: