-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Integrate ML Node-Autocompletion, * Update NodeModel.cs * Update NodeModel.cs * some changes * more changes * Update NodeAutoCompleteSearchControl.xaml * Fix edge cases and UI improvements. * update * Update NodeAutoCompleteSearchControl.xaml * fix highlighting items. * fix * Port name for variable input nodes. * Add base test. * addressing comments. * Fix the edge cases for search results. * Clean up code * Update NodeAutoCompleteSearchViewModel.cs * refactoring. * updates * Use IDSDK token for authentication * updates (cherry picked from commit 34fe0f1)
- Loading branch information
1 parent
80694f1
commit d9302ab
Showing
23 changed files
with
1,115 additions
and
390 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<appSettings> | ||
<add key="IDSDK_CLIENT_ID" value="IAtF1TBSlCeGqWAXKsBkcZBBwomALZsq"/> | ||
<add key="IDSDK_CLIENT_ID" value="No0wuv5G1sGm3mcMLrVuvS5qKFqxekiN"/> | ||
<add key="IDSDK_ENVIRONMENT" value=""/> | ||
</appSettings> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.