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

feat: Scroll to range #70

Merged
merged 13 commits into from
Mar 1, 2025
Merged

feat: Scroll to range #70

merged 13 commits into from
Mar 1, 2025

Conversation

tom-ludwig
Copy link
Member

@tom-ludwig tom-ludwig commented Feb 27, 2025

Description

  • Added functionality to scroll to a specified range.
  • Introduced a feature flag for animated scrolling (currently disabled).
  • Renamed highlightedRanges to emphasizedRanges to align with the class name.
  • Changed emphasizedRanges to public(set) to support upcoming search functionality.

Related Issues

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

Screenshots

Copy link
Contributor

@austincondiff austincondiff 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, just fix the SwiftLint error in TextView+ScrollToVisible.swift

@thecoolwinter thecoolwinter merged commit b9c8c1f into main Mar 1, 2025
2 checks passed
@thecoolwinter thecoolwinter deleted the feat/scrollToRange branch March 1, 2025 15:50
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.

✨ Scroll to range
3 participants