mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 10:57:58 +08:00
Fluid IDE tools: added some more human readable annotations to the database
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7483 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+12
-3
@@ -192,13 +192,19 @@ Fl_Target_Prefs::Fl_Target_Prefs(Fl_Preferences::ID id)
|
|||||||
Fl_Preferences::ID Fl_Target_Prefs::add_source(Fl_IDE_Prefs &fdb, const char *pathAndName) {
|
Fl_Preferences::ID Fl_Target_Prefs::add_source(Fl_IDE_Prefs &fdb, const char *pathAndName) {
|
||||||
Fl_IDE_Prefs file(fdb.add_with_key("pathAndName", pathAndName));
|
Fl_IDE_Prefs file(fdb.add_with_key("pathAndName", pathAndName));
|
||||||
Fl_IDE_Prefs p(*this, "sources");
|
Fl_IDE_Prefs p(*this, "sources");
|
||||||
return p.add_with_key("refUUID", file.name());
|
Fl_Preferences::ID id = p.add_with_key("refUUID", file.name());
|
||||||
|
Fl_Preferences ref(id);
|
||||||
|
ref.set("(filename)", pathAndName);
|
||||||
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
Fl_Preferences::ID Fl_Target_Prefs::add_fl(Fl_IDE_Prefs &fdb, const char *pathAndName) {
|
Fl_Preferences::ID Fl_Target_Prefs::add_fl(Fl_IDE_Prefs &fdb, const char *pathAndName) {
|
||||||
Fl_IDE_Prefs file(fdb.add_with_key("pathAndName", pathAndName));
|
Fl_IDE_Prefs file(fdb.add_with_key("pathAndName", pathAndName));
|
||||||
Fl_IDE_Prefs p(*this, "fl");
|
Fl_IDE_Prefs p(*this, "fl");
|
||||||
return p.add_with_key("refUUID", file.name());
|
Fl_Preferences::ID id = p.add_with_key("refUUID", file.name());
|
||||||
|
Fl_Preferences ref(id);
|
||||||
|
ref.set("(filename)", pathAndName);
|
||||||
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
Fl_Preferences::ID Fl_Target_Prefs::depends_on(Fl_IDE_Prefs &dep) {
|
Fl_Preferences::ID Fl_Target_Prefs::depends_on(Fl_IDE_Prefs &dep) {
|
||||||
@@ -215,7 +221,10 @@ Fl_Preferences::ID Fl_Target_Prefs::add_lib(Fl_IDE_Prefs &lib) {
|
|||||||
Fl_Preferences::ID Fl_Target_Prefs::add_external_lib(Fl_IDE_Prefs &fdb, const char *pathAndName) {
|
Fl_Preferences::ID Fl_Target_Prefs::add_external_lib(Fl_IDE_Prefs &fdb, const char *pathAndName) {
|
||||||
Fl_IDE_Prefs file(fdb.add_with_key("pathAndName", pathAndName));
|
Fl_IDE_Prefs file(fdb.add_with_key("pathAndName", pathAndName));
|
||||||
Fl_IDE_Prefs p(*this, "externals");
|
Fl_IDE_Prefs p(*this, "externals");
|
||||||
return p.add_with_key("refUUID", file.name());
|
Fl_Preferences::ID id = p.add_with_key("refUUID", file.name());
|
||||||
|
Fl_Preferences ref(id);
|
||||||
|
ref.set("(filename)", pathAndName);
|
||||||
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -155,6 +155,10 @@ SOURCE=..\..\fluid\function_panel.cxx
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\fluid\ide_maketools.cxx
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\fluid\ide_support.cxx
|
SOURCE=..\..\fluid\ide_support.cxx
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@@ -181,9 +185,5 @@ SOURCE=..\..\fluid\undo.cxx
|
|||||||
|
|
||||||
SOURCE=..\..\fluid\widget_panel.cxx
|
SOURCE=..\..\fluid\widget_panel.cxx
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\fluid\ide_maketools.cxx
|
|
||||||
# End Source File
|
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|||||||
@@ -5473,6 +5473,7 @@
|
|||||||
40C91D1AB7051A0D4BF38884 /* file.cxx */,
|
40C91D1AB7051A0D4BF38884 /* file.cxx */,
|
||||||
80B8A51F1B0E64482CB2723F /* fluid.cxx */,
|
80B8A51F1B0E64482CB2723F /* fluid.cxx */,
|
||||||
1C0E3777F229938969F8E0E7 /* function_panel.cxx */,
|
1C0E3777F229938969F8E0E7 /* function_panel.cxx */,
|
||||||
|
B65FCD2B8489E2BBAA3F695A /* ide_maketools.cxx */,
|
||||||
77759BD79A674B0703F21C3E /* ide_support.cxx */,
|
77759BD79A674B0703F21C3E /* ide_support.cxx */,
|
||||||
BE8AEC5B94A33E971A141F65 /* ide_support_ui.cxx */,
|
BE8AEC5B94A33E971A141F65 /* ide_support_ui.cxx */,
|
||||||
B50524F41B3A568F8AD761C9 /* ide_visualc.cxx */,
|
B50524F41B3A568F8AD761C9 /* ide_visualc.cxx */,
|
||||||
@@ -5480,7 +5481,6 @@
|
|||||||
82D70F7B9460C9797FF03089 /* template_panel.cxx */,
|
82D70F7B9460C9797FF03089 /* template_panel.cxx */,
|
||||||
3F148981EF92A30C3D6D698E /* undo.cxx */,
|
3F148981EF92A30C3D6D698E /* undo.cxx */,
|
||||||
B0CFC7002EFFC3DD3E191940 /* widget_panel.cxx */,
|
B0CFC7002EFFC3DD3E191940 /* widget_panel.cxx */,
|
||||||
B65FCD2B8489E2BBAA3F695A /* ide_maketools.cxx */,
|
|
||||||
BDC84124E6CDF9D25B9505B6 /* fluid.icns */,
|
BDC84124E6CDF9D25B9505B6 /* fluid.icns */,
|
||||||
);
|
);
|
||||||
name = Fluid;
|
name = Fluid;
|
||||||
@@ -8295,6 +8295,7 @@
|
|||||||
D4A52815334B0B7B924B5BF0 /* file.cxx in Sources */,
|
D4A52815334B0B7B924B5BF0 /* file.cxx in Sources */,
|
||||||
FE5ED076E2F36BFE0F88E07B /* fluid.cxx in Sources */,
|
FE5ED076E2F36BFE0F88E07B /* fluid.cxx in Sources */,
|
||||||
CCA89C0B6F35BD769098B0B6 /* function_panel.cxx in Sources */,
|
CCA89C0B6F35BD769098B0B6 /* function_panel.cxx in Sources */,
|
||||||
|
C9C84B2983DC793B141DDC70 /* ide_maketools.cxx in Sources */,
|
||||||
3B5132A7C2C4AFC712117A4C /* ide_support.cxx in Sources */,
|
3B5132A7C2C4AFC712117A4C /* ide_support.cxx in Sources */,
|
||||||
B3BA6EDC6CBD904947309845 /* ide_support_ui.cxx in Sources */,
|
B3BA6EDC6CBD904947309845 /* ide_support_ui.cxx in Sources */,
|
||||||
3734BD3A2D1490F4EC62ACAA /* ide_visualc.cxx in Sources */,
|
3734BD3A2D1490F4EC62ACAA /* ide_visualc.cxx in Sources */,
|
||||||
@@ -8302,7 +8303,6 @@
|
|||||||
E5AD089B2DB919A31955C459 /* template_panel.cxx in Sources */,
|
E5AD089B2DB919A31955C459 /* template_panel.cxx in Sources */,
|
||||||
5371B383E2E166843E50F6AE /* undo.cxx in Sources */,
|
5371B383E2E166843E50F6AE /* undo.cxx in Sources */,
|
||||||
14556EC024E89D6CCB99C274 /* widget_panel.cxx in Sources */,
|
14556EC024E89D6CCB99C274 /* widget_panel.cxx in Sources */,
|
||||||
C9C84B2983DC793B141DDC70 /* ide_maketools.cxx in Sources */,
|
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user