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

Add support for disabling JupyterLab's context menu #7877

Merged
merged 14 commits into from
Mar 18, 2020

Commits on Feb 12, 2020

  1. Add support for disabling JupyterLab's context menu

    Fixes jupyterlab#7670 by disabling JuptyrLab's context menu on all elements which
    are children of elements with the `data-native-context-menu` property.
    saulshanabrook committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c096a80 View commit details
    Browse the repository at this point in the history
  2. Rename to data-jp-suppress-context-menu

    This now matches lumino keyboard shortcuts disable data attribute
    saulshanabrook committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    6744b0c View commit details
    Browse the repository at this point in the history
  3. Forgot data in docs

    saulshanabrook committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    08da71c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8dd2de View commit details
    Browse the repository at this point in the history
  5. Update docs/source/developer/extension_points.rst

    Co-Authored-By: Jason Grout <jasongrout@users.noreply.github.com>
    saulshanabrook and jasongrout committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    8a8d7a9 View commit details
    Browse the repository at this point in the history
  6. Update docs/source/developer/extension_points.rst

    Co-Authored-By: Jason Grout <jasongrout@users.noreply.github.com>
    saulshanabrook and jasongrout committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a319e33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfe2739 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Configuration menu
    Copy the full SHA
    be0a811 View commit details
    Browse the repository at this point in the history
  2. Add JSX lexer

    saulshanabrook committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    f0c9066 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Update setup.py

    saulshanabrook committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    f19b142 View commit details
    Browse the repository at this point in the history
  2. Remove jsx code block

    saulshanabrook committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    5addc5e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    3c04478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    183d538 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. ci bump

    saulshanabrook committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    b99a10e View commit details
    Browse the repository at this point in the history