Skip to content

Create a way to easily select (parts of) a source change #42

@Lythenas

Description

@Lythenas

As a user I want to be able to easily and precisely select what part of a SourceChange (returned from Interpreter::evaluate) I want to apply (with Interpreter::apply_source_change).


This should preferably be done in a way that supports interactive selection of some sort e.g. using a gui.

We should probably change Interpreter::apply_source_change to accept a list of SCSingle or other data structure instead of directly a complete SourceChange. And then make it possible to easily transform and filter/select the SourceChange that is returned by Intereger::evaluate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-interpreterArea: InterpreterC-featureCategory: Feature (User Story)P-mediumPriority: Medium

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions