Lukas Wirth
3ea4b30e8d
gpui: Do not render ligatures between different styled text runs ( #39928 )
...
This relands https://github.com/zed-industries/zed/pull/37175 as
https://github.com/zed-industries/zed/pull/39886 fixed the jiggling
issue.
Currently when we render text with differing styles adjacently we might
form a ligature between the text, causing the ligature forming
characters to take on one of the two styles. This can especially become
confusing when a ligature is formed between actual text and inlay hints.
Annoyingly, the only ways to prevent this with core text is to either
render each run separately, or to insert a zero-width non-joiner to
force core text to break the ligatures apart, as it otherwise will merge
subsequent font runs of the same fonts.
We currently do layouting on a per line basis and it is unlikely we want
to change that as it would incur a lot of complexity and annoyances to
merge things back into a line, so this goes with the other approach of
inserting ZWNJ characters instead.
Note that neither linux nor windows seem to currently render ligatures,
so this only concerns macOS rendering at the moment.
Closes https://github.com/zed-industries/zed/issues/23194
Release Notes:
- Fixed ligatures forming between real text and inlay hints on macOS
2025-10-13 15:35:28 +02:00
..
2025-10-06 13:39:19 +02:00
2025-08-25 16:04:44 -06:00
2025-09-24 18:57:33 -04:00
2025-10-12 23:31:40 +00:00
2025-10-08 17:36:52 +02:00
2025-10-08 15:52:06 +00:00
2025-10-07 01:01:17 +00:00
2025-10-08 17:36:52 +02:00
2025-10-13 12:35:03 +00:00
2025-09-25 02:11:48 +00:00
2025-09-29 18:56:03 +00:00
2025-10-07 09:48:03 +02:00
2025-08-13 13:25:52 -06:00
2025-09-25 14:41:49 +02:00
2025-09-27 14:50:10 +00:00
2025-09-30 11:41:49 +00:00
2025-09-25 22:24:32 +00:00
2025-10-08 17:36:52 +02:00
2025-10-08 20:30:27 +00:00
2025-10-10 23:44:32 +02:00
2025-10-06 20:35:44 +00:00
2025-09-14 14:01:04 +02:00
2025-07-22 11:55:24 -04:00
2025-09-29 18:56:03 +00:00
2025-08-27 23:24:19 +00:00
2025-09-24 14:35:38 +02:00
2025-10-08 17:36:52 +02:00
2025-09-08 21:53:17 -06:00
2025-10-06 20:35:44 +00:00
2025-10-08 17:36:52 +02:00
2025-09-19 01:39:26 +02:00
2025-09-10 20:11:07 +00:00
2025-10-10 19:06:43 +00:00
2025-09-30 14:30:13 +00:00
2025-10-08 12:02:21 -06:00
2025-10-12 18:59:12 +00:00
2025-10-08 17:36:52 +02:00
2025-10-05 13:44:31 -07:00
2025-09-22 14:36:10 -07:00
2025-10-08 20:20:50 +03:00
2025-09-08 12:23:33 +03:00
2025-10-07 12:11:15 +00:00
2025-10-08 19:48:40 +00:00
2025-09-29 09:03:00 -07:00
2025-08-19 21:26:17 +02:00
2025-10-08 21:57:57 +00:00
2025-10-08 21:57:57 +00:00
2025-09-03 22:10:14 +00:00
2025-09-27 14:50:10 +00:00
2025-10-13 01:21:28 +02:00
2025-10-06 08:08:49 +00:00
2025-09-04 05:51:48 +00:00
2025-09-25 15:11:12 +02:00
2025-10-13 11:53:19 +02:00
2025-10-12 00:19:57 -04:00
2025-10-08 12:02:21 -06:00
2025-10-08 12:02:21 -06:00
2025-10-10 19:06:43 +00:00
2025-10-13 10:54:53 +02:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-10-13 08:27:00 +00:00
2025-09-11 13:56:06 -07:00
2025-09-26 15:17:36 +00:00
2025-10-08 17:36:52 +02:00
2025-10-07 12:11:15 +00:00
2025-10-09 16:17:49 +00:00
2025-10-10 15:14:37 +00:00
2025-10-08 16:42:39 +01:00
2025-10-08 17:36:52 +02:00
2025-10-06 18:24:28 +02:00
2025-09-26 22:28:52 +00:00
2025-09-25 14:42:32 -07:00
2025-10-09 18:33:05 +00:00
2025-10-09 18:33:05 +00:00
2025-10-12 18:13:40 +02:00
2025-10-09 13:11:11 +02:00
2025-09-18 16:47:23 +00:00
2025-10-13 15:35:28 +02:00
2025-10-05 13:44:31 -07:00
2025-08-21 17:19:57 +00:00
2025-08-19 13:27:24 +00:00
2025-10-05 13:44:31 -07:00
2025-09-30 12:27:23 -03:00
2025-10-13 13:13:25 +05:30
2025-10-08 12:10:53 -06:00
2025-09-09 20:56:08 +02:00
2025-10-08 17:36:52 +02:00
2025-10-08 19:48:40 +00:00
2025-10-10 17:29:20 -03:00
2025-10-10 19:01:07 -04:00
2025-09-27 14:50:10 +00:00
2025-10-08 12:02:21 -06:00
2025-10-10 12:59:52 +00:00
2025-09-15 09:43:04 +02:00
2025-10-03 20:11:21 -06:00
2025-10-10 17:29:20 -03:00
2025-10-13 09:05:04 +02:00
2025-09-10 23:06:09 +05:30
2025-09-25 15:11:12 +02:00
2025-09-03 01:22:57 +02:00
2025-10-08 19:48:40 +00:00
2025-10-02 23:04:31 +02:00
2025-10-09 19:11:42 +02:00
2025-10-05 13:44:31 -07:00
2025-07-02 21:14:33 -04:00
2025-10-10 19:01:07 -04:00
2025-10-08 12:02:21 -06:00
2025-10-09 14:34:52 +00:00
2025-07-17 14:25:55 +00:00
2025-07-08 14:34:57 +00:00
2025-10-06 18:38:30 +00:00
2025-09-24 14:35:38 +02:00
2025-10-10 12:59:52 +00:00
2025-10-11 13:32:20 +00:00
2025-09-18 16:47:23 +00:00
2025-09-18 16:47:23 +00:00
2025-10-03 19:20:51 +00:00
2025-10-08 12:04:06 -06:00
2025-08-20 12:20:13 +02:00
2025-10-07 12:23:31 +00:00
2025-09-22 15:07:40 +00:00
2025-09-24 18:57:33 -04:00
2025-10-13 12:30:26 +00:00
2025-10-12 18:13:40 +02:00
2025-09-24 18:57:33 -04:00
2025-10-06 13:39:19 +02:00
2025-10-12 23:31:40 +00:00
2025-10-13 12:41:42 +02:00
2025-10-05 13:44:31 -07:00
2025-10-12 19:25:50 -04:00
2025-10-12 23:31:40 +00:00
2025-10-08 17:36:52 +02:00
2025-09-03 00:52:04 +00:00
2025-08-19 13:27:24 +00:00
2025-10-11 10:29:54 +03:00
2025-09-08 21:53:17 -06:00
2025-10-08 20:48:17 +02:00
2025-09-25 13:03:56 -06:00
2025-10-07 11:58:58 +00:00
2025-10-05 13:44:31 -07:00
2025-09-24 21:16:06 +00:00
2025-10-12 18:31:55 +05:30
2025-09-18 22:28:17 -06:00
2025-10-08 17:36:52 +02:00
2025-10-13 11:54:48 +00:00
2025-08-19 21:26:17 +02:00
2025-09-26 11:41:26 -04:00
2025-09-27 11:01:04 +02:00
2025-09-17 10:11:51 +02:00
2025-08-20 12:20:13 +02:00
2025-10-08 17:36:52 +02:00
2025-09-04 17:14:53 +02:00
2025-10-05 13:44:31 -07:00
2025-09-29 15:48:58 +00:00
2025-09-14 14:01:04 +02:00
2025-09-24 18:57:33 -04:00
2025-09-26 15:17:36 +00:00
2025-09-24 18:57:33 -04:00
2025-10-12 23:31:40 +00:00
2025-09-27 14:50:10 +00:00
2025-09-12 23:24:04 +03:00
2025-08-15 15:37:52 -04:00
2025-10-09 10:59:08 -04:00
2025-10-09 10:59:08 -04:00
2025-10-02 23:04:31 +02:00
2025-10-13 11:53:19 +02:00
2025-10-08 17:36:52 +02:00
2025-10-13 11:53:19 +02:00
2025-10-13 10:55:02 +00:00
2025-10-10 17:29:20 -03:00
2025-09-29 18:08:47 +02:00
2025-10-11 13:32:20 +00:00
2025-10-08 12:27:22 -03:00
2025-10-03 17:35:30 +00:00
2025-09-29 10:09:31 -03:00
2025-10-09 12:00:22 +02:00
2025-10-05 13:44:31 -07:00
2025-08-15 13:54:24 +03:00
2025-10-09 12:18:48 +01:00
2025-10-08 17:36:52 +02:00
2025-08-25 14:28:11 -04:00
2025-08-20 12:20:13 +02:00
2025-08-19 20:33:44 +00:00
2025-10-13 12:41:42 +02:00
2025-10-12 18:31:55 +05:30
2025-10-03 16:00:09 -04:00
2025-10-13 11:53:19 +02:00
2025-10-10 17:29:20 -03:00
2025-09-15 03:36:24 +00:00
2025-10-08 12:02:21 -06:00
2025-10-08 21:57:57 +00:00
2025-10-08 23:14:40 +00:00
2025-10-10 19:35:51 +00:00
2025-09-26 11:41:26 -04:00
2025-10-08 17:36:52 +02:00