Skip to content

Conversation

@AustinShalit
Copy link
Member

closes #359
#359 & adds "Edited" to the title bar when the project is dirty.

@AustinShalit AustinShalit force-pushed the feat/saveDirtyCheckEvent branch from 9b30396 to cff7fb9 Compare July 30, 2016 22:50
@codecov-io
Copy link

codecov-io commented Jul 30, 2016

Current coverage is 57.73% (diff: 60.00%)

Merging #647 into master will increase coverage by 0.02%

@@             master       #647   diff @@
==========================================
  Files           194        195     +1   
  Lines          6060       6078    +18   
  Methods           0          0          
  Messages          0          0          
  Branches        551        554     +3   
==========================================
+ Hits           3497       3509    +12   
- Misses         2400       2406     +6   
  Partials        163        163          

Sunburst

Powered by Codecov. Last update cbac40b...feeda2a

@SamCarlberg
Copy link
Member

This is a good opportunity to implement Undo/Redo as well

@AustinShalit
Copy link
Member Author

@SamCarlberg Take a look at #359. Undo/Redo is for another day...

import java.util.Optional;

import javafx.beans.property.SimpleBooleanProperty;
import javafx.beans.value.ChangeListener;
Copy link
Member

Choose a reason for hiding this comment

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

JavaFX shouldn't be available in the core because it's not on the RoboRio. I don't know why this even compiles.

Can you check the build.gradle to see why you can even import javafx from within the core.

Copy link
Member

Choose a reason for hiding this comment

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

JavaFX is bundled in the desktop JRE, so it compiles fine. Project Jigsaw solves this, but it's getting released in March...

@AustinShalit AustinShalit force-pushed the feat/saveDirtyCheckEvent branch from 542c4d2 to cc5620c Compare August 1, 2016 19:32
@AustinShalit AustinShalit force-pushed the feat/saveDirtyCheckEvent branch from cc5620c to 9d52740 Compare August 1, 2016 19:39
@JLLeitschuh
Copy link
Member

LGTM

@AustinShalit
Copy link
Member Author

GTG

@JLLeitschuh JLLeitschuh merged commit 2ab3774 into WPIRoboticsProjects:master Aug 1, 2016
@AustinShalit AustinShalit deleted the feat/saveDirtyCheckEvent branch August 1, 2016 20:36
AustinShalit added a commit to AustinShalit/GRIP that referenced this pull request Aug 2, 2016
AustinShalit added a commit to AustinShalit/GRIP that referenced this pull request Aug 2, 2016
AustinShalit added a commit to AustinShalit/GRIP that referenced this pull request Aug 2, 2016
AustinShalit added a commit that referenced this pull request Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants