Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion bundles/org.eclipse.jface/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jface;singleton:=true
Bundle-Version: 3.40.100.qualifier
Bundle-Version: 3.41.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.jface,
Expand Down Expand Up @@ -40,7 +40,10 @@ Require-Bundle: org.eclipse.swt;bundle-version="[3.126.0,4.0.0)";visibility:=ree
org.eclipse.equinox.bidi;bundle-version="[0.10.0,2.0.0)";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-21
Import-Package: javax.xml.parsers,
org.eclipse.core.internal.preferences;resolution:=optional,
org.eclipse.core.runtime.preferences;version="[3.6.0,4.0.0)";resolution:=optional,
org.osgi.framework;version="[1.8.0,2.0.0)",
org.osgi.service.prefs;version="[1.1.0,2.0.0)";resolution:=optional,
org.w3c.dom,
org.xml.sax
Automatic-Module-Name: org.eclipse.jface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,8 @@ ConfigureColumnsDialog_down = Dow&n
# org.eclipse.jface.viewers.internal.ExpandableNode
ExpandableNode.defaultLabel = Show next {0} items from remaining {1}
ExpandableNode.showRemaining = Show remaining {0} item{1}

#############################################################
# org.eclipse.jface.preference.ScopedPreferenceStore
#############################################################
ScopedPreferenceStore_DefaultAddedError=Do not add the default to the search contexts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@
* </p>
* <p>
* Clients who need a preference store may implement this interface or
* instantiate the standard implementation <code>PreferenceStore</code>.
* instantiate either the standard implementation <code>PreferenceStore</code>
* or the <code>ScopedPreferenceStore</code>.
* </p>
*
* @see PreferenceStore
* @see ScopedPreferenceStore
*/
public interface IPreferenceStore {

Expand Down
Loading
Loading