+1

Of course, I will now have to modify my own statement because I just encountered
this bug.  I brought in two 'new' files that I needed to look at together.  But
when I loaded one, the other would disappear.  So I need to modify my algorithm:

    "Files that I am currently working in a lot should be kept in the editor
    in preference to files that I am not working in that much, unless I
    have just loaded them, in which case they should stay around at
    least for a little while so that I have a chance to work in them
    before they disappear!"

See definition of terms below.

:)

Christopher Cobb wrote:

> Not this this fixes anything, but recently closed tabs are usually near the top
> of the CTRL-E list (I have the number of recent files set very high!).
>
> The algorythm I would prefer is:
>
>     "Files that I am currently working in a lot should be kept in the editor
>     in preference to files that I am not working in that much."
>
> :)
>
> "currently"          = the last hour or so
> "working in a lot" = high "activity" within the file
> "activity"           = editing or /non-editing/ (moving around) events within
> the file
>
> cc
>
> Paul Bradshaw wrote:
>
> > No, they don't.  Which is the whole problem.
> >
> > I like the fact that unmodified tabs are now closed first, rather than
> > modified tabs being closed... however, that doesn't even come close to
> > fixing the problem.
> >
> > The editor tabs need to be closed using an LRU method... the least recently
> > viewed tab should be closed first.  It is a constant thorn in my side that
> > IDEA doesn't operate this way.  In fact, I SWEAR that IDEA has an algorithm
> > that always closes exactly the tab I want to look at next! :-)
> >
> > "Nathan Brown" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > I just created a class (with a full set of tabs open) and when
> > > navigating to an unopened class, the tab for the newly created class
> > > disappeared.  As the new class is implicitly accessed more recently than
> > > any of the other open classes, surely one of the other tabs should have
> > > been removed first? (I'm assuming that you close the tabs that have not
> > > been accessed the longest first?)
> > >
> > > N.
> > >

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to