From 1810bcecbd5f0f594d43c9c5b28b23db1ecbb0c2 Mon Sep 17 00:00:00 2001 From: WMJ Date: Mon, 10 Jun 2024 13:57:34 +0800 Subject: [PATCH] Version 7.9 --- Codist/Config.cs | 5 +++-- Codist/source.extension.vsixmanifest | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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