Developer license - One license is required for each developer on your project
Entire location license - A Site License covers all developers at a single physical location
Entire organization license - An Enterprise License covers all developers in your organization, at any location
Blueprint license - An optional extra that licenses product source code to any developers who hold developer licenses for the product. Its subscription term must be kept in sync with the related developer license subscriptions. The Blueprint license has special restrictions that are indicated in the EULA for each product.
A syntax-highlighting code editor control and parsing suite.
Bring a powerful Visual Studio-like code editing experience to your own applications, with all the advanced features found in popular code editors. Syntax languages for most popular languages are available, or custom build your own to handle any proprietary language.
Syntax Highlighting Highlighting styles can be completely customized by the end user for each code language. SyntaxEditor comes with syntax highlighting for over 25 languages.
Code Outlining (Folding) The end user can collapse ranges of text defined by the language. A small adornment represents the collapsed text, and hovering over it shows the contained text.
Parsing Parsers can run in a worker thread and perform syntax analysis on text. They output an AST and report syntax errors that then show up as wave lines in the editor.
IntelliPrompt IntelliPrompt UI features are an aid to the end user that support code completion and provide contextually-aware information about surrounding code.