기업을 위한 IT 전문 파트너
  • Actipro SyntaxEditor
  • SNS공유 페이스북 트위터
Actipro SyntaxEditor
  • Actipro SyntaxEditor
  • 사용자 지정 언어 정의를 지원하는 풍부한 기능의 구문 강조 편집기 컨트롤

  • 제조사 : Actipro Software Brand Shop
  • 제품번호 : 6346
유사 기능 제품
코드 생성기
코드편집기
 
가격정보
P# OS언어제품구분버전소비자가공급가견적주문
01
113
Win 영문 Single Developer License 현 시점 최적가로 견적을 받아보세요   632,500 613,800 견적요청 주문
02
113
Win 영문 2 Licenses 현 시점 최적가로 견적을 받아보세요   583,000 565,400 견적요청 주문
03
113
Win 영문 3-4 Developer Team License 현 시점 최적가로 견적을 받아보세요   517,000 501,600 견적요청 주문
04
113
Win 영문 8 more Developer Team License 현 시점 최적가로 견적을 받아보세요   385,000 374,000 견적요청 주문
05
113
Win 영문 Site License 현 시점 최적가로 견적을 받아보세요   4,710,200 4,569,400 견적요청
06
113
Win 영문 Enterprise License 현 시점 최적가로 견적을 받아보세요   9,350,000 9,069,500 견적요청 주문
07
113
Win 영문 Single Developer License WPF 현 시점 최적가로 견적을 받아보세요   1,045,000 1,045,000 견적요청 주문
08
133
Win 영문 Renewal 현 시점 최적가로 견적을 받아보세요   440,000 426,800 견적요청 주문
    위 가격은 부가세를 포함한 가격 입니다.
  • 견적 및 주문을 진행하시려면 로그인이 필요합니다.
  • ‘주문’이 활성화 되어 있지 않은 제품은 ‘견적요청’을 해주시면 현 시점 최적가로 제공 해드립니다.
요약정보

사용자 지정 언어 정의를 지원하는 풍부한 기능의 구문 강조 편집기 컨트롤

    Actipro SyntaxEditor는 구문을 강조하고 많은 최신 코드 편집 기능을 제공하는 강력한 편집 컨트롤입니다. Actipro SyntaxEditor는 VS.NET의 코드 편집기를 따라 만들어졌으며 VS.NET 코드 편집기의 거의 모든 기능을 제공합니다. 사용자 지정 언어 정의를 개발하여 사용자의 응용 프로그램과 함께 배포할 수 있습니다. 주요 기능으로는 다국어 지원, 정규식 파싱 엔진, 개요, 실행 취소/다시 실행, 표시기, 나누기 보기, IntelliPrompt, 자동 줄 바꿈 등이 있습니다.

동일계열 제품

  • Actipro SyntaxEditor


상세정보


제품 내용

A feature-rich syntax-highlighting editor control that supports custom language definitions. SyntaxEditor is a powerful editing control that syntax highlights text and provides an amazing number of state-of-the-art features for code editing, like the editor in VS.NET. Major features include custom languages, multi-language support, a regex parsing engine, outlining, undo/redo, word wrap, indicators, current line and bracket highlights, macro recording/playback, customizable key processing, split views, IntelliPrompt member lists, info tips, quick info, single-line mode and much more.


제품기능

What's New in V3.x:

  • Major lexical parsing speed increases of up to 10x (depending on the language) over the 2.5 version
  • Improved backtracking NFA regular expression engine that supports look-behinds
  • Non-UI document find/replace object model
  • Capture groups and substitutions for regex find/replace
  • Token mouse events like TokenMouseDown, TokenMouseEnter, etc.
  • Lexical state and token ID's
  • Customizable key processing model that lets you override what EditCommand occurs
  • True word-boundary-based word wrap
  • Macro recording and playback
  • Custom cursors for highlighting styles, enabling URLs
  • Improved clipboard and drag/drop customization features
  • Current line highlighting
  • Scrollbar display options
  • Sample spell check dialog
  • New language definitions for Java, Perl, PHP, and batch files

