Index: trunk/doc/conf/tree/editor.html =================================================================== --- trunk/doc/conf/tree/editor.html (revision 22107) +++ trunk/doc/conf/tree/editor.html (revision 22108) @@ -33,7 +33,7 @@ show_number boolean 0 OBSOLETE: pinout shows number orthogonal_moves boolean 0 move items orthogonally. reset_after_element boolean 0 OBSOLETE: reset connections after each element while saving all connections - auto_place boolean 0 flag which says we should force placement of the windows on startup + auto_place boolean 0 force placement of GUI windows (dialogs), trying to override the window manager lock_names boolean 0 lock down text so they can not be moved or selected only_names boolean 0 lock down everything else but text so only text objects can be moved or selected thin_draw boolean 0 if set, objects on the screen are drawn as outlines (lines are drawn as center-lines). This lets you see line endpoints hidden under pins, for example. Index: trunk/src/conf_core.h =================================================================== --- trunk/src/conf_core.h (revision 22107) +++ trunk/src/conf_core.h (revision 22108) @@ -47,7 +47,7 @@ CFT_BOOLEAN show_number; /* OBSOLETE: pinout shows number */ CFT_BOOLEAN orthogonal_moves; /* move items orthogonally. */ CFT_BOOLEAN reset_after_element; /* OBSOLETE: reset connections after each element while saving all connections */ - CFT_BOOLEAN auto_place; /* flag which says we should force placement of the windows on startup */ + CFT_BOOLEAN auto_place; /* force placement of GUI windows (dialogs), trying to override the window manager */ CFT_BOOLEAN lock_names; /* lock down text so they can not be moved or selected */ CFT_BOOLEAN only_names; /* lock down everything else but text so only text objects can be moved or selected */ CFT_BOOLEAN thin_draw; /* if set, objects on the screen are drawn as outlines (lines are drawn as center-lines). This lets you see line endpoints hidden under pins, for example. */