[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: What exactly has changed with ActionSets in 3.2

Hello Again,

After googling around to find some clue to what is going on, I stumbled upon bug #136847: https://bugs.eclipse.org/bugs/show_bug.cgi?id=136847
(Declarative toolbar contributions are not shown in 3.2M6)


I replaced the ToolBarManager in my ActionBarAdvisor with
(eclipse internal) ToolBarManager2 instance and the buttons re-appeared again...


(Going to Vote this bug Down!)

Roland Tepp kirjutas mulle midagi seesugust:
Hello,

I am stuck migrating my RCP application from 3.1 codebase to 3.2 codebase.

After few quite trivial fixes I got my application to build and launch (from eclipse launcher at least), only to find that all my toolbar buttons have disappeared!

To be exact - not all did disappear - the ones that sticked were the ones I had put to toolbar manually in ApplicationActionBarAdvisor.

All the others that were contributed by plugins just disappeared mysteriously.

And there is no clue whatsoever to why I can't get them back.
According to doc, it should all work as before.

Can anybody help me out

-- Roland Tepp