Skip to content

Commit 8d1fbfa

Browse files
committed
Added Marker Creator Script, Script Types Documentation, Various Corrections
- Added a Marker Creator script package and source. - Added Script Types section with documentation on different script types. - Corrected various errors in documentation. - Added additional information to various sections.
1 parent 3317e79 commit 8d1fbfa

31 files changed

Lines changed: 2435 additions & 1561 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
| Section | Description |
1414
|---|---|
1515
| [Package Structure](docs/package_structure/package_structure.md) | Required files, metainfo.xml, classfactory.xml |
16-
| [Script Interface](docs/script_interface.md) | Task lifecycle, factory functions, include_file |
16+
| [Script Types](docs/script_types/script_interfaces.md) | Category reference and registration patterns |
1717
| [Host API](docs/host/host_overview.md) | Host namespace — Classes, Engine, GUI, IO, Signals, etc. |
1818
| [SDK Files](docs/sdk/sdk_files.md) | CCL.JS, Engine.JS, Devices.JS, HostUtils, etc. |
1919
| [Context Object](docs/context/context_object.md) | editor, functions, iterator, parameters, track list |
2020
| [Objects](docs/objects/event_object.md) | Event, Region, Track, Channel, Mixer, Time objects |
2121
| [Skin XML Reference](docs/skin/skin_overview.md) | Known skin.xml element and attribute reference |
2222
| [Utilities](docs/utilities/utilities.md) | Color, tempo, level conversions; debugging tools |
23-
| [Scripts](scripts/index.md) | Real-world script implementation examples |
23+
| [Scripts](docs/scripts/index.md) | Real-world script implementation examples |
2424
| [API Index](docs/api_index.md) | Map of all documentation pages |
2525

2626
---

docs/api_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@
1010
| [Resources](package_structure/resources.md) | Runtime resource access via `package://` |
1111
| [Installation](package_structure/installation.md) | Scripts folder locations and hot-reloading |
1212
| [Creating a .package File](package_structure/package_creation.md) | Zip-based packaging for distribution |
13-
| [Script Interface](script_interface.md) | Task lifecycle, execution phases, factory functions |
13+
14+
## Script Types
15+
16+
| Page | Description |
17+
|---|---|
18+
| [Script Interfaces](script_types/script_interfaces.md) | Category reference |
19+
| [EditTask](script_types/edittask.md) | Command/action scripts with optional dialog |
20+
| [EditAddIn](script_types/editaddin.md) | Persistent add-in panels |
21+
| [WindowClass](script_types/windowclass.md) | Non-blocking workspace windows via FrameworkService |
1422

1523
## Host API
1624

0 commit comments

Comments
 (0)