Skip to content

[Eclipse] Use a command instead of a direct call to save a file #276

Open
@wgalanciak

Description

@wgalanciak

Is your feature request related to a problem? Please describe.
There are some plugins (e.g. https://github.com/wangzw/CppStyle) that override a default save action in Eclipse in order to perform some additional pre or post save operations. They are not compatible with CodeTogether because currently, it uses Workbench API to trigger save.

Describe the solution you'd like
The goal of this task is to investigate if we can switch to command execution for save action. As a result, regular on save actions as well as some custom plugins (like mentioned CppStype one) would work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    candidatecandidate to be fixed in one of the upcoming releaseseclipseEclipse-side issueenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions