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

Fix overflow of long underscore separated names in HTML #3240

Merged
merged 4 commits into from
Mar 28, 2024

Conversation

seelchen
Copy link
Contributor

@seelchen seelchen commented Oct 20, 2023

This PR makes underscore separated names breakable after each underscore similar to how names separated by dots are rendered.

Resolves #3093.

@seelchen seelchen marked this pull request as draft October 20, 2023 13:43
@seelchen seelchen force-pushed the html-word-overflow branch 2 times, most recently from eb4c09a to afdc289 Compare October 20, 2023 17:33
@seelchen seelchen changed the title Fix overflow of long names in HTML Fix overflow of long underscore separated names in HTML Oct 20, 2023
@seelchen seelchen marked this pull request as ready for review October 20, 2023 17:42
@seelchen
Copy link
Contributor Author

seelchen commented Nov 8, 2023

Hi @IgnatBeresnev, could you please review my PR if you have time?

@IgnatBeresnev
Copy link
Member

@seelchen hi! thank you for the contribution, and sorry for the delay with review. The two PRs you've submitted cover a pretty wide area of Dokka, so we need some extra time to make sure it's aligned with Dokka's design requirements, and that it doesn't break any corner cases

@seelchen
Copy link
Contributor Author

Hi @IgnatBeresnev and @whyoleg, are there any updates on the review of this PR?

Copy link
Collaborator

@whyoleg whyoleg left a comment

Choose a reason for hiding this comment

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

Hey!
Thank you for PR and sorry for long review.
Could you please rebase PR onto the latest master and fix some minor comments?

@seelchen seelchen requested a review from whyoleg March 27, 2024 23:07
Copy link
Collaborator

@whyoleg whyoleg left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution!
Will merge after the test completion

@whyoleg whyoleg merged commit 165dcea into Kotlin:master Mar 28, 2024
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.

Long undescore divided names doesn't fit on page
3 participants