What's New in V2.5

  • Completely Separated the User Interface from the Document/Parsing Model
  • Added Syntax Highlighting To Collapsed Outlining Node Tooltips
  • Added More Print Settings that Can Be Set Independent of a SyntaxEditor Control's Settings
  • Added Display Lines to the Object Model
  • Added More Methods to Access the Outlining Object Model
  • Added the TextStylePreview Control
  • Finalized WinUICore and Shared 1.0 Library Object Model
  • Many other Feature Enhancements and Bug Fixes

SyntaxEditor is a powerful editing control, similar to a multi-line TextBox, which syntax highlights text and provides an amazing number of state-of-the-art features for code editing. SyntaxEditor is modeled after the code editor in VS.NET and provides nearly all of its functionality.

SyntaxEditor comes packaged with a number of sample language definitions for common languages like Batch files, C#, CSS, HTML, INI files, Java, Jscript, Perl, PHP, Python, SQL, VB.NET, VBScript, and XML. Custom language definitions can be developed in an easy to learn XML format and distributed with your applications. To provide maximum functionality in the editor control, SyntaxEditor uses two parsing phases, a lexical parsing phase that tokenizes text, and an optional semantic parsing phase that you can implement to generate extended semantic parse data to be used for code outlining, IntelliPrompt, etc.

SyntaxEditor is best designed for use in IDE (integrated development environment) applications. It also may be creatively used in other scenarios. For instance, you could make the editor read-only and use it for displaying log files or status messages (like in an FTP client) for an application. The possibilities are limitless.

The SyntaxEditor product was designed with complete separation of the user interface and document/parsing object model in mind. You can load a Document object and parse it with a SyntaxLanguage without having to instantiate a SyntaxEditor control. This allows for incredible flexibility when wanting to parse text without having a user interface control loaded.


Major features of SyntaxEditor include:

  • Multiple language support
  • Custom backtracking NFA regular expression engine
  • XML language definitions
  • Lexical parsing of text into tokens
  • Open-ended design for semantic parsing of tokens
  • Complete separation of the user interface and document/parsing object model
  • Code outlining
  • Unlimited undo/redo
  • Undo/redo action grouping
  • Line numbering in line number margin
  • Line modification tracking
  • Word wrap (character and token wrapping modes)
  • Indicators (bookmarks, breakpoints, misspelling markers, etc.) in indicator margin
  • Indentation guides
  • Whitespace display
  • Content dividers
  • Block indent/outdent
  • Line selection in the selection margin
  • Custom line numbers
  • Current line highlighting
  • Bracket highlighting
  • Macro recording and playback
  • Case sensitivity and auto-correct
  • Customizable key processing
  • Complete extended Unicode character and IME support
  • Any type of font is supported, including non-monospace fonts
  • Triggers for handling keystroke/command combinations
  • Feature-rich find/replace object model that supports captures
  • Customizable dialogs for find/replace, goto line, spell check, and highlighting styles
  • Four-way or two-way split views
  • IntelliPrompt member lists
  • Reflection helper methods for adding member list items
  • IntelliPrompt info tips
  • IntelliPrompt quick info
  • Syntax-highlighted tooltips when hovering over collapsed outlining nodes
  • WYSIWYG printing and print preview with print-specific format settings
  • HTML and RTF export
  • Customizable clipboard and drag/drop actions, with support for any DataObject
  • Multiple scrollbar visibility settings
  • Single-line mode
  • Token-specific highlighting styles enabling custom styles for user-defined keywords
  • A TextStylePreview control that can be used to display text styles on an Options dialog

ActiproSyntaxEditor, ActiproSoftware,Actipro Software
견적요청
인터파크 큐브릿지 IT영업부
자세히보기
  • Office 365
  • CCT
TOP