-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
---- - Embedded CS-Script engine is updated to v4.8.16.0 - Configuration Dialog: Added support for installing external CS-Script engine from WinGet and NuGet. - Updated plugin hosting solution to address the Scintilla .NET Interface issue (#74).
- Loading branch information
1 parent
e00716f
commit 31543a6
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Release v2.0.4.0 | ||
Release v2.0.5.0 | ||
---- | ||
- Fixed #74: Intellisense not working as expected. | ||
Added workaround for the ricent Scintilla changes around SciMsg.SCN_CHARADDED notifications. | ||
- The default of `AutoSelectFirstSuggestion` is changed to true. To make it consistent with VS. It can always be changed in the config file. | ||
- Embedded CS-Script engine is updated to v4.8.16.0 | ||
- Configuration Dialog: Added support for installing external CS-Script engine from WinGet and NuGet. | ||
- Updated plugin hosting solution to address the Scintilla .NET Interface issue (#74). | ||
|