com.aptana.ide.core.preferences
Interface IPreferenceConstants


public interface IPreferenceConstants

Contains all preferences for the com.aptana.ide.core.ui plugin To add a preference, create a static string with an all-uppercase preference key. Then assign a identically-named string to it, prefixing it with the plugin name" i.e. SHOW_WHITESPACE = "com.aptana.ide.core.ui.SHOW_WHITESPACE"

Author:
Ingo Muschenetz

Field Summary
static java.lang.String PREF_CLEAN_RESTART
          Do we clean the configuration on restart?
static java.lang.String PREF_ENABLE_DEBUGGING
          Print to log
static java.lang.String PREF_GLOBAL_CLOAK_FULL_PATH
          Do we cloak against the full path or just the name
static java.lang.String PREF_GLOBAL_SYNC_CLOAKING_EXTENSIONS
          Preference for which files we wish to cloak by default
 

Field Detail

PREF_GLOBAL_SYNC_CLOAKING_EXTENSIONS

static final java.lang.String PREF_GLOBAL_SYNC_CLOAKING_EXTENSIONS
Preference for which files we wish to cloak by default

See Also:
Constant Field Values

PREF_GLOBAL_CLOAK_FULL_PATH

static final java.lang.String PREF_GLOBAL_CLOAK_FULL_PATH
Do we cloak against the full path or just the name

See Also:
Constant Field Values

PREF_CLEAN_RESTART

static final java.lang.String PREF_CLEAN_RESTART
Do we clean the configuration on restart?

See Also:
Constant Field Values

PREF_ENABLE_DEBUGGING

static final java.lang.String PREF_ENABLE_DEBUGGING
Print to log

See Also:
Constant Field Values