' Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) ' This code is distributed under the GNU LGPL (for details please see \doc\license.txt) Namespace EnvDTE Public Enum vsEPReplaceTextOptions vsEPReplaceTextKeepMarkers = 1 vsEPReplaceTextNormalizeNewlines = 2 vsEPReplaceTextTabsSpaces = 4 vsEPReplaceTextAutoformat = 8 End Enum End Namespace