-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SAMPLE] Smart Text Box control #135
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great. Only suggestion here is make sure that using ctrl + a to select all text should also invoke the flyout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 6 changed files in this pull request and generated 2 comments.
Files not reviewed (4)
- AIDevGallery/App.xaml: Language not supported
- AIDevGallery/Samples/Open Source Models/Language Models/SmartText.xaml: Language not supported
- AIDevGallery/Samples/SharedCode/SmartTextBox.xaml: Language not supported
- AIDevGallery/Samples/scenarios.json: Language not supported
Comments suppressed due to low confidence (1)
AIDevGallery/Samples/SharedCode/SmartTextBox.cs:243
- Using Task.Run is unnecessary and can be simplified to just await DescribeChanges(textToChange, changes);
return await Task<string>.Run(async () =>
AIDevGallery/Samples/Open Source Models/Language Models/SmartText.xaml.cs
Show resolved
Hide resolved
…i-dev-gallery into zt/131-smart-textbox
fixes #131
Added smart text box control sample.