rbywater / idea-trinkets

Automatically exported from code.google.com/p/idea-trinkets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TabStack doesn't work well with multiple splits

GoogleCodeExporter opened this issue · comments

The plugin is great and works fine with only one split. If you have split
the editpane in more than one textarea, it uses the count of all the splits
together to decide if something has to be done. That means that manually
closed files go to the stack if the overall amount of tabs is over the
spill-over limit and that the stacked files are only restored, if the
overall number is low enough. There should be one stack per split and the
actions of splitting and unsplitting have to be taken into account.


What version of the product are you using? On what operating system?
Version 1.1 in IDEA 7.0.2 on Windows XP SP2

Original issue reported on code.google.com by Bjoern.K...@googlemail.com on 17 Dec 2007 at 10:22