Click here to Skip to main content
15,884,298 members
Articles / Desktop Programming / Windows Forms

Fast Colored TextBox for Syntax Highlighting

Rate me:
Please Sign up or sign in to vote.
4.97/5 (878 votes)
24 Oct 2014LGPL323 min read 7.1M   104.2K   1.3K  
Custom text editor with syntax highlighting

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronyFCTB", "IronyFCTB\IronyFCTB.csproj", "{6EECD3A9-1707-4F50-81E4-073E4735092E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tester", "Tester\Tester.csproj", "{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Debug|x86.ActiveCfg = Debug|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Release|Any CPU.Build.0 = Release|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{6EECD3A9-1707-4F50-81E4-073E4735092E}.Release|x86.ActiveCfg = Release|Any CPU
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Debug|Any CPU.ActiveCfg = Debug|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Debug|x86.ActiveCfg = Debug|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Debug|x86.Build.0 = Debug|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Release|Any CPU.ActiveCfg = Release|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Release|Mixed Platforms.Build.0 = Release|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Release|x86.ActiveCfg = Release|x86
		{43D2D475-95C2-4E15-B1B2-4611FEC57F7A}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer Freelancer
Ukraine Ukraine
I am Pavеl Tоrgаshоv, and I live in Kyiv, Ukraine.
I've been developing software since 1998.
Main activities: processing of large volumes of data, statistics, computer vision and graphics.

Comments and Discussions