이 페이지는 아카이브화 되어 더 이상 업데이트 되지 않습니다.
더 이상 이 제품을 제공 하지 않습니다.
Actipro Silverlight Studio 2017.1 build 211
Released: Jun 28, 2017
2017.1 build 211 버젼 업데이트
기능
SyntaxEditor
- Added a text area automation peer that wraps text area elements within an editor view.
- Improved the rendering of squiggle lines to be bolder and more wave-like.
- Updated paste logic to only allow a line-oriented paste if there is a zero-length selection.
- Updated the default completion list item sort logic to use a current culture comparison instead of ordinal.
.NET Languages Add-on
- Updated the C# parser to support C# 6 syntax.
- Updated the VB parser to support VB 14 syntax.
- Updated the C# and VB parsers to report a syntax error when an unterminated string is found.
- Improved string delimiter auto-completion logic.
- Improved resolver logic for working with partial classes.
- Improved resolver support for base type instance references.
- Improved the binary assembly serializer logic to better handle obfuscated assemblies.
Web Languages Add-on
- Updated the JSON grammar to properly accept any expression at the root level instead of only object.
수정사항
Charts
- Fixed a bug where a single bar in chart might not render properly.
SyntaxEditor
- Fixed a bug with certain character class usage scenarios.