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: 84c7660
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: 08f2f7f
Choose a head ref
  • 18 commits
  • 148 files changed
  • 10 contributors

Commits on Apr 2, 2019

  1. fix #4524 add files.enableTrash preference

    Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
    akosyakov committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    ccc0eec View commit details
    Browse the repository at this point in the history
  2. fix 4334: allow to override default preference values for application

    Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
    akosyakov committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    6133f8d View commit details
    Browse the repository at this point in the history
  3. allow promises on validate. fix inconsistent selection, add CHANGELOG

    This allow creation of files and folders recursive path.
    improve validation check, add cancellationtoken
    
    separate validation for absolutpath and leading/trailing spaces
    
    Signed-off-by: Uni Sayo <unibtc@gmail.com>
    uniibu authored and benoitf committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    b0a7da6 View commit details
    Browse the repository at this point in the history
  4. fix #4776: turn off autoSave by deafult

    Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
    akosyakov committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    9eb7f4e View commit details
    Browse the repository at this point in the history
  5. Set a minWidth and minHeight in frontend-generator for electron app.

    Signed-off-by: jbicker <jan.bicker@typefox.io>
    jbicker committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    bd91f64 View commit details
    Browse the repository at this point in the history
  6. Allow to choose through CLI the VS Code API version that is provided …

    …by vscode.version call in a VS Code extension
    
    $ yarn run start --vscode-api-version=1.40
    
    (and you'll get 1.40 as API version)
    
    note: default value is displayed in help as well
    
    Change-Id: I371e3b008f8d9a8bbd9e047dada4f75e1137e17a
    Signed-off-by: Florent Benoit <fbenoit@redhat.com>
    benoitf committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    de5b900 View commit details
    Browse the repository at this point in the history
  7. Use external absolute link for logo

    It's useful when embedding README in other pages (usecase = the typedoc)
    So the logo is displayed nicely.
    
    Change-Id: Ic1063d972d13eb52bef1248ccf869e3ec0e01f23
    Signed-off-by: Florent Benoit <fbenoit@redhat.com>
    benoitf authored and thegecko committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    5862b11 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Add ability to configure task

    Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
    RomanNikitenko committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0dab9af View commit details
    Browse the repository at this point in the history
  2. remove docs script in each package as we now have the root documentat…

    …ion that is generating the typedoc for the whole modules
    
    Change-Id: I0c47554e1a99e22c7b519c94afa7cfd9be1622a4
    Signed-off-by: Florent Benoit <fbenoit@redhat.com>
    benoitf committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    23fd73a View commit details
    Browse the repository at this point in the history
  3. [file-search] fix #4599: don't mess around with given include patterns

    Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
    akosyakov committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    a0b7396 View commit details
    Browse the repository at this point in the history
  4. [file-search] excludePatterns without magic

    Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
    akosyakov committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    60c3e36 View commit details
    Browse the repository at this point in the history
  5. [filesystem] Fixes #4792 XSS vulnerability.

    Mitigates the issue by removing all unsanitized information from the
    response.
    
    Signed-off-by: Casey Flynn <caseyflynn@google.com>
    caseyflynn-google authored and kittaakos committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    2ccaff6 View commit details
    Browse the repository at this point in the history
  6. Don't rewrite debug capabilities

    Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
    svor authored and Valeriy Svydenko committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    67043f5 View commit details
    Browse the repository at this point in the history
  7. Check whether selected item in dialog is non-leaf node

    Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
    vzhukovs committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    b1df8fc View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. set minimum value for lineHeight and fontSize and align it with VS Code

    Signed-off-by: Uni Sayo <unibtc@gmail.com>
    uniibu authored and akosyakov committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    9fdc224 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect method name for registerReferenceProvider

    Fix typo in `registerReferenceProvider` Plug-in API.
    
    Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
    vince-fugnitto committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    8477580 View commit details
    Browse the repository at this point in the history
  3. Add CodeActionKind intersects() Plugin API

    Added the Plugin API for `CodeActionKind` `intersects(other: CodeActionKind)` method.
    
    Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
    vince-fugnitto committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    95c962c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. #4079: New approach for handling keyboard layouts and keyboard events

    Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
    spoenemann committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    08f2f7f View commit details
    Browse the repository at this point in the history
Loading