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

Implement rewind command feature #105

Merged
merged 4 commits into from Oct 27, 2019
Merged

Conversation

le0tan
Copy link

@le0tan le0tan commented Oct 24, 2019

Closes #83

@le0tan le0tan added this to the v1.3 milestone Oct 24, 2019
@le0tan le0tan requested a review from jiayushe October 24, 2019 07:38
@le0tan le0tan self-assigned this Oct 24, 2019
@le0tan le0tan added this to In progress in AlgoBase via automation Oct 24, 2019
@le0tan le0tan requested review from tiuweehan and removed request for jiayushe October 25, 2019 06:53
Copy link

@jiayushe jiayushe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -21,11 +25,34 @@
@FXML
private TextField commandTextField;


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra line.

AlgoBase automation moved this from In progress to Reviewer approved Oct 27, 2019
Copy link

@Seris370 Seris370 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

# Conflicts:
#	src/main/java/seedu/algobase/logic/parser/AlgoBaseParser.java
#	src/main/java/seedu/algobase/model/AlgoBase.java
#	src/main/java/seedu/algobase/model/Model.java
#	src/main/java/seedu/algobase/model/ModelManager.java
#	src/main/java/seedu/algobase/model/ReadOnlyAlgoBase.java
#	src/test/java/seedu/algobase/logic/commands/DefaultModelStub.java
@le0tan le0tan merged commit 84014ff into AY1920S1-CS2103T-W11-1:master Oct 27, 2019
AlgoBase automation moved this from Reviewer approved to Done Oct 27, 2019
@le0tan le0tan deleted the recall branch October 28, 2019 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
AlgoBase
  
Done
Development

Successfully merging this pull request may close these issues.

As a user, I want to find previous commands
5 participants