Features | Description | Source |
| Action Grouping | This sample demonstrates how you could group a set of actions as one entity in Essential Edit. |  |  |
| Bookmarks | An example to demonstrate how to toggle Bookmarks, move to next and previous BookMarks in Essential Edit. |  |  |
| Text Insertion | How do I implement VS.NET like XML tag insertion feature using Essential Edit? |  |  |
| Font Customization | This sample illustrates how the fonts of the EditControl's text and formats in the configuration file can be dynamically customized. |  |  |
| XML, HTML and RTF Export | How do I export the content of the editcontrol to XML, RTF or HTML formats? |  |  |
| Indentation Guidelines | This sample illustrates the support for matching brace highlighting and indentation guidelines in the EditControl. |  |  |
| Selection Margin | This sample demonstrates the SelectionMargin feature in Essential Edit. |  |  |
| Keys Binding | This sample demonstrates how you could use the KeysBindingDialog to bind a keystroke combination to any standard or custom command. |  |  |
| Split Views | This sample illustrates how you could split a single document into multiple views using the vertical and horizontal splitters in Essential Edit. |  |  |
| Virtual and Physical Locations | This sample demonstrates the various features available in the EditControl to get or set the cursor position and inter-conversion between virtual and physical locations. |  |  |
| Multiple Language Syntax Highlighting | This sample demonstrates the Multiple Language Syntax Highlighting feature in EditControl. |  |  |
| Selected Text BackColor | An example to demonstrate how to set the backcolor for the selected text in Essential Edit. |  |  |
| Print Document | An example to demonstrate how a print document can be created for the contents in Essential Edit. |  |  |
| Offset Values and Virtual Locations | This sample demonstrates the various features available in the EditControl for the inter-conversion between the offset values and the virtual locations. |  |  |
| Unicode support | This sample illustrates the Unicode support in EditControl. |  |  |
| Find-Replace Dialogs | This sample demonstrates the use of various dialogs in EditControl like Find and Replace dialogs. |  |  |
| Traversing Custom Bookmarks | An example to demonstrate how to move to next and previous custom BookMarks in Essential Edit. |  |  |
| Block Indent and Outdent | A sample to demonstrate VS.NET like block indent and outdent support in Essential Edit. |  |  |
| Underline Text | An example that demonstrates how to underline the selected text in Essential Edit. |  |  |
| Single Line Mode | This sample illustrates the single line mode operation in Essential Edit. |  |  |
| Gradient Background | This sample demonstrates EditControl's support for gradient colored background. |  |  |
| KeyDown Event | This sample demonstrates, how you could track the various key occurrences in the KeyDown event in the EditControl. |  |  |
| ContextChoice list | How do I add custom images to the ContextChoice list items in the EditControl? |  |  |
| Line BackColor | An example to demonstrate how to set custom backcolor for the lines in Essential Edit. |  |  |