

Visible Whitespace - Tab and space characters can optionally be represented by glyphs that show which character generated whitespace.Block Indent/Outdent - Select multiple lines and press Tab to block indent them to the next tab stop, or Shift+Tab to outdent them.Undo and Redo - Edits to a document are tracked in undo and redo stacks, allowing an end user to backtrack to an earlier version of the document's text.Split Views - Split the editor into multiple resizable views so that different portions of the same document can be viewed and edited in the same editor control.Single-Line Mode - An optional single-line mode renders the control like a regular TextBox, but with all the syntax-highlighting, selection, IntelliPrompt, and other features that make Synta圎ditor great.Word Wrap - When word wrap is enabled, long lines will wrap at the editor view's edge to a new line so that all text can be visible without horizontal scrolling.End users can use incremental search to search without UI, or the search view control that has a ready-to-go find/replace user interface. Search (Find/Replace) - A flexible search API is built into the control with the ability to highlight matches.Easily add squiggle lines, background highlights, or any other decoration to text. Adornments - A powerful adornment layer system allows for any sort of custom UI elements (images, shapes, and even controls) to be added anywhere within the text area.Indicators - Indicators are special 'tagged' regions of text that display a glyph in the indicator margin and optionally highlight the text range with special styles.Selection Modes - While standard continuous selection mode is generally used, a special block selection mode is available that supports simultaneous editing of multiple lines.A small adornment represents the collapsed text, and hovering over it shows the contained text.
#GLYPHR STUDIO SELECT CONTINUOUS LAYERS CODE#

For developers who need to support editing other code languages, custom syntax languages can be developed and distributed with your applications. Over 20 sample languages are included to get you started (such as C#, HTML, Javascript, and more), and optional premium add-ons with advanced functionality for editing C#, VB, XML, and JavaScript are available as well. Actipro Synta圎ditor for UWP is designed for use in online IDE (integrated development environment) applications, however there are many other applications out there than can take advantage of such a control.
