package com.aptana.ide.editor.yml.preferences; public interface IPreferenceConstants { /** * Editor initial file contents */ String YMLEDITOR_INITIAL_CONTENTS = "com.aptana.ide.editor.yml.YMLEDITOR_INITIAL_CONTENTS"; //$NON-NLS-1$ /** * Editor initial file name */ String YMLEDITOR_INITIAL_FILE_NAME = "com.aptana.ide.editor.yml.YMLEDITOR_INITIAL_FILE_NAME"; //$NON-NLS-1$ /** * Auto-close brackets, braces, etc */ String EDITORS_AUTO_CLOSE = "com.aptana.ide.editor.yml.YMLEDITOR_AUTO_CLOSE"; //$NON-NLS-1$ // FIXME Expose this preference in the editor pref page (general) }