Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pre-3.4 Eclipse installations #42

Open
mcculls opened this issue Jun 22, 2015 · 5 comments
Open

Add support for pre-3.4 Eclipse installations #42

mcculls opened this issue Jun 22, 2015 · 5 comments

Comments

@mcculls
Copy link
Member

mcculls commented Jun 22, 2015

Originally reported on Google Code with ID 39

From: Sylvain Mina

The org.ops4j.peaberry.eclipse.ExtensionListener class implements
IRegistryEventListener which appears in Eclipse 3.4. The previous way to
track the events participating in extension/extension points changes was to
use the IRegistryChangeListener. It provides an IRegistryChangedEvent which
delta information about extension and extension point.

Reported by mcculls on 2009-07-17 08:09:06

@mcculls
Copy link
Member Author

mcculls commented Jun 22, 2015

Suggested patch from Sylvain

Reported by mcculls on 2009-07-17 08:12:04


- _Attachment: [eclipse_hook_patch.txt](https://storage.googleapis.com/google-code-attachments/peaberry/issue-39/comment-1/eclipse_hook_patch.txt)_

@mcculls
Copy link
Member Author

mcculls commented Jun 22, 2015

Is this still in backlog ?

Reported by sylvain.mina on 2011-03-29 13:10:46

@mcculls
Copy link
Member Author

mcculls commented Jun 22, 2015

Correct

Reported by mcculls on 2011-03-29 13:22:41

@mcculls
Copy link
Member Author

mcculls commented Jun 22, 2015

Reported by mcculls on 2011-10-11 17:13:15

  • Labels removed: Milestone-Release1.2

@mcculls
Copy link
Member Author

mcculls commented Jun 22, 2015

Will add this as a fall-back for when the IRegistryEventListener is unavailable, rather
than replacing IRegistryChangeListener - just in case the old API is deprecated in
the future.

Reported by mcculls on 2012-08-04 21:58:17

  • Status changed: Accepted
  • Labels added: Peaberry-Extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant