the fair gds editor StopRecordedMacro

Stop Recorded Macro

  • Icon: alt icon

  • Shortcut: Shift+F11

Description

Macro recording is stoped. The recorded macro will be shown in a text editor. If StartMacroRecording is not called before, calling this feature will have no effect.

Example

   1 #!/usr/bin/layout
   2 #name=Macro: example.layout
   3 #help=Recorded Mon Aug 27 2012
   4 
   5 
   6 int main(){
   7 layout->drawing->activeLayer=9;
   8 layout->drawing->point(500,200);
   9 layout->drawing->point(1000,800);
  10 layout->drawing->box();
  11 
  12 }

See also


CategoryFeature CategoryFullVersion


StopRecordedMacro (last edited 2012-12-11 09:35:16 by dslb-088-065-041-213)