I want to know if 1.0.5 r2 is designed to keep the library files from the first compile and changing a library file will not result in the file being recompiled until forced to by clearing out the temp folder.
Hope that makes sense.
Richard
No, as long as the IDE has been restarted since the library was installed then its fine. Modifying library files after the IDE has been loaded is fine, the changes will be seen.
This is similar to an error I've had. I compiled a test sketch for Due, then switched the board type to an AVR model. I got an error because it tried to compile Due source files that were left in the temp dir.