-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
88 lines (87 loc) · 2.76 KB
/
about.html
File metadata and controls
88 lines (87 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="//codepen.io/CodePenTemplates/pen/GNoNGy.css" />
<link rel="stylesheet" href="//codepen.io/CodePenTemplates/pen/XNXpgM.css" />
</head>
<body>
<section class="markdown-body">
<h1 id="alibrescript-playground-betapoc-release">AlibreScript Playground Beta/PoC release</h1>
<p>A focused development environment for AlibreScript.</p>
<hr>
<h2 id="about-alibrescript-playground">About AlibreScript Playground</h2>
<p>AlibreScript is a Python-based scripting language for Alibre Design, enabling automation and parametric design through code. This playground aims to provide a full-featured code editor with autocomplete support for rapid script development and AlibreScript API learning.</p>
<hr>
<h2 id="features">Features</h2>
<ul>
<li>AlibreScript API autocomplete</li>
<li>Syntax highlighting</li>
<li>Code templates and examples via context menu</li>
</ul>
<hr>
<h2 id="keyboard-shortcuts">Keyboard Shortcuts</h2>
<table>
<thead>
<tr>
<th>Shortcut</th>
<th>Action</th>
</tr>
</thead>
<tbody><tr>
<td><code>F1</code></td>
<td>Command Palette</td>
</tr>
<tr>
<td><code>Ctrl+Space</code></td>
<td>Trigger Autocomplete</td>
</tr>
<tr>
<td><code>Ctrl+Shift+C</code></td>
<td>Clear Editor</td>
</tr>
<tr>
<td><code>Ctrl+Shift+P</code></td>
<td>Quick Actions</td>
</tr>
<tr>
<td><code>Shift+Alt+F</code></td>
<td>Format Code</td>
</tr>
<tr>
<td><code>Ctrl+F</code></td>
<td>Find</td>
</tr>
<tr>
<td><code>Ctrl+H</code></td>
<td>Find and Replace</td>
</tr>
</tbody></table>
<hr>
<h2 id="code-templates">Code Templates</h2>
<p>Right-click in the editor to access templates:</p>
<ol>
<li><strong>Welcome</strong> - Full cheatsheet</li>
<li><strong>Hello World</strong> - Basic example</li>
<li><strong>Create Sketch</strong> - 2D geometry</li>
<li><strong>Extrude Feature</strong> - 3D features</li>
<li><strong>Iterate Features</strong> - Topology</li>
<li><strong>Design Parameters</strong> - Parametric design</li>
<li><strong>Assembly Creation</strong> - Assemblies</li>
<li><strong>Export Part</strong> - File export</li>
<li><strong>Fillet & Chamfer</strong> - Edge finishing</li>
<li><strong>Revolve Feature</strong> - Rotational geometry</li>
</ol>
<hr>
<h2 id="vs-code-extension">VS Code Extension</h2>
<p>For a full IDE experience, install the official AlibreScript extension:</p>
<p><a href="https://marketplace.visualstudio.com/items?itemName=stephensmitchell.alibrescript">View on VS Code Marketplace</a></p>
<hr>
<h2 id="contact">Contact</h2>
<p>Stephen S. Mitchell
<a href="https://github.com/stephensmitchell">https://github.com/stephensmitchell</a></p>
<p>Issues and questions contact via Discord
<a href="https://discord.gg/cC3PyMMyg8">https://discord.gg/cC3PyMMyg8</a></p>
</section>
</body>
</html>