-
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.
- 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.
- Loading branch information
1 parent
6f34fe6
commit 84ab449
Showing
6 changed files
with
21 additions
and
20 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
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
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,6 +1,5 @@ | ||
Release v2.0.3.0 | ||
Release v2.0.4.0 | ||
---- | ||
- Npp compatibility checking (Issue #64) is disabled in favor of hard-codded compatibility for new Scintille.TextRange API. | ||
The checking algorithm became fragile in the latest releases of NPP when the editor restarts itself in Admin mode. | ||
- Updated CS-Script embedded engine to v4.6.4 | ||
- Updated CS-Script.Syntaxer embedded executable to v3.1.2 | ||
- 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. |