Skip to content

RUN-4277: Document ACE editor min/max lines configuration#1803

Open
smartinellibenedetti wants to merge 4 commits into
4.0.xfrom
run-4277-resize-ace
Open

RUN-4277: Document ACE editor min/max lines configuration#1803
smartinellibenedetti wants to merge 4 commits into
4.0.xfrom
run-4277-resize-ace

Conversation

@smartinellibenedetti
Copy link
Copy Markdown
Contributor

@smartinellibenedetti smartinellibenedetti commented May 11, 2026

Jira

RUN-4277 — Inline-script step editor area limited to 12 lines with no expand/resize option in 5.20 UI

Implementation PR

rundeck/rundeck#10137

What changed

Added a new Code Editor Settings section to docs/administration/configuration/config-file-reference.md documenting two new runtime-configurable properties:

Property Default Description
rundeck.feature.guiAceEditorMinLines 12 Minimum visible lines in the ACE code editor in plugin configuration forms
rundeck.feature.guiAceEditorMaxLines 0 Maximum lines the editor auto-expands to; 0 = unlimited

Both properties are configurable via System Configuration → GUI without restarting Rundeck.

Validation

  • Property names and defaults verified against source (RundeckConfigBase.java:480-481, FeatureFlagConfigurable.groovy:26-38)
  • Confirmed zero prior coverage (grep across all docs .md files)
  • Placed alongside other display-limit settings (### Limit displayed Job execution Log Output)

🤖 Generated with Claude Code

Add Code Editor Settings section to config-file-reference documenting
rundeck.feature.guiAceEditorMinLines and rundeck.feature.guiAceEditorMaxLines,
including defaults, behaviour, and that they apply without a restart via
System Configuration → GUI.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation to the Rundeck configuration reference for newly runtime-configurable ACE editor sizing properties, helping admins adjust inline script/editor height behavior in the UI.

Changes:

  • Added a Code Editor Settings subsection documenting rundeck.feature.guiAceEditorMinLines and rundeck.feature.guiAceEditorMaxLines.
  • Documented defaults and where to change the settings in the UI (System Configuration → GUI).

Comment thread docs/administration/configuration/config-file-reference.md Outdated

| Property | Default | Description |
|----------|---------|-------------|
| `rundeck.feature.guiAceEditorMinLines` | `12` | Minimum number of visible lines before the editor scrolls |
smartinellibenedetti and others added 2 commits May 11, 2026 00:00
Co-authored-by: Copilot Autofix powered by AI <[email protected]>

| Property | Default | Description |
|----------|---------|-------------|
| `rundeck.feature.guiAceEditorMinLines` | `12` | Minimum number of visible lines shown in the editor, which sets its minimum visible height |
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot please add a dot at the end of visible height

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done — added the trailing period to the MinLines description in commit d23cadc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants