diff --git a/Codist/Config.cs b/Codist/Config.cs index 0a35b70b..755541c6 100644 --- a/Codist/Config.cs +++ b/Codist/Config.cs @@ -16,7 +16,7 @@ namespace Codist { sealed class Config { - internal const string CurrentVersion = "7.8.0"; + internal const string CurrentVersion = "7.9.0"; const string ThemePrefix = "res:"; const int DefaultIconSize = 20; internal const string LightTheme = ThemePrefix + "Light", @@ -938,10 +938,11 @@ public enum BuildOptions public enum DeveloperOptions { None, + ShowWindowInformer = 1, [Obsolete] ShowDocumentContentType = 1, - ShowWindowInformer = 1, ShowSyntaxClassificationInfo = 1 << 1, + ShowSupportedFileTypes = 1 << 2, Default = None } diff --git a/Codist/source.extension.vsixmanifest b/Codist/source.extension.vsixmanifest index 4282376a..f4fb15fb 100644 --- a/Codist/source.extension.vsixmanifest +++ b/Codist/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Codist A C# programmer's productivity booster which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality, and brings automatically updated version numbers, smart tool bar with advanced editing, code analysis and refactoring commands to code editor. https://github.com/wmjordan/Codist