Akuli
Akuli
We could use `tab.get_state()` to do this. See restart and poppingtabs plugins for examples. For accidental closes, remembering one (or two, or three) most recently closed tab is probably enough....
I wonder if this still happens, after merging #297
@1anakin20 Can you check whether this works too? :D
What's in the File menu? I don't like how Porcupine shows up as Python when running it, but I guess fixing that properly would require making a Mac app (#266),...
Somehow the "File" menu isn't in that screenshot. Maybe it went away when you pressed a key to take a screenshot?
So that's the "Quit" key binding that isn't shown, but apparently the menus need more work than just making that key binding visible.
turns out that it's hard to find a big list of english words in a text file maybe should use this https://github.com/dwyl/english-words can't use git submodules because the pip command...
need to be able to spell check wordssmashedtogether, as in `gettext.bindtextdomain`
this will actually be really difficult for programming languages where smashing words together is a thing I first thought of treating any 3 letters or less as a known word,...
[codespell](https://github.com/codespell-project/codespell) looks promising