Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How is rap code synced with the platform's code?
How is rap code synced with the platform's code? [message #494970] Tue, 03 November 2009 12:29 Go to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
Just one example:
In rap (head) org.eclipse.ui.menus.CommandContributionItem.getCommand() is package protected.
In 3.5.1 this is public api.

So, how do you manage all changes between rap and the eclipse platform?
Re: How is rap code synced with the platform's code? [message #495077 is a reply to message #494970] Tue, 03 November 2009 17:26 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Currently, RAP is based on the 3.4 platform code.
If you think there are enough useful features in 3.5 or 3.6 to
justify the adoption of this platform release, feel free to file an
enhancement request.
In the past we adopted the platform code base as a whole, which is a
huge undertaking but also keeps things simple (i.e. there is one
base version, instead of e.g. JFace based on 3.5, Platform/UI based
on 3.4, etc).

HTH
Rüdiger

Erdal Karaca wrote:
> Just one example:
> In rap (head) org.eclipse.ui.menus.CommandContributionItem.getCommand()
> is package protected.
> In 3.5.1 this is public api.
>
> So, how do you manage all changes between rap and the eclipse platform?
Previous Topic:Some toolbar items are missing when part size is too narrow
Next Topic:Your best practices of leaks detecting and profiling?
Goto Forum:
  


Current Time: Mon May 13 14:49:04 GMT 2024

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

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

Back to the top