diff --git a/.gitignore b/.gitignore index bdc3535f..61df5eca 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ TestResults ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +.vs # User-specific files *.suo @@ -14,6 +15,7 @@ TestResults *.sln.docstates # Build results +Binary [Dd]ebug/ [Rr]elease/ x64/ diff --git a/FastColoredTextBox/DocumentMap.cs b/FastColoredTextBox/DocumentMap.cs index f3eb38a7..ae519c6f 100644 --- a/FastColoredTextBox/DocumentMap.cs +++ b/FastColoredTextBox/DocumentMap.cs @@ -45,7 +45,7 @@ public FastColoredTextBox Target /// [Description("Scale")] [DefaultValue(0.3f)] - public float Scale + public new float Scale { get { return scale; } set diff --git a/FastColoredTextBox/FastColoredTextBox.csproj b/FastColoredTextBox/FastColoredTextBox.csproj index 0707e4e2..400e00de 100644 --- a/FastColoredTextBox/FastColoredTextBox.csproj +++ b/FastColoredTextBox/FastColoredTextBox.csproj @@ -1,148 +1,38 @@  - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {6DD14A85-CCFC-4774-BD26-0F5772512319} - Library - Properties + net20;net5.0-windows + true FastColoredTextBoxNS - FastColoredTextBox - v2.0 - 512 - - - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - bin\Debug\FastColoredTextBox.XML - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + + Fast сolored textbox control + Pavel Torgashov + © Pavel Torgashov, 2011-2016, pavel_torgashov@ukr.net. + + 2.16.27 + beta-001 true + FCTB_key.snk + true + - FCTB_key.snk + FCTB + Fast Colored TextBox + $(Company) + $(Company) + Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET. + http://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting + $(MSBuildThisFileDirectory)..\Binary + true - - - + + - - - - - - - Component - - - - - Component - - - - - - Form - - - GoToForm.cs - - - - Form - - - HotkeysEditorForm.cs - - - - - - - - UserControl - - - Ruler.cs - - - - - Form - - - ReplaceForm.cs - - - UserControl - - - - - Form - - - FindForm.cs - - - - - - - - - - - - UserControl - - - - - - FastColoredTextBox.cs - - - FindForm.cs - - - GoToForm.cs - - - HotkeysEditorForm.cs - - - ReplaceForm.cs - Designer - - - - - - + \ No newline at end of file diff --git a/FastColoredTextBox/Properties/AssemblyInfo.cs b/FastColoredTextBox/Properties/AssemblyInfo.cs index 1bc524e0..6dcb3510 100644 --- a/FastColoredTextBox/Properties/AssemblyInfo.cs +++ b/FastColoredTextBox/Properties/AssemblyInfo.cs @@ -1,16 +1,9 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("FastColoredTextBox")] -[assembly: AssemblyDescription("Fast сolored textbox control")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Pavel Torgashov")] -[assembly: AssemblyProduct("FastColoredTextBox")] -[assembly: AssemblyCopyright("© Pavel Torgashov, 2011-2016, pavel_torgashov@ukr.net.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -21,17 +14,3 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("95be11b3-45bc-4512-be26-a860a78bd1f1")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.16.26.0")] -[assembly: AssemblyFileVersion("2.16.26.0")] - \ No newline at end of file