Skip to content
Snippets Groups Projects
Commit 51b7f7e1 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Always use DOM to find string widths

CodeMirror no longer has a concept of 'character width', since that
was just too broken -- tabs and non-ascii characters can have non-
standard widths, even in monospace fonts. We now build up a DOM
structure and measure its width whenever we have to determine the
width of something.
parent 468928f3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment