Skip to content

feat: Finer grained auto-indent control (#1307) - #1309

Open
cqjjjzr wants to merge 1 commit into
zufuliu:mainfrom
cqjjjzr:setting-indent-after-marker
Open

cqjjjzr wants to merge 1 commit into
zufuliu:mainfrom
cqjjjzr:setting-indent-after-marker

Conversation

@cqjjjzr

@cqjjjzr cqjjjzr commented Sep 22, 2026 •

Copy link
Copy Markdown

Add a new setting item to control if auto increasing indent level is enabled when starting new line with a line ending with several marker symbols.

Corresponds INI entry: Settings -> AutoIndentAfterMarkers, defaulting to 1 to maintain backward compatibility. When auto indent is disabled, this settings has no effect.

Fixes #1307.

authored w/ GPT-6 Sol

Add a new setting item to control if auto increasing indent level is enabled when starting new line with a line ending with several marker symbols.
Fixes zufuliu#1307.
@zufuliu

zufuliu commented Sep 23, 2026

Copy link
Copy Markdown
Owner

The dialog is too complex and has so many controls; I think the simplest change is just adding an edit box (maybe right aligned to prevent translated text truncation) after "Auto indent text" (similar to punctuation edit box).
image

@cqjjjzr

cqjjjzr commented Sep 23, 2026

Copy link
Copy Markdown
Author

CMIIW, but the only GUI change I've made is an additional check box after auto indent. Why do we need an additional edit box? (maybe not necessary to provide customization for characters triggering indentation increasing).

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

Labels

auto-completion 🌐i18n Localization/Internationalization ui: dialog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Finer grained auto-indent control

2 participants