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

Save dialog for closing temporary sketch and unsaved files #893

Merged
merged 6 commits into from
Jun 1, 2022

Commits on May 30, 2022

  1. Use normal OnWillStop event

    msujew committed May 30, 2022
    Configuration menu
    Copy the full SHA
    1c82e25 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    7abfa53 View commit details
    Browse the repository at this point in the history
  2. Fixed FS path vs encoded URL comparision when handling stop request.

    Ref: eclipse-theia/theia#11226
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed May 31, 2022
    Configuration menu
    Copy the full SHA
    c1125f3 View commit details
    Browse the repository at this point in the history
  3. Fixed the translations.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed May 31, 2022
    Configuration menu
    Copy the full SHA
    525233b View commit details
    Browse the repository at this point in the history
  4. Fixed the translations again.

    Removed `electron` from the `nls-extract`. It does not contain app code.
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed May 31, 2022
    Configuration menu
    Copy the full SHA
    e8e0644 View commit details
    Browse the repository at this point in the history
  5. Aligned the stop handler code to Theia.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed May 31, 2022
    Configuration menu
    Copy the full SHA
    785d261 View commit details
    Browse the repository at this point in the history