Akuli
Akuli
> the path (and maybe cursor position?) Tabs already have `get_state()` and `from_state()` methods that are meant to be used for exactly this. They are currently used in the restart...
Since the statusbar already has two rows, maybe the top row could be tab-specific and the bottom row could be global. In the global status bar, maybe there could be...
The instructions have used `porcu` command for some time now.
There aren't that many parameter annotations that start with a single underscore. We could check the existing ones manually. ``` $ git grep '\(, \|(\)_[^_][A-Za-z0-9_]*:' | wc -l 212 ```
It has to do with tabs: most things (undo-redo stacks etc) should be cleaned up when you close a tab, but not everything is getting cleaned. I also tried `gc.collect()`....
Not much in `tabs.py`, but most plugins have some kind of tab-specific data, so unless we assume it is the new syntax highlighter, we need to check them all. The...
I don't think it's just tkinter having a problem. I know pretty well how tkinter works, and as long as you destroy widgets and make sure you don't keep around...
It is indeed a thinkpad. It actually has 2GB RAM. The other 2GB is swap, so basically disk space that the OS treats as RAM when it runs out of...
I upgraded the RAM to 4GB for now.
Sure, but it's no longer something I run into regularly.