mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 07:55:24 +02:00
Bumped up version of org.eclipse.cdt.ui plug-in.
This commit is contained in:
parent
c468a2a8ca
commit
6f24a6820b
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
<filter id="305365105">
|
<filter id="305365105">
|
||||||
<message_arguments>
|
<message_arguments>
|
||||||
<message_argument value="org.eclipse.cdt.ui.refactoring.actions.Messages"/>
|
<message_argument value="org.eclipse.cdt.ui.refactoring.actions.Messages"/>
|
||||||
<message_argument value="org.eclipse.cdt.ui_5.5.0"/>
|
<message_argument value="org.eclipse.cdt.ui_5.6.0"/>
|
||||||
</message_arguments>
|
</message_arguments>
|
||||||
</filter>
|
</filter>
|
||||||
</resource>
|
</resource>
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
|
||||||
Bundle-Version: 5.5.0.qualifier
|
Bundle-Version: 5.6.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>5.5.0-SNAPSHOT</version>
|
<version>5.6.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.ui</artifactId>
|
<artifactId>org.eclipse.cdt.ui</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -2219,7 +2219,7 @@ public class PreferenceConstants {
|
||||||
* the workspace setting should be taken. Note that passing {@code null} should be avoided.
|
* the workspace setting should be taken. Note that passing {@code null} should be avoided.
|
||||||
* @param defaultValue The default value if not specified in the preferences.
|
* @param defaultValue The default value if not specified in the preferences.
|
||||||
* @return Returns the current value of the preference.
|
* @return Returns the current value of the preference.
|
||||||
* @since 5.5
|
* @since 5.6
|
||||||
*/
|
*/
|
||||||
public static String getPreference(String key, ICProject project, String defaultValue) {
|
public static String getPreference(String key, ICProject project, String defaultValue) {
|
||||||
return getPreferenceNode(key, project).get(key, defaultValue);
|
return getPreferenceNode(key, project).get(key, defaultValue);
|
||||||
|
|
|
@ -13,7 +13,7 @@ package org.eclipse.cdt.ui.text;
|
||||||
* Interface that must be implemented by contributors to the org.eclipse.cdt.ui.semanticHighlighting extension
|
* Interface that must be implemented by contributors to the org.eclipse.cdt.ui.semanticHighlighting extension
|
||||||
* point.
|
* point.
|
||||||
*
|
*
|
||||||
* @since 5.5
|
* @since 5.6
|
||||||
*/
|
*/
|
||||||
public interface ISemanticHighlighter {
|
public interface ISemanticHighlighter {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,7 +7,7 @@ import org.eclipse.cdt.core.dom.ast.IBinding;
|
||||||
/**
|
/**
|
||||||
* An interface for accessing details of the token that is being highlighted.
|
* An interface for accessing details of the token that is being highlighted.
|
||||||
*
|
*
|
||||||
* @since 5.5
|
* @since 5.6
|
||||||
*/
|
*/
|
||||||
public interface ISemanticToken {
|
public interface ISemanticToken {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue