targets/XSD_toolchain_gcc
author Sergey Surkov <surkovsv93@gmail.com>
Mon, 12 Sep 2016 16:41:21 +0300
changeset 1530 24d8e8c233bd
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
Add hotkey (F12) for switching perspective.

Switching perspective feature hides/restores all panels except of the main editor window for current FB.
So all available screen space is used for editor.

          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>