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

14
help/open.html Normal file
View File

@ -0,0 +1,14 @@
<h1 style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204); border-image: none;">How to open, create or save a program</h1>
<p>Open or create a program:
<ul>
<li><p>create a new file (<code>File-&gt;New</code> or <code>CTRL-N</code>)</p></li>
<li><p>open a file via FileBrowser&nbsp;( <code>File-&gt;Open..</code> or <code>CTRL-O</code> + double-click file)</p></li>
</ul>
<hr />
<p>Save a program:
<ul>
<li><p>save a file(<code>File-&gt;Save</code> or <code>CTRL-S</code>)</p></li>
<li><p>save all opened files (<code>File-&gt;Save all..</code> or <code>CTRL-SHIFT-S</code>)</p></li>
<li><p>save as (<code>File-&gt;Save as..</code> or <code>CTRL+ALT+S11</code>)</p></li>
</ul>
<img src="img/open.png" alt="image">