Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Cannot find the constants in higher version platform(Some constants occur in Eclipse 3.2 do not exist in Eclipse 3.7)
Cannot find the constants in higher version platform [message #1031649] Tue, 02 April 2013 03:01
Wenbin Liu is currently offline Wenbin LiuFriend
Messages: 1
Registered: April 2013
Junior Member
Hi Gurus,

I am maintaining an Eclipse Plugin Project which was developed based on Eclipse 3.2.

I was trying to compile the codes, but many constants do not exist in Eclipse 3.7.
For example:
* IDEInternalWorkbenchImages.IMG_ETOOL_SAVEALL_EDIT_DISABLED
* IDEWorkbenchMessages.WizardNewProjectCreationPage_browseLabel
etc.

I browse the source code, most of them are for image descriptors and label text.
Since I cannot reference them any more, how to do with it? Hard code? or maybe I can find them somewhere else? I have googled, but I cannot find the substitution for them.


Another question:
On eclipse 3.2 platform, the method for: org.eclipse.jdt.internal.core.UserLibraryManager.getUserLibraries(), it was static, but on Eclipse 3.7, it is not static.

So how can I get the UserLibraryManager instance?

Thanks for any reply.


Regards,
Wenbin
Previous Topic:Wireframing tool for RCP application
Next Topic:Saving Editor Content to non IFile
Goto Forum:
  


Current Time: Thu Sep 26 05:00:18 GMT 2024

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

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

Back to the top