Lines are overwritten above the currently edited line when popup appears
See original GitHub issueOccasionally, when Jedi goes to autocomplete a element, it overwrites what seems like internal code onto the two lines above the line being edited. The text being overwritten is
≡jedi=0, ≡ (***new_kw*) ≡jedi≡
≡jedi=0, ≡ (***new_kw*) ≡jedi≡
Where the first character is placed depends on the original lines, but if the original line is too long (80 chars minus the length of the evil text?), the original line is overwritten with the two lines above.
I used to think that it was random, but I noticed something that may be the trigger. In the line being edited (shown in the screenshot below) there were two candidates for Jedi autocompletion, self.session.configure and self.engine. I think that it works correctly when only one item needs autocompletion in a line.
Issue Analytics
- State:
- Created 10 years ago
- Comments:32 (15 by maintainers)
Top Results From Across the Web
Register Lines overwriting - Quicken Community
As stated, it appears (A) has been duplicated, overwriting (B), but this is appearance only. I have found that updating the account again ......
Read more >Overwrite Previously Printed Lines | by Thijmen Dam - ITNEXT
Hi everyone, Thijmen here, and in this article I will demonstrate two methods for overwriting previously printed lines in Python using ANSI escape ......
Read more >Excel: Pop Up Message on Cell Value Change - YouTube
In this video, we will get a pop-up message box to appear on a cell value change.Enrol in the Excel VBA for Beginners...
Read more >Excel VBA SaveAs to Overwrite an Existing File Without Prompt
Overwrite A File Using VBA. Add these two lines to any macro to allow them to overwrite a file without having the confirmation...
Read more >Manually Creating a PO Line - Ex Libris Knowledge Center
See the Update PO Lines Information row in the list of Manual Jobs ... are any alerts for the PO line, they appear...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hehe, I realize that it’s now buggy in general. Let me try to fix a few things and then we talk again. Sorry!
I guess I’m closing this one then.