Difference between revisions of "Disabling Icons"

From Flowcode Help
Jump to navigationJump to search
Line 5: Line 5:
  
 
To disable icons, select the icon or icons you wish to disable, right-click on them and select "disable" from the menu.
 
To disable icons, select the icon or icons you wish to disable, right-click on them and select "disable" from the menu.
 
<comment>test</comment>
 
<comments>test</comments>
 
/* Test */
 
//Test
 
// Test
 
<-- Test -->
 
<!-- Test -->
 
<!--Test-->
 
!Test
 

Revision as of 15:20, 12 June 2013

<sidebar>Sidebar: Taking Flowcode Further</sidebar>

Gen Disabling Icons 01.png

You can now disable any icons in a flowchart. Disabled icons will be ignored by the simulation and compiler. A disabled icon is greyed out it to signify it has been disabled. Disabling a "parent" icon will also disable any icons that follow directly from that icon (E.g. icons within a switch statement will disable all icons within the loop).


To disable icons, select the icon or icons you wish to disable, right-click on them and select "disable" from the menu.