Storing workspace-level preferences (with IScopeContext?) [message #316736] |
Sun, 17 June 2007 07:10  |
Eclipse User |
|
|
|
Hi,
I need to store workspace-level preferences and I'm guessing these go
into the workspace's .metadata folder somewhere. For my project-specific
settings, I used ProjectScope and its getName(String) method which works
perfectly for throwing things in the .settings folder like the good
Eclipse citizen I'm trying to be (originally I was manually grabbing the
IFolder and IFile and then using java.util.Properties...*shudders*).
I know there's IPreferenceStore but that's in JFace. Am I supposed to
use an implementation of IScopeContext again for workspace-level
settings? Which implementation of IScopeContext do I use then? Am I
supposed to be using something else actually?
Thank you for your time. :)
Regards,
Rem
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06467 seconds