Actipro SyntaxEditor for UWP 2018.1 build 0332

Released: Mar 11, 2019

2018.1 build 0332 での更新項目

機能

  • Updated CompletionSession so that when auto-completing without the popup showing, it raises the Opened event in addition to the Closed event that was already raised.
  • Added the IServiceLocator.SyncRoot property, and updated SyntaxLanguage to be thread-safe for registering and unregistering services.

.NET Languages Add-on

  • Improved lock access to assembly repository across multiple threads.

不具合の修正

  • Fixed a bug with code snippet template session selection adjustment in a certain scenario.

Python Language Add-on

  • Fixed an outlining bug that could occur with elif statements.