Index: 05_ui/04_common/index.html =================================================================== --- 05_ui/04_common/index.html (revision 34890) +++ 05_ui/04_common/index.html (revision 34891) @@ -118,7 +118,7 @@ The menu system is loaded and merged from multiple menu files and is dynamic (can be changed while pcb-rnd is running). There is a base menu file (file name is partially configured by conf node rc/menu_file), typically -/usr/share/pcb-menu-default.lht. This is file is loaded first, with priority 0. +/usr/share/menu-default.lht. This is file is loaded first, with priority 0. Then pcb-rnd loads further menu files and menu file patches, for feature plugins, scripts or user addons at higher priority.

@@ -131,7 +131,7 @@

source usual prio description -
base 0 factory menu file, normally /usr/share/pcb-menu-default.lht +
base 0 factory menu file, normally /usr/share/menu-default.lht
plugins (static) 100..199 menu files embedded in feature plugins (e.g. to create import menus per format)
user 300..400 menu files/patches loaded upon user request (conf node: rc/menu_patches)
action (scripts) 500 using the CreateMenu() action Index: 06_feature/autocrop/index.html =================================================================== --- 06_feature/autocrop/index.html (revision 34890) +++ 06_feature/autocrop/index.html (revision 34891) @@ -20,7 +20,7 @@

Use:
-Bind autocrop to a key in the appropriate pcb-menu-*.lht for your preferred pcb-rnd gui. +You may want to bind autocrop to a key in a menu patch.

Issues:
Autocrop will move the objects to crop the layout, and as a consequence autocrop() plugin will take time to calculate for complex layouts.