Initial commit after migrating repo and assuring the product launches

This commit is contained in:
2019-06-23 14:56:45 +02:00
commit 507f2aedbc
889 changed files with 60893 additions and 0 deletions

16
help/aef.html Normal file
View File

@ -0,0 +1,16 @@
<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">