Click here to Skip to main content
15,884,388 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
<?xml version="1.0"?>
<doc>
<assembly>
<name>
TesterVB
</name>
</assembly>
<members>
<member name="P:TesterVB.TesterVB.PowerfulCSharpEditor.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:TesterVB.TesterVB.PowerfulCSharpEditor.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:TesterVB.TesterVB.PowerfulCSharpEditor">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member><member name="T:TesterVB.PowerfulSample">
	<summary>
 Note: this example is deprecated. See project Tester for newest code samples.
 </summary>
</member><member name="T:TesterVB.AutocompleteSample2.DeclarationSnippet">
	<summary>
 This item appears when any part of snippet text is typed
 </summary>
</member><member name="T:TesterVB.AutocompleteSample2.InsertSpaceSnippet">
	<summary>
 Divides numbers and words: "123AND456" -&gt; "123 AND 456"
 Or "i=2" -&gt; "i = 2"
 </summary>
</member><member name="T:TesterVB.AutocompleteSample2.InsertEnterSnippet">
	<summary>
 Inerts line break after '}'
 </summary>
</member><member name="P:TesterVB.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:TesterVB.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:TesterVB.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

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