홈 / 뉴스 / Actipro SyntaxEditor for Universal Windows 2017.2
Actipro SyntaxEditor for Universal Windows 2017.2
수직 스크롤, 초점 추적 및 워드랩과 함께 줄 복사/이동을 향상시킵니다.
8월 24, 2017
신규 버전
기능
Added IIntraLineSpacerTag interface that allows whitespace to be reserved above and/or below view lines.
Added IntraLineAdornmentManagerBase class for implementing intra-line adornments.
Added ITextViewLine.TopMargin, BottomMargin, and GetIntraLineSpacerTags members.
Added new adornments showing how to implement Visual Studio-like Code Lens (info display and hyperlink) and Peek Definition (embedded editor) features.
Added logic for unhandled clicks on intra-line adornments to move the caret to the owning view line.
Improved how vertical scrolling is implemented to better handle view lines of various sizes.
Improved editor view focus tracking logic.
Improved copy line functionality to better handle word wrap scenarios.
Improved move selected lines functionality to better handle word wrap scenarios.
Added the IOutliningManager.ApplyDefaultOutliningExpansion and ExpandAllOutlining methods, and related EditorCommands properties.
.NET Languages Add-on
Added IntelliPrompt completion for object creation expression initializer member names.
Improved VB auto-indent logic when pressing space after certain keywords.
Improved VB Option statement lexing.
Improved VB IntelliPrompt completion logic.
수정사항
Fixed a bug where moving the caret to the end of single-line mode editor might scroll too far to the right.
Fixed a bug where the outlining manager could fall out of sync with collapsed outining node states in a certain scenario.