Index: src_plugins/lib_gtk_common/dlg_search_tab.h =================================================================== --- src_plugins/lib_gtk_common/dlg_search_tab.h (revision 17028) +++ src_plugins/lib_gtk_common/dlg_search_tab.h (revision 17029) @@ -151,6 +151,7 @@ {NULL, "subcircuit", NULL, 0, NULL}, {"@.x", "X", &op_tab[OPS_ANY], RIGHT_COORD, NULL}, {"@.y", "Y", &op_tab[OPS_ANY], RIGHT_COORD, NULL}, + {"@.rotation", "rotation", &op_tab[OPS_ANY], RIGHT_DOUBLE, NULL}, {"@.refdes", "refdes", &op_tab[OPS_STR], RIGHT_STR, NULL}, {"@.footprint", "footprint", &op_tab[OPS_STR], RIGHT_STR, NULL}, {"@.value", "value", &op_tab[OPS_STR], RIGHT_STR, NULL}, @@ -164,6 +165,7 @@ {NULL, "host subcircuit's",NULL, 0, NULL}, {"@.subc.x", "X", &op_tab[OPS_ANY], RIGHT_COORD, NULL}, {"@.subc.y", "Y", &op_tab[OPS_ANY], RIGHT_COORD, NULL}, + {"@.subc.rotation", "rotation", &op_tab[OPS_ANY], RIGHT_DOUBLE, NULL}, {"@.subc.refdes", "refdes", &op_tab[OPS_STR], RIGHT_STR, NULL}, {"@.subc.footprint", "a.footprint", &op_tab[OPS_STR], RIGHT_STR, NULL}, {"@.subc.value", "a.value", &op_tab[OPS_STR], RIGHT_STR, NULL},