Bug 231476 - [ds] properties entry needs to be browseable
Summary: [ds] properties entry needs to be browseable
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Incubators (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 3.4 RC2   Edit
Assignee: Rafael Oliveira Nóbrega CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-05-11 19:35 EDT by Chris Aniszczyk CLA
Modified: 2008-05-22 23:16 EDT (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (4.98 KB, application/octet-stream)
2008-05-22 20:08 EDT, Rafael Oliveira Nóbrega CLA
no flags Details
DSPropertiesDetails update (9.39 KB, text/plain)
2008-05-22 20:11 EDT, Rafael Oliveira Nóbrega CLA
no flags Details
mylyn/context/zip (5.35 KB, application/octet-stream)
2008-05-22 20:11 EDT, Rafael Oliveira Nóbrega CLA
no flags Details
org.eclipse.pde.ds.ui.patch (9.97 KB, patch)
2008-05-22 23:16 EDT, Chris Aniszczyk CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2008-05-11 19:35:32 EDT
In DS, the properties elements refers to some properties file in a bundle. This should be browseable just like you can browse for a class.
Comment 1 Chris Aniszczyk CLA 2008-05-12 10:58:31 EDT
Rafael, you should find this similar to the work you did for the 'class fields'

This time, we need to browse to a resource w/i the project :)
Comment 2 Chris Aniszczyk CLA 2008-05-12 21:46:00 EDT
setting priority to p2
Comment 3 Chris Aniszczyk CLA 2008-05-20 09:00:54 EDT
upping priority
Comment 4 Darin Wright CLA 2008-05-20 16:33:39 EDT
Marking as P2 so this does not show up as a stop ship for Eclipse SDK.
Comment 5 Chris Aniszczyk CLA 2008-05-20 16:34:43 EDT
It would be nice if this was ignored for the SDK as this is an incubating thing :)
Comment 6 Rafael Oliveira Nóbrega CLA 2008-05-22 20:08:25 EDT
Created attachment 101663 [details]
mylyn/context/zip

Chris,

I'm getting some issues in this bug.

When I try to create the WizardDialog, I get a NullPointerException on WizardNewFileCreationPage initialPopulateContainerNameField()

I'm attaching my context and then I will attach a patch.
Comment 7 Rafael Oliveira Nóbrega CLA 2008-05-22 20:11:00 EDT
Created attachment 101664 [details]
DSPropertiesDetails update

Still not working..
Comment 8 Rafael Oliveira Nóbrega CLA 2008-05-22 20:11:04 EDT
Created attachment 101665 [details]
mylyn/context/zip
Comment 9 Chris Aniszczyk CLA 2008-05-22 23:16:32 EDT
Created attachment 101684 [details]
org.eclipse.pde.ds.ui.patch

Here is a patch that has similar behavior to what we do in the extension details section.
Comment 10 Chris Aniszczyk CLA 2008-05-22 23:16:47 EDT
Thanks for your initial headway on this one Rafael :)