Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Bug? IPartListener no event when moving editor
Bug? IPartListener no event when moving editor [message #632303] Tue, 12 October 2010 13:57 Go to next message
Hauke Fuhrmann is currently offline Hauke FuhrmannFriend
Messages: 333
Registered: July 2009
Senior Member
Hi there,

I'm trying to track all editor's activity in my Eclipse with an
IPartListener.

It informs me about editors being
* opened
* brought to top
* activated
* deactivated
* closed

With this I thought I could determine which editors are visible and
which are not (either closed or stacked in tabs).

However I cannot: You can also drag an editor to the side to get a
side-by-side view of 2 or more editors. This would reveal one of the
currently not visible editors but does not give a "brought to top"
event. Is this a bug? Or do I need to listen to another service to get that?

Cheers,
Hauke
Re: Bug? IPartListener no event when moving editor [message #632313 is a reply to message #632303] Tue, 12 October 2010 14:25 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

If the editor is suddenly visible, it should fire a broughtToTop (since
it wasn't on the top before). Please open a bug at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform &component=UI

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Bug? IPartListener no event when moving editor [message #632502 is a reply to message #632313] Wed, 13 October 2010 08:53 Go to previous message
Hauke Fuhrmann is currently offline Hauke FuhrmannFriend
Messages: 333
Registered: July 2009
Senior Member
Am 12.10.10 16:25, schrieb Paul Webster:
> If the editor is suddenly visible, it should fire a broughtToTop (since
> it wasn't on the top before). Please open a bug at
> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform &component=UI

Ok, filed a bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=327635

Cheers,
Hauke
Previous Topic:Session properties and memory leak
Next Topic:How to update the property view when properties change
Goto Forum:
  


Current Time: Tue Apr 23 11:28:44 GMT 2024

Powered by FUDForum. Page generated in 0.02811 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top