Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-theia/theia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 41e8438e13f528605b2105046a59d2591130e915
Choose a base ref
...
head repository: eclipse-theia/theia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 92e11ad4a1450999d5d641355504f7953b2d6c8e
Choose a head ref
  • 1 commit
  • 42 files changed
  • 1 contributor

Commits on Mar 4, 2021

  1. 6636-custom-editor: Adds a prototype of custom editors contributed by…

    … extensions with this functionality:
    
    - Adds a new contribution point for custom editors.
    - Adds API for registering a custom editor providers.
    - Implements CustomEditor extension API - based on VSCode (excluding backup functionality not implemented in this PR).
    - Adds CustomEditorWidget extending WebviewWidget containing a model reference to CustomEditorModel.
    - Supports two CustomEditorModel implementations: CustomTextEditorModel for text documents and MainCustomEditorModel for binary documents.
    - Registers openHandlers for CustomEditors.
    - Adds `openWith` command for selecting which editor to use when openning a resource.
    
    Signed-off-by: Dan Arad <dan.arad@sap.com>
    danarad05 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    92e11ad View commit details
    Browse the repository at this point in the history
Loading