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

Fix editor sync bug, when model file was edited outside of eclipse. #3108

Commits on Sep 3, 2024

  1. Fix editor sync bug, when model file was edited outside of eclipse.

    This bugfix contains the fix for unsync workspace files wrt. the file
    system (see the
    DirtyStateEditorSupportIntegrationTest.testModifyFileInExternEditor) and
    a one liner for beeing able to save the file when the changes were
    ignored. (see the ignored test case
    DirtyStateEditorSupportIntegrationTest.testModifyDirtyFileInExternEditor).
    
    The issue for this fix can be found here:
    eclipse-xtext#2385
    mehmet-karaman committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5fa196f View commit details
    Browse the repository at this point in the history