Skip to content

Improve textarea with real tabs support#20

Merged
nbeerbower merged 1 commit into
mainfrom
claude/improve-textarea-tabs-dv2Up
Jan 10, 2026
Merged

Improve textarea with real tabs support#20
nbeerbower merged 1 commit into
mainfrom
claude/improve-textarea-tabs-dv2Up

Conversation

@nbeerbower

Copy link
Copy Markdown
Contributor
  • Use real tabs instead of 4 spaces for indentation
  • Add Shift+Tab to dedent lines/selections
  • Add auto-indent on Enter (preserves indentation, adds extra after {/(/[)
  • Add block indent/dedent when text is selected
  • Add auto-close for brackets and quotes with smart handling
  • Skip over closing chars when already present
  • Delete matching pairs with backspace
  • Update all examples to use tabs

- Use real tabs instead of 4 spaces for indentation
- Add Shift+Tab to dedent lines/selections
- Add auto-indent on Enter (preserves indentation, adds extra after {/(/[)
- Add block indent/dedent when text is selected
- Add auto-close for brackets and quotes with smart handling
- Skip over closing chars when already present
- Delete matching pairs with backspace
- Update all examples to use tabs
@nbeerbower
nbeerbower merged commit 9c274c2 into main Jan 10, 2026
6 checks passed
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.

2 participants