Index: Rev.h =================================================================== --- Rev.h (revision 32945) +++ Rev.h (revision 32946) @@ -1 +1 @@ -static const int myrev = 32934; +static const int myrev = 32946; Index: Rev.tab =================================================================== --- Rev.tab (revision 32945) +++ Rev.tab (revision 32946) @@ -1,3 +1,4 @@ +32946 configure new plugin: ch_editpoint draw edit points of objects 32934 configure moving onpoint from core to plugin 32857 configure menu item for import_ttf 32739 configure export_test plugin removed in favor of the loghid plugin Index: plugins.h =================================================================== --- plugins.h (revision 32945) +++ plugins.h (revision 32946) @@ -28,6 +28,7 @@ plugin_def("autocrop", "crop board to fit objects", sbuildin, 1, 0) plugin_def("autoplace", "auto place components", sbuildin, 1, 0) plugin_def("autoroute", "the original autorouter", sbuildin, 1, 0) +plugin_def("ch_editpoint", "crosshair: on-point highlight", sbuildin, 1, 0) plugin_def("ch_onpoint", "crosshair: on-point highlight", sbuildin, 1, 0) plugin_def("diag", "diagnostic acts. for devs", sdisable, 1, 0) plugin_def("dialogs", "HID-independent GUI dialogs", sdisable, 1, 0)