kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #03109
Command ID refactoring.
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@...>
-
Date:
Tue, 22 Sep 2009 09:40:03 -0400
-
User-agent:
Thunderbird 2.0.0.23 (Windows/20090812)
I just want to make everyone aware of the command ID refactoring commit
I just made. I separated the application specific command IDs in
"include/id.h" to separate files in each application (kicad, cvpcb,
gerbview, etc.). The only IDs remaining in "id.h" are common to
multiple applications. This prevents the entire project from being
rebuilt when adding a new command ID to any single application. For
future reference, please put application specific IDs in the appropriate
header file ( "pcbnew_id.h" for PCBNew command IDs ). Only command IDs
shared across more than on application should be put in "include/id.h".
Wayne
Follow ups