Skip to content
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

fix: Supporting suggest cards in inline LG editing #2377

Merged
merged 2 commits into from
Mar 27, 2020

Conversation

cosmicshuai
Copy link
Contributor

@cosmicshuai cosmicshuai commented Mar 26, 2020

closes #2330

Now card suggestion are enabled in inline LG.
Also, formating of auto complete is improved. The indent before ending '[' will be deleted automatically.
card suggestion in line

@github-actions
Copy link

Coverage Status

Coverage decreased (-0.05%) to 39.53% when pulling 1b130fe on shuwan/inLineSuggest into 8b4eb57 on master.

@@ -23,6 +23,7 @@ const defaultOptions: monacoEditor.editor.IEditorConstructionOptions = {
glyphMargin: false,
folding: false,
renderLineHighlight: 'none',
formatOnType: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure this doesn't cause weirdness in the other places that the code-editor is used.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure this doesn't cause weirdness in the other places that the code-editor is used.

I tested the editors in composer. Only the LG editor will have the ability to format structure lg input.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for investigating @cosmicshuai

@cwhitten cwhitten merged commit 65b6643 into master Mar 27, 2020
@cwhitten cwhitten deleted the shuwan/inLineSuggest branch March 27, 2020 03:58
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants