Skip to content

Commit 2d73d01

Browse files
authored
Merge pull request #1954 from rundeck/run-4890-docs
[RUN-4890] Document ACE editor manual resize default change
2 parents 607de12 + c4b4fe4 commit 2d73d01

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/administration/configuration/config-file-reference.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,15 +1119,19 @@ Sets the maximum amount of runner report data the server will store in the datab
11191119
```properties
11201120
rundeck.runner.compactProcessor.maxReportDataSize=1gb
11211121
```
1122-
=======
1122+
11231123
### Code Editor Settings
11241124

1125-
Controls the height of the ACE code editor rendered inside plugin configuration forms (for example, inline script steps, orchestrator configuration, and execution lifecycle plugins).
1125+
Controls the sizing behavior of the ACE code editor rendered inside plugin configuration forms (for example, inline script steps, orchestrator configuration, and execution lifecycle plugins).
11261126

11271127
| Property | Default | Description |
11281128
|----------|---------|-------------|
1129-
| `rundeck.feature.guiAceEditorMinLines` | `12` | Minimum number of visible lines shown in the editor, which sets its minimum visible height. |
1130-
| `rundeck.feature.guiAceEditorMaxLines` | `0` | Maximum number of lines the editor auto-expands to. Set to `0` for unlimited. |
1129+
| `rundeck.feature.guiAceEditorMinLines` | `0` | Minimum number of visible lines in the editor. `0` (default) makes the editor manually resizable via a drag handle. A non-zero value disables manual resize; the editor starts with enough height to show that many lines and auto-expands as lines are added. |
1130+
| `rundeck.feature.guiAceEditorMaxLines` | `0` | Only applies when `guiAceEditorMinLines` is non-zero. Caps how far the editor auto-expands: once content reaches this many lines, a scrollbar appears instead of the editor growing further. Set to `0` for unlimited. |
1131+
1132+
:::tip
1133+
Manual resize is available now on Runbook Automation **SaaS**. On Runbook Automation **Self-Hosted**, the default changes from `12` to `0` (manually resizable) starting in **Rundeck 6.3.0**.
1134+
:::
11311135

11321136
These settings can be changed at runtime via **System Configuration → GUI** without restarting Rundeck. The new values take effect on the next page load.
11331137

0 commit comments

Comments
 (0)