Whenever I do Ctrl + K to pop up the in-line assistant I get this random “backward” writing. It is not a visual bug, as the assistant does not understand and sometimes answers a similar nonsense.
Steps to Reproduce
I cannot even fully describe what is going on, as english is not my first language. It mostly happens when I use double windows (separate tabs from main session).
I am constantly working with jupyter notebooks. I know the suport for .ipynb is horrible, so it might be related.
Expected Behavior
I should be able to write logical text, flowing from left to right as most english writting flows.
Hey, thanks for the report. That’s a really weird case. From the screenshot, it looks like the text in the input field is completely flipped.
A few questions to help narrow this down:
Does this happen only in .ipynb files, or also in regular files like .py, .js, etc.?
Does it happen only when the editor is split, or can you reproduce it in a single editor tab too?
If you close all split panes and open a new .py file, does Ctrl+K work normally?
Do you have any extensions that might affect text direction or input handling?
Also, try restarting Cursor and testing in a normal Python file without split editors. That’ll help confirm whether it’s tied to Jupyter or to split panes.