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

toggle scrollable outputs by cell #179212

Merged
merged 7 commits into from Apr 5, 2023
Merged

toggle scrollable outputs by cell #179212

merged 7 commits into from Apr 5, 2023

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Apr 4, 2023

fixes #174951

  • added command to toggle output scrolling per cell.
  • moved truncation/view more message to the bottom of the output
  • added some styling to differentiate the message from the output

image

@amunger amunger marked this pull request as ready for review April 5, 2023 18:08
@VSCodeTriageBot VSCodeTriageBot added this to the April 2023 milestone Apr 5, 2023
rebornix
rebornix previously approved these changes Apr 5, 2023
@@ -897,13 +897,13 @@ configurationRegistry.registerConfiguration({
[NotebookSetting.outputScrolling]: {
markdownDescription: nls.localize('notebook.outputScrolling', "Use a scrollable region for notebook output when longer than the limit"),
type: 'boolean',
tags: ['notebookLayout'],
tags: ['notebookLayout', 'notebookOutputLayout'],
Copy link
Member

Choose a reason for hiding this comment

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

maybe output font size and font family should have this tag too.

@amunger amunger enabled auto-merge April 5, 2023 19:44
@amunger amunger merged commit f56f4e1 into main Apr 5, 2023
6 checks passed
@amunger amunger deleted the aamunger/toggleScrolling branch April 5, 2023 20:42
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow a notebook cell to toggle whether scrollable or not
3 participants