question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adopt selection support in notebook diff / interactive editor to enable in-editor history

See original GitHub issue

https://github.com/microsoft/vscode/commit/7858e237ae3cc69658ba4e8830c23a24deac2a45#diff-330f92e5612e8f9dcc91e85d694b6e10fdaa5f14c384157edfd27dfbbf0f8684 added support for selection in notebook editor to participate in history navigation by recording locations for each cell change. This is not yet adopted for these two:

  • NotebookTextDiffEditor
  • InteractiveEditor

Fyi for text diff editors we implemented this in a simple way by just delegating to the right hand (modified) side. This is not 100% correct because you could compare 2 different files via explorer where both sides are editable, but I have not heard complaints so far.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bpaserocommented, May 27, 2022

@rebornix this is not about navigating from a different editor back to the right cell but rather about navigating between cells from within the same editor 👍 . The idea is that an editor can emit selection change events whenever a meaningful selection change happens that should add to the history stack. For example, in the text editor case this happens when you move the mouse around inside the editor.

0reactions
vscode-triage-botcommented, May 12, 2022

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pipeline Editor - GitLab Documentation
The pipeline editor is the primary place to edit the GitLab CI/CD configuration in the .gitlab-ci.yml file in the root of your repository....
Read more >
August 2022 - Visual Studio Code
Merge editor improvements - Easier transition between text and merge editors. Expanded codecs support - To help display embedded audio and video in...
Read more >
How to set Notepad++ as the Git editor instead of Vim
All you have to do is issue a git config command and specify the core editor of your choice. The config command to...
Read more >
How to use Synapse notebooks - Azure - Microsoft Learn
Synapse notebooks support four Apache Spark languages: PySpark (Python); Spark (Scala); Spark SQL .NET Spark (C#); SparkR (R). You can ...
Read more >
New notebook editor (Experimental) | Databricks on AWS
Enable the new editor; Autocomplete (IntelliSense support); Variable inspection; Code folding; Multicursor support; Column (box) selection ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found