Index: tree/editor.html =================================================================== --- tree/editor.html (revision 25154) +++ tree/editor.html (revision 25155) @@ -3,9 +3,6 @@

subtree: editor

node name type flags description -
grid coord 0 grid in pcb-units -
grids list 0 grid in grid-string format -
grids_idx integer 0 the index of the currently active grid from grids
zoom real 0 default zoom
mode integer 0 currently active mode
buffer_number integer 0 number of the current buffer @@ -56,6 +53,9 @@
undo_warning_size integer 0 warn the user when undo list exceeds this amount of kilobytes in memory
subc_conv_refdes string 0 automatic refdes value assigned to new subcircuits on conversion from objects - if empty, no refdes text or attribute is added; if the value is , the refdes text object is added but no refdes attribute is created
grid_unit unit 0 [hidlib] select whether you draw in mm or mil +
grid coord 0 [hidlib] grid in pcb-units +
grids list 0 [hidlib] grid in grid-string format +
grids_idx integer 0 [hidlib] the index of the currently active grid from grids
draw_grid boolean 0 [hidlib] draw grid points
auto_place boolean 0 [hidlib] force placement of GUI windows (dialogs), trying to override the window manager
fullscreen boolean 0 [hidlib] hide widgets to make more room for the drawing