Skip to content

Commit

Permalink
deploy: 504fd11
Browse files Browse the repository at this point in the history
  • Loading branch information
nkh committed Nov 29, 2023
1 parent 4cfece9 commit 23e1379
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions for_developers/scripting_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ <h2 id="offset"><a class="header" href="#offset">offset</a></h2>
</ul>
<pre><code>offset 'text1', 22, 20 ;
</code></pre>
<h2 id="change_selected_elements_color"><a class="header" href="#change_selected_elements_color">change_selected_elements_color</a></h2>
<p>Changes selected elements background or foreground color.</p>
<pre><code>change_selected_elements_color 1, [1, 0, 0] ; # foreground color to red
</code></pre>
<h2 id="select_by_name"><a class="header" href="#select_by_name">select_by_name</a></h2>
<p>Selects an elements by name.</p>
<pre><code>select_by_name 'A' ;
</code></pre>
<h2 id="select_all_elements"><a class="header" href="#select_all_elements">select_all_elements</a></h2>
<p>Selects all the elements in Asciio.</p>
<pre><code>select_all_elements ;
Expand Down
8 changes: 8 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2422,6 +2422,14 @@ <h2 id="offset"><a class="header" href="#offset">offset</a></h2>
</ul>
<pre><code>offset 'text1', 22, 20 ;
</code></pre>
<h2 id="change_selected_elements_color"><a class="header" href="#change_selected_elements_color">change_selected_elements_color</a></h2>
<p>Changes selected elements background or foreground color.</p>
<pre><code>change_selected_elements_color 1, [1, 0, 0] ; # foreground color to red
</code></pre>
<h2 id="select_by_name"><a class="header" href="#select_by_name">select_by_name</a></h2>
<p>Selects an elements by name.</p>
<pre><code>select_by_name 'A' ;
</code></pre>
<h2 id="select_all_elements"><a class="header" href="#select_all_elements">select_all_elements</a></h2>
<p>Selects all the elements in Asciio.</p>
<pre><code>select_all_elements ;
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 23e1379

Please sign in to comment.