| [ Return to Bugs & Features | Post Text | Post File | Prev | Next ]
STR #2060
Application: | FLTK Library |
Status: | 5 - New |
Priority: | 1 - Request for Enhancement, e.g. asking for a feature |
Scope: | 3 - Applies to all machines and operating systems |
Subsystem: | FLUID |
Summary: | fluid should rewrite files conservatively on "Write Code" |
Version: | 1.4-feature |
Created By: | eastern_strider |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
|
#1 | eastern_strider 05:07 Oct 07, 2008 |
| When the user clicks "Write Code" in fluid, it updates both header and sources files regardless of whether or not the files have actually changed. For example, if only the body of a function changes there should be no need to rewrite the header. This would save significant compilation time, especially in relatively bigger projects, because unnecessarily updating the header causes all other files that depend on it to recompile. | |
|
#2 | spitzak 22:40 Oct 07, 2008 |
| It could do a comparison between the new and old file and only replace the old file if different. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |