thSoft / elysium

LilyPond IDE for Eclipse
http://elysium.thsoft.hu
14 stars 3 forks source link

Review file marker logic #148

Closed nittka closed 6 years ago

nittka commented 6 years ago

I strongly believe that the marker logic needs fixing, in particular as LilyPond compilation during build can be disabled.

I think I am correct in assuming that the outdated-Marker is intended to mark a file as needing compiling by LilyPond. So this marker should be removed only if a compile has actually taken place (CompilerJob#run).

Once this error is fixed, the functionality of OutdatedMarkerAdder needs to be checked.