Files
textmate/Frameworks/OakTextView/src
Boris Dušek 7e01bab12a Optimize Zoom support a little bit
This makes Zoom support avoid doing all 2 conversions between UTF-8 to UTF-16,
and replaces call to rect_for_range with call to rect_at_index, which is
more efficient.

Note that this is a typical micro-optimization not resulting from any
actual performance measurement, but just from a desire to have a lean
code not doing redundant work.
2014-07-19 14:14:21 +02:00
..
2014-04-10 17:46:31 +07:00
2012-08-09 16:25:56 +02:00
2014-03-03 10:34:13 +07:00