Skip to content

[RUN-4890] Document ACE editor manual resize default change - #1954

Merged
fdevans merged 2 commits into
6.3.0from
run-4890-docs
Sep 4, 2026
Merged

[RUN-4890] Document ACE editor manual resize default change#1954
fdevans merged 2 commits into
6.3.0from
run-4890-docs

Conversation

@smartinellibenedetti

@smartinellibenedetti smartinellibenedetti commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Updates the Code Editor Settings section in config-file-reference.md for rundeck/rundeck#10551 (RUN-4890): guiAceEditorMinLines now defaults to 0, making the ACE editor manually resizable via drag handle instead of auto-sizing; guiAceEditorMaxLines is clarified to only apply when auto-sizing is active (non-zero guiAceEditorMinLines).
  • Notes rollout: available now on Runbook Automation SaaS; Self-Hosted default changes from 12 to 0 starting in Rundeck 6.3.0.
  • Removes a stray leftover merge-conflict marker (=======) found in the same section, unrelated to this change.

Test plan

🤖 Generated with Claude Code

Updates the Code Editor Settings config reference for rundeck/rundeck#10551: guiAceEditorMinLines now defaults to 0 (manually resizable via drag handle) instead of auto-sizing, and guiAceEditorMaxLines only applies in auto-size mode. Also notes the default changes on Self-Hosted starting in Rundeck 6.3.0 (SaaS already has it), and removes a stray leftover merge-conflict marker in the same section.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@smartinellibenedetti
smartinellibenedetti requested review from a team and a lite review from Copilot September 3, 2026 23:32
@smartinellibenedetti smartinellibenedetti changed the title RUN-4890: Document ACE editor manual resize default change [RUN-4890] Document ACE editor manual resize default change Sep 3, 2026
@smartinellibenedetti smartinellibenedetti added this to the 6.3.0 milestone Sep 3, 2026

This comment was marked as outdated.

Clarify auto-expand and scrollbar behavior for guiAceEditorMinLines/MaxLines, and align product naming in the tip with the "Runbook Automation Self-Hosted" convention used elsewhere in the docs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

Copilot AI left a comment

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.

🟡 Changes recommended

The updated docs contain a couple of clarity/correctness issues (property key reference and edition/version-specific defaults) that should be adjusted to avoid confusing or misleading readers.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review details

Suppressed comments (1)

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

  • The guiAceEditorMaxLines description references guiAceEditorMinLines, but the property key is rundeck.feature.guiAceEditorMinLines. Using the full key here avoids ambiguity for readers copying config values.
| `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. |
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment thread docs/administration/configuration/config-file-reference.md
@fdevans
fdevans changed the base branch from 4.0.x to 6.3.0 September 4, 2026 00:47
@fdevans
fdevans merged commit 2d73d01 into 6.3.0 Sep 4, 2026
3 of 5 checks passed
@fdevans
fdevans deleted the run-4890-docs branch September 4, 2026 00:49
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