thSoft / elysium

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

Compile newly created source files #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I create new .ly files programmatically they are not recognized by the 
builder, even if I refresh the resources and run IProject.build(). It is only 
recognized if I perform a manual change in the file and save it again.

Original issue reported on code.google.com by harmathdenes on 14 Nov 2014 at 9:56

GoogleCodeExporter commented 9 years ago
In LilyPondBuilder.build(), According to the current code both delta.getNew() 
and delta.getOld() must be != null. Can you adjust this for newly created 
files, i.e. if getOld() is null?

Original comment by harmathdenes on 14 Nov 2014 at 10:01

GoogleCodeExporter commented 9 years ago
Fixed in 3ccb990478d3

Original comment by harmathdenes on 14 Nov 2014 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by harmathdenes on 14 Nov 2014 at 10:05