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

Add release instruction #2

Merged
merged 2 commits into from
Sep 16, 2020
Merged

Add release instruction #2

merged 2 commits into from
Sep 16, 2020

Conversation

AlexeyTsvetkov
Copy link
Collaborator

No description provided.

@olonho olonho merged commit 0f41f09 into master Sep 16, 2020
@olonho olonho deleted the release-instruction branch September 16, 2020 09:35
@arkivanov arkivanov mentioned this pull request Oct 20, 2020
MatkovIvan pushed a commit to MatkovIvan/compose-multiplatform that referenced this pull request May 10, 2023
This CL adds a hoisted ScrollState to BasicTextField2 to enable horizontal and vertical scroll. Like the existing `BasicTextField`, BTF2 only supports single orientated scrolling. Single line configuration disables `softWrap` and enables horizontal scroll. Multi-line configuration does the exact opposite to enable vertical scroll.

Cursor is kept in visible area only when it's shown (focused, editable).

There is also a fix to clip test for `BasicTextField`. The previous test only looked at the area JetBrains#4, but in fact it needs to check JetBrains#2, JetBrains#3, JetBrains#4 for any spill from BasicTextField.

// BasicTextField is JetBrains#1
// Wrapping box is all the area visible below
-----
|1|2|
-----
|3|4|
-----

Relnote: N/A
Test: :compose:foundation:foundation:cAT
Change-Id: Iccac198dec2d2908c4c51ddfaf40dcb05515ce70
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