Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] Context capture pause while typing

Jim,

If this is still happening with Mylar 0.9 could you please file a bug
report?  While you're typing Mylar should not be capturing the current
element, only when you stop for long enough for Eclipse to trigger a "post
selection" event (those are what makes Eclipse views like the Outline
indicate the current element).  Since I can not reproduce this, if you file
the bug it would be great if you could include some sample code and
instructions on how to reproduce the bad behavior.

Mik

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Jim Bethancourt
> Sent: Thursday, November 09, 2006 11:13 AM
> To: Mylar developer discussions
> Subject: Re: [mylar-dev] Context capture pause while typing
> 
> As it turns out, I'm getting the same symptoms when I'm using the
> Package Explorer and typing in the editor...  No telling what's going
> on.
> 
> Thanks,
> Jim
> 
> On 11/9/06, Jim Bethancourt <jimbethancourt@xxxxxxxxx> wrote:
> > Rob,
> > I am using the project explorer -- I'll try the project explorer and
> > see if I get the same behavior.  The bug you mentioned looks like it
> > describes what I'm seeing, but it's applicable to variable declaration
> > as well.
> >
> > Thanks,
> > Jim
> >
> > On 11/9/06, Robert Elves <relves@xxxxxxxxx> wrote:
> > > If you are using Project Explorer in 'Link with Editor' mode then this
> > > problem can arise (see link below). The work-around is to use the
> > > Package Explorer or not use the linked mode. If you aren't using the
> > > Project Explorer and are still seeing these problems, please post a
> > > bug report.
> > >
> > > 147203: linked mode in Project Explorer causes editor selection to
> jump
> > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=147203
> > >
> > > -Rob
> > >
> > > On 11/9/06, Jim Bethancourt <jimbethancourt@xxxxxxxxx> wrote:
> > > > Hi all,
> > > > I noticed that Mylar is attempting to capture context while I'm
> typing
> > > > and highlights the thing I'm typing, whether it's a method,
> variable,
> > > > or something else.  As a result, when I am typing sometimes, the
> > > > object is automatically highlighted and overwritten when I continue
> to
> > > > type.  Fortunately I realized that Mylar was trying to capture the
> new
> > > > "thing" in the current context and thought to pause context
> capturing,
> > > > but this may not be entirely intuitive, especially for new users.
> > > > Would it be possible to pause context capturing while typing (e.g.
> > > > wait 3 seconds after typing has stopped), and then resume context
> > > > capture when typing has stopped?
> > > >
> > > > I don't know if anyone else has run into this, but I think it would
> > > > help quite a bit.  I'd be happy to submit a bug if you think this
> > > > makes sense.
> > > >
> > > > Thanks,
> > > > Jim
> > > > _______________________________________________
> > > > mylar-dev mailing list
> > > > mylar-dev@xxxxxxxxxxx
> > > > https://dev.eclipse.org/mailman/listinfo/mylar-dev
> > > >
> > >
> > >
> > > --
> > > Robert Elves
> > > Mylar committer, http://eclipse.org/mylar
> > > _______________________________________________
> > > mylar-dev mailing list
> > > mylar-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/mylar-dev
> > >
> >
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top