Index: trunk/doc-rnd/TODO =================================================================== --- trunk/doc-rnd/TODO (revision 1640) +++ trunk/doc-rnd/TODO (revision 1641) @@ -1,11 +1,5 @@ - test before release: gsch2pcb-rnd -- doc/text: - - [res] - - format doc - - multi-key - - CLEANUP #5 - next_gui: keep them open, hide - look for #warnings Index: trunk/doc-rnd/res.html =================================================================== --- trunk/doc-rnd/res.html (revision 1640) +++ trunk/doc-rnd/res.html (revision 1641) @@ -82,6 +82,7 @@

A key description is a text in the form of:

-TODO +An example menu item with submenus (can be a main menu or a submenu of +another menu item): +
+ha:example menu item {
+	li:submenu {
+		ha:menu item {
+			action=Save(ElementConnections)
+			tip=example menu
+		}
+		-
+		ha:another menu item {
+			a={Shift-Alt<key>r}
+			action={Action1(); Action2();}
+		}
+	}
+}
+
+

li:popups

+Each children is a hash that describes a popup menu. A popup menu behaves +exactly like a menu item, it should have a submenu list. Popup windows will +be popped up by executing an action with the name of the popup menu. +

save/load and compatibility

Not affected.