pbi-ide/help/aef.html

17 lines
1.1 KiB
HTML

<h1 style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204); border-image: none;">Additional editor features</h1>
<p>Additional elements which are supported by &pi;Basic IDE but not supported by the Basic Stamp Editor&reg;</p>
You don't need a Basic Stamp 1&reg; to run a program (That's obvious - we're talking about an emulator).
<hr/>
<p>You can automatically format your code (<code>Options->Indent</code> or <code>CTRL+F</code>)</p>
<img src="img/format.png" alt="image">
<hr />
<p>You can extend the console of the standard run with a live-view of the EEPROM of the simulated controller (<code>Options->Monitored Run</code> or <code>CTRL+M</code>)</p>
<img src="img/eeprom.png" alt="image">
<hr />
<p>You can comment/uncomment a selection of the code (<code>Options->Comment/Uncomment</code> or <code>CTRL+SHIFT+C/U</code>)</p>
<img src="img/comment.png" alt="image">
<hr />
<p>You can use the content assistance (<code>Options->Content Assist</code> or <code>CTRL+SPACE</code>)</p>
<img src="img/ca.png" alt="image">