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

Notebook: Support for Alt+Enter - run the current cell and insert a new below #14022

Merged

Conversation

dhuebner
Copy link
Contributor

@dhuebner dhuebner commented Aug 7, 2024

What it does

Implementation for Execute Notebook Cell and Insert Below (Alt+Enter). This command is working similar to Execute Notebook Cell and Select Below (Shift+Enter) but instead of selecting the next cell, if there is one, it creates a new one below.

How to test

Open a note book, focus some cell and press Alt+Enter. A new Cell should be created and selected below.

Follow-ups

Review checklist

Reminder for reviewers

Copy link
Member

@msujew msujew left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@msujew msujew merged commit 5255c51 into eclipse-theia:master Aug 7, 2024
12 of 14 checks passed
@jfaltermeier jfaltermeier added this to the 1.53.0 milestone Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants