[George Peter Staplin]: '''What is it you may ask?''' It's an editor for C programs or extensions. It automates the structuring of a program. I found that with many projects I would get lost as the project grew. I would start factoring out the code into more files, and then as those files grew, I would again have to restructure the project. I also found it annoying having long function prologues with code. Fed Builder is a simple solution to these problems. As every function is in its own file the structure is clear. Files are saved automatically whenever they are changed. As a file is changed a revision header is also increased. Two other scripts are included with the distribution to aid in project development generate_prototypes.tcl and generate_includes.tcl. * License: BSD * Requirements: Tcl and Tk >= 8.4 * Optional: tile/tile05.kit/tile06.kit/tile.kit * Author: [George Peter Staplin] * Useful with: [memory file system] * Uses: [ctext] (included), [ProcMeUp] (included, but not required) * Created with: [ProcMeUp] '''Release 17''': [http://www.xmission.com/~georgeps/implementation/software/Fed_Builder/Fed_Builder-16.png] Browsable directory: [http://www.xmission.com/~georgeps/implementation/software/Fed_Builder/FedBld17.png] ---- [ProcMeUp] is a similar project designed for structuring Tcl programs. ---- [Category Application] | [Category Dev. Tools]