Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Area wrapping #3933

Merged
merged 172 commits into from
Jan 29, 2024
Merged

Text Area wrapping #3933

merged 172 commits into from
Jan 29, 2024

Conversation

darrenburns
Copy link
Member

@darrenburns darrenburns commented Dec 28, 2023

Adds soft wrapping to the TextArea widget.

darrenburns and others added 30 commits November 15, 2023 12:34
…o dimensions) to support click targeting correctly when a document is wrapped.
@darrenburns darrenburns marked this pull request as ready for review January 24, 2024 12:55
Copy link
Collaborator

@willmcgugan willmcgugan left a comment

Choose a reason for hiding this comment

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

Looks great. Some very minor suggestions.

docs/widgets/text_area.md Outdated Show resolved Hide resolved
docs/widgets/text_area.md Outdated Show resolved Hide resolved
src/textual/_wrap.py Show resolved Hide resolved
src/textual/document/_document.py Outdated Show resolved Hide resolved
src/textual/document/_document_navigator.py Outdated Show resolved Hide resolved
src/textual/widgets/_text_area.py Show resolved Hide resolved
src/textual/widgets/_text_area.py Outdated Show resolved Hide resolved
@willmcgugan willmcgugan merged commit bf06f75 into main Jan 29, 2024
20 checks passed
@willmcgugan willmcgugan deleted the text-area-wrapping-widget-changes branch January 29, 2024 09:38
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.

Add a property to control how tab/shift-tab work in the TextArea
2 participants