davemckeown / TidyTabs-VisualStudio

A Visual Studio extension that keeps your document well organized and clear of unused document tabs
Apache License 2.0
23 stars 16 forks source link

Only works intermittently #4

Closed Arithmomaniac closed 9 years ago

Arithmomaniac commented 10 years ago

I haven't been able to find a pattern. Settings:

davemckeown commented 10 years ago

Thanks for the report @Arithmomaniac

So if you use the keyboard shortcut CTRL + ALT + ESC does it close any windows? Is there anything in the Debug log in %AppData%/TidyTabs/Debug.log ? If you trigger the keyboard shortcut do you see the message "Tidy Tabs keyboard shortcut triggered" ?

Arithmomaniac commented 10 years ago

1) Sometimes. Not usually. 2) Log looks like this:

2014-09-16 10:36:41.3545 | INFO | Tidy Tabs keyboard shortcut triggered
2014-09-16 13:59:19.9985 | INFO | Tidy Tabs keyboard shortcut triggered
2014-09-16 13:59:23.2486 | INFO | Tidy Tabs keyboard shortcut triggered
2014-09-16 16:06:06.3794 | INFO | Tidy Tabs keyboard shortcut triggered
2014-09-16 16:06:06.8950 | INFO | Closed 4 tabs that were inactive for longer than 15 minutes
2014-09-16 16:06:08.7368 | INFO | Tidy Tabs keyboard shortcut triggered
2014-09-16 16:06:09.2945 | INFO | Tidy Tabs keyboard shortcut triggered

So it looks like the activity timer may not be working as I expect.

3) No.

davemckeown commented 9 years ago

Fixed in PR #9