Cannot find the constants in higher version platform [message #1031649] |
Mon, 01 April 2013 23:01 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03328 seconds