I've found a bug in Komodo (Komodo IDE, version 5.2.0, build 33832, platform linux-libcpp6-x86).
Steps to reproduce:
- open some files all saved except the one unsaved (just press "New file" button and type something)
- select tab with any saved file
- press Ctrl+W and hold it for some time
Results:
I have extremely many dialog boxes "Save changes to FILENEME? Yes/No/Cancel" (I've attached a screenshot)
| Attachment | Size |
|---|---|
| komodo.jpg | 189.64 KB |
I'll file a bug for it. This aspect of window handling
is async on Linux, which is why you're seeing that problem.
We'll need to figure out a way to filter out the extra "Ctrl-W"s.
- Eric