mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
API Tooling: Add missing @since 4.1 tags
Change-Id: I9bead7f0537bcbff89fca582fc8510d441eeb39c Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
This commit is contained in:
parent
8a58510c51
commit
63b2c797b7
3 changed files with 11 additions and 0 deletions
|
@ -38,6 +38,7 @@ public interface IContextHelpIds {
|
|||
|
||||
/**
|
||||
* External executables dialog.
|
||||
* @since 4.1
|
||||
*/
|
||||
public final static String EXTERNAL_EXECUTABLES_DIALOG = PREFIX + "ExternalExecutablesDialog"; //$NON-NLS-1$
|
||||
}
|
||||
|
|
|
@ -6,11 +6,15 @@
|
|||
*
|
||||
* Contributors:
|
||||
* Wind River Systems - initial API and implementation
|
||||
* Dirk Fauth - [460496] Moved from o.e.tm.t.connector.local.showin.interfaces
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.view.ui.interfaces;
|
||||
|
||||
/**
|
||||
* External executables data property names.
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
* @since 4.1
|
||||
*/
|
||||
public interface IExternalExecutablesProperties {
|
||||
|
||||
|
|
|
@ -31,31 +31,37 @@ public interface IPreferenceKeys {
|
|||
|
||||
/**
|
||||
* Preference key: Local terminal initial working directory.
|
||||
* @since 4.1
|
||||
*/
|
||||
public final String PREF_LOCAL_TERMINAL_INITIAL_CWD = PREF_TERMINAL + ".localTerminalInitialCwd"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Preference value: Local terminal initial working directory is "User home"
|
||||
* @since 4.1
|
||||
*/
|
||||
public final String PREF_INITIAL_CWD_USER_HOME = "userhome"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Preference value: Local terminal initial working directory is "Eclipse home"
|
||||
* @since 4.1
|
||||
*/
|
||||
public final String PREF_INITIAL_CWD_ECLIPSE_HOME = "eclipsehome"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Preference value: Local terminal initial working directory is "Eclipse workspace"
|
||||
* @since 4.1
|
||||
*/
|
||||
public final String PREF_INITIAL_CWD_ECLIPSE_WS = "eclipsews"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Preference key: Local terminal default shell command on Unix hosts.
|
||||
* @since 4.1
|
||||
*/
|
||||
public final String PREF_LOCAL_TERMINAL_DEFAULT_SHELL_UNIX = PREF_TERMINAL + ".localTerminalDefaultShellUnix"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Preference key: Local terminal default shell command arguments on Unix hosts.
|
||||
* @since 4.1
|
||||
*/
|
||||
public final String PREF_LOCAL_TERMINAL_DEFAULT_SHELL_UNIX_ARGS = PREF_TERMINAL + ".localTerminalDefaultShellUnixArgs"; //$NON-NLS-1$
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue