Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] strange editor behavior in 0.4.2.1

I just tried a few combinations of inner and anonymous classes and could not
reproduce this behavior.  Expansion (assuming you mean the ability to expand
nodes in the tree) and Link with Editor selections were working in both
filtered and unfiltered mode (on 0.4.2+ and Eclipse 3.2M3).  

But note that this was with *compiling* classes.  The Java model tends to
get quite confused if there is a parse or compile error in or above a nested
class, and that could be the source of the problem.

If you see this again, could you please reopen the report Wes links below,
and include any interesting state from the Outline and editor (i.e. errors,
kind of nesting).  Thanks,

Mik

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Eugene Kuleshov
> Sent: November 18, 2005 9:28 AM
> To: Mylar developer discussions
> Subject: Re: [mylar-dev] strange editor behavior in 0.4.2.1
> 
> Wesley Coelho wrote:
> 
> >I think the fix Mik mentions in
> >https://bugs.eclipse.org/bugs/show_bug.cgi?id=115128 won't be available
> >until the next release. Hopefully it will solve both of our problems. If
> >not, it may be a good idea to reopen this report.
> >
> >
>   Let's see what Mik say about this. Though there is another issue -
> nodes for inner classes are not expanded in an outline view, but I am
> not sure if it is a Mylar's issue or just common Eclipse behavior.
> 
>   regards,
>   Eugene
> 
> 
> >>-----Original Message-----
> >>From: mylar-dev-bounces@xxxxxxxxxxx
> >>[mailto:mylar-dev-bounces@xxxxxxxxxxx] On Behalf Of Eugene Kuleshov
> >>Sent: Friday, November 18, 2005 9:21 AM
> >>To: Mylar developer discussions
> >>Subject: Re: [mylar-dev] strange editor behavior in 0.4.2.1
> >>
> >>
> >>Wesley Coelho wrote:
> >>
> >>
> >>
> >>>I've had a similar problem but it happened when I toggle the filter.
> >>>Here's the report:
> >>>https://bugs.eclipse.org/bugs/show_bug.cgi?id=115128.
> >>>This occurred while using earlier versions of Mylar but I
> >>>
> >>>
> >>have no idea
> >>
> >>
> >>>what is/was causing this though.
> >>>
> >>>
> >>>
> >>>
> >>  Not that you've mentioned this. I might toggle Mylar's filter on
> >>outline view...
> >>
> >>  regards,
> >>  Eugene
> >>
> >>
> >>
> >>>>-----Original Message-----
> >>>>From: mylar-dev-bounces@xxxxxxxxxxx
> >>>>[mailto:mylar-dev-bounces@xxxxxxxxxxx] On Behalf Of Eugene Kuleshov
> >>>>Sent: Friday, November 18, 2005 9:04 AM
> >>>>To: Mylar developer discussions
> >>>>Subject: [mylar-dev] strange editor behavior in 0.4.2.1
> >>>>
> >>>>
> >>>>Hi,
> >>>>
> >>>> I've notice strange and quite annoying behaiviour around editor
> >>>>activation in 0.4.2.1 and wonder if anybody ever seen
> >>>>anything like this.
> >>>>
> >>>> I was workig with Subclipse UI code that have lot of
> >>>>anonymous inner
> >>>>classes and have been switching primarily between two
> >>>>
> >>>>
> >>editors. After
> >>
> >>
> >>>>switch I clicked to the node in outline view that
> >>>>
> >>>>
> >>represents an inner
> >>
> >>
> >>>>class and on that click I've got previous editor activated. This is
> >>>>probably because Mylar's filtering for outline view does not expand
> >>>>nodes for inner classes and I had to expand that node.
> >>>>
> >>>> Any ideas?
> >>>>
> >>>> regards,
> >>>> Eugene
> >>>>
> >>>>
> >>>>
> >>>>
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top