(Created page with "Category:Layout tab The '''script list''' is a child window that displays all scripts that are loaded in UltraEdit / UEStudio. You can toggle...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Layout tab]] | [[Category:Layout tab]] | ||
− | The '''script list''' is a child window that displays all [[ | + | The '''script list''' is a child window that displays all [[Scripts]] that are loaded in UltraEdit / UEStudio. You can toggle the script list in the [[:Category:Layout tab|Layout tab]]. |
You can load scripts (.js files) via the [[Scripts|All scripts]] dialog, accessible in the "Script" group of the [[:Category:Advanced tab|Advanced tab]]. Double-clicking a script in the script list will run and play that script similar to the "Play script" command in the "Script" group of the [[:Category:Advanced tab|Advanced tab]]. | You can load scripts (.js files) via the [[Scripts|All scripts]] dialog, accessible in the "Script" group of the [[:Category:Advanced tab|Advanced tab]]. Double-clicking a script in the script list will run and play that script similar to the "Play script" command in the "Script" group of the [[:Category:Advanced tab|Advanced tab]]. | ||
Line 23: | Line 23: | ||
<div class="idm-see-also"> | <div class="idm-see-also"> | ||
See also: | See also: | ||
+ | * [[Create and edit scripts]] | ||
+ | * [[Scripting reference]] | ||
+ | * [[Scripts]] | ||
* [[Settings:Scripting|Settings » Scripting]] | * [[Settings:Scripting|Settings » Scripting]] | ||
</div> | </div> |
The script list is a child window that displays all Scripts that are loaded in UltraEdit / UEStudio. You can toggle the script list in the Layout tab.
You can load scripts (.js files) via the All scripts dialog, accessible in the "Script" group of the Advanced tab. Double-clicking a script in the script list will run and play that script similar to the "Play script" command in the "Script" group of the Advanced tab.
The script list includes the following context menu items:
Run | Runs selected script. |
Add script | Opens file browser dialog where you can browse to and select .js script file to add to list. |
Edit script | Opens selected script for editing. |
Remove script | Removes selected script from list. |