Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Newsreader/Salvo UI Integration in the workbench/Work done during July 28 to Aug 3

I worked on improving the stability of current implementation.


I fixed the the bug of 'digest view crashing when no store is active'.

A service listener is added for the digest view to listen to store register/unregister.

So it works similar to the navigator group view.

It will prevent crashes when user tries to use the digest view when the store is stopped. And it will allow digest view work immediately after a store is registered.

I fixed some other bugs I found.

My mentor was happy with the digest view implementation. So we pulled my work into the Salvo main repository.


Now I am working on the last functionality of the project "Provide a way to hook other projects into salvo".

Back to the top