On 05.10.2008, at 21:45, Oguz Akyuz wrote: > I've been using FLTK for some time now, and I'm generally very > satisfied with it. However, one nuisance that often disturbs me is > when I "Write Code" using fluid, it updates both header and sources > files causing the subsequent compilation take a painstakingly longer > time. This is especially a problem if the project is large and the > updated header file causes many files to compile. > > So instead of blindly updating both header and source files, can > "Write Code" be a little more intelligent and update the header file > only when necessary (i.e. when the interface changes, etc.)?
That would be feasible. We would have to split the "changed" flag into three flags declaring if the source, the header, or the .fl file changed. In practice though, we have still not found all occasions on which the "changed" flag should be set... . I suggest that you file an STR and we get to this feature eventually. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

