Skip to content

Conversation

@abose
Copy link
Member

@abose abose commented Dec 7, 2024

Fixes: https://www.reddit.com/r/brackets/comments/1h8dnb3/word_wrap_movement/

This change addresses the issue of enabling continuous matching tag highlighting in CodeMirror. Initially, we achieved this by changing the span style from inline (default) to inline-block. While this allowed for continuous highlighting, it inadvertently broke word wrapping, which does not function correctly in an inline-block context.

To resolve this, we transitioned to a border-based implementation for the matching tag highlight. This approach preserves the continuous highlighting functionality without impacting word wrapping behavior.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 7, 2024

@abose abose merged commit ec7064d into main Dec 7, 2024
17 of 18 checks passed
@abose abose deleted the x branch December 7, 2024 06:49
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