Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20631) +++ trunk/doc/user/09_appendix/action_details.html (revision 20632) @@ -1128,6 +1128,14 @@ redo action allows you to recover from the last undo command. You might want to do this if you thought that undo was going to revert something other than what it actually did (in case you are confused about which operations are un-doable), or if you have been backing up through a long undo list and over-shoot your stopping point. Any change that is made since the undo in question will trim the redo list. For example if you add ten lines, then undo three of them you could use redo to put them back, but if you move a line on the board before performing the redo, you will lose the ability to "redo" the three "undone" lines. +

reportdialog

+

+This is a shortcut for +report +( +Object +). +

ripup

Arguments: Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 20631) +++ trunk/doc/user/09_appendix/action_reference.html (revision 20632) @@ -12,7 +12,7 @@

Action Reference

Index: trunk/doc/user/09_appendix/action_src/reportdialog.html =================================================================== --- trunk/doc/user/09_appendix/action_src/reportdialog.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/reportdialog.html (revision 20632) @@ -0,0 +1,2 @@ +This is a shortcut for Report(Object). + Index: trunk/src_plugins/report/report.c =================================================================== --- trunk/src_plugins/report/report.c (revision 20631) +++ trunk/src_plugins/report/report.c (revision 20632) @@ -121,15 +121,9 @@ static const char pcb_acts_reportdialog[] = "ReportObject()"; - static const char pcb_acth_reportdialog[] = "Report on the object under the crosshair"; +/* DOC: reportdialog.html */ -/* %start-doc actions ReportDialog - -This is a shortcut for @code{Report(Object)}. - -%end-doc */ - #define gen_locked(obj) (PCB_FLAG_TEST(PCB_FLAG_LOCK, obj) ? "It is LOCKED.\n" : "") #define gen_term(obj) \ (((obj)->term != NULL) ? "It is terminal " : ""), \
\n -This is pcb-rnd 2.0.0 (svn r18442) an interactive printed circuit board editor , Revision: 20628 +This is pcb-rnd 2.0.0 (svn r18442) an interactive printed circuit board editor , Revision: 20631
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin