Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8819281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:19:01+00:00 2026-06-14T05:19:01+00:00

I am using Eclipse 3.7 (Indigo) for an Eclipse plug-in. This plugin will be

  • 0

I am using Eclipse 3.7 (Indigo) for an Eclipse plug-in. This plugin will be packaged via the product file to be a standalone application. The installation will be a multi-user installation such as described in Scenario 2 of this link. So there will be one install area shared by many users.

Based on this answer, I figured that I can set the osgi.configuration.area to a user.home location so that each user will have their own settings. I understand how to access the preferences via code but now I would like to be able to access these via the Preferences dialog under Window in Eclipse. For all the examples I have seen, the Preferences dialog only caters to Instance scope preferences. Is there any way for me to add Configuration scope preferences to the preferencesPage.

I have also viewed this answer on stackoverflow but again this caters to Instance scope, hence I posted a separate question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T05:19:03+00:00Added an answer on June 14, 2026 at 5:19 am

    Your preference page is a subclass of PreferencePage (most likely a subclass of FieldEditorPreferencePage).

    By implementing the IWorkbenchPreferencePage interface, you can implement the init method and set a custom PreferenceStore to be used in your implementation.

    For example

    public void init(IWorkbench workbench) {
        setPreferenceStore(
                new ScopedPreferenceStore(ConfigurationScope.INSTANCE, 
                        "com.nem.plugin") );
        setDescription("A preference page using configuration scope");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We will be using eclipse(Helios or Indigo) for multiuser environment for development. For this
I'm using Eclipse Indigo SR2 with the (built-in) EGit plugin v.1.3.0.201202151440-r and haven't been
I am trying to run MapReduce jobs using hadoop-eclipse plugin with Eclipse Indigo, but
When trying to install new software using Eclipse Indigo, i get The log file
I'm using Eclipse (Indigo) with an SVN plug in. I right-clicked in the project
After using Eclipse Indigo for around a year, suddenly the speed of an application
I'm using Eclipse Indigo, currently only 6 open file tab is visible at a
This is how error happened.Now i am using Eclipse Indigo integrated with apache tomcat
I'm using Eclipse Indigo with the m2e Plugin (Version 1.0.1). I have two separate
I'm using Eclipse Indigo with m2e plugin, and I've added to the build section

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.