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

Maximum Tabs limit does not seem to work in VS 2013 #3

Closed jgyo closed 9 years ago

jgyo commented 10 years ago

I have installed Tidy-Tabs in VS 2013 Profession and have configured it with the following settings:

Close on save: True Maximum Open Tabs: 6 Open Tab Threshold: 4 Timeout Minutes: 10

Now within the editor I have 11 documents opened, a combination of Xaml and CS documents. Three of documents are pinned, eight are not.

When I press Ctrl-Alt-Esc or else when I save a document none of the documents are closed, although most of the documents have not be view for over ten minutes.

davemckeown commented 10 years ago

Thank you for reporting this issue @jgyo

When you see this happening are your XAML documents open in the WPF designer or xml editor?

I noticed that some tabs that use a designer aren't detected by the current tab detection mechanism, generally TidyTabs works well closing regular source files such as C# files, however some types of files that use a specialized designer are not being detected.

I hope to find a solution for this issue for the next version.

jgyo commented 10 years ago

Thank you for the note. The xaml files are opened in the wpf designer. If that's the problem, I'll watch for updates, and hope you find a solution.

Reply from Gil Yoder

------ Original Message ------ From: "Dave McKeown" notifications@github.com To: "davemckeown/TidyTabs-VisualStudio" TidyTabs-VisualStudio@noreply.github.com Cc: "jgyo" gil.yoder@oabs.org Sent: 7/17/2014 4:11:02 PM Subject: Re: [TidyTabs-VisualStudio] Maximum Tabs limit does not seem to work in VS 2013 (#3)

Thank you for reporting this issue @jgyo

When you notice this issue are your XAML documents opened in the WPF designer or xml editor?

I noticed that some tabs that use a designer aren't detected by the current tab detection mechanism, generally TidyTabs works well closing regular source files such as C# files, however some types of files that use a specialized designer are not being detected.

I hope to find a solution for this issue for the next version.

— Reply to this email directly or view it on GitHub.

davemckeown commented 9 years ago

Fixed in PR #9