CudaText: caret is not restoring to correct place after restart
reproduces only if you have two tabs and second tab is active. EDIT: and you must scroll down a little!
- open some file (1st tab), open another file, like
git_manager.py
(2nd tab) - in the 2nd tab set cursor to line 28 before
stdout=subprocess.PIPE,
- close Cud, reopen.
expected result: caret is on 28 line. actual result: caret is between 18 and 19 lines??
https://user-images.githubusercontent.com/275333/201450723-178dbb5a-c9a3-49ab-bfd4-0a3d0fb8d2db.mp4
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 23 (23 by maintainers)
Commits related to this issue
- fixing #4559 — committed to Alexey-T/CudaText by Alexey-T 2 years ago
- refac for #4559 — committed to Alexey-T/CudaText by Alexey-T 2 years ago
staples + ruler on – fixed now.
reproduced. fixed it too.