Chris Bracken
b715d3f21d
Migrate TextInputPlugin API to TextRange ( #21854 )
...
Replaces selection_base() and selection_extent() with selection() and
SetSelection(int, int) with SetSelection(range).
This also adds the following convenience methods to TextRange:
* reversed()
* Contains(size_t position)
* Contains(const TextRange& range)
as well as operator== for use in unit tests. When Flutter migrates to
C++20, we can replace that method with a default declaration.
2020-10-15 09:54:06 -07:00
..
2020-10-14 16:30:40 -07:00
2020-09-11 21:18:35 -07:00
2020-09-16 14:13:06 +12:00
2020-10-14 16:30:40 -07:00
2020-07-03 09:37:51 +12:00
2020-07-02 09:35:00 +12:00
2020-07-02 09:35:00 +12:00
2020-08-28 09:57:14 +12:00
2020-08-05 10:35:03 +12:00
2020-05-20 09:14:28 +12:00
2020-06-03 06:21:46 +12:00
2020-05-20 09:14:28 +12:00
2020-09-11 21:18:35 -07:00
2020-08-05 10:35:03 +12:00
2020-10-06 11:17:19 -07:00
2020-10-06 11:17:19 -07:00
2020-10-06 11:17:19 -07:00
2020-06-09 12:20:06 +12:00
2020-10-06 11:17:19 -07:00
2020-09-11 17:10:00 -07:00
2020-09-11 21:18:35 -07:00
2020-09-11 21:18:35 -07:00
2020-09-11 21:18:35 -07:00
2020-09-13 14:44:25 -07:00
2020-09-13 14:44:25 -07:00
2020-09-13 14:44:25 -07:00
2020-06-03 06:21:46 +12:00
2020-06-03 06:21:46 +12:00
2020-05-21 12:53:15 +12:00
2020-06-12 09:11:36 +12:00
2020-05-21 12:53:15 +12:00
2020-09-25 10:33:38 +12:00
2020-09-25 10:33:38 +12:00
2020-05-21 12:53:15 +12:00
2020-09-11 21:18:35 -07:00
2020-08-05 10:35:03 +12:00
2020-06-03 06:21:46 +12:00
2020-10-12 19:32:02 -07:00
2020-09-15 08:05:12 -07:00
2020-06-10 14:16:42 +12:00
2020-10-06 16:29:12 -07:00
2020-06-10 12:02:24 +12:00
2020-06-17 06:25:48 +12:00
2020-06-17 06:25:48 +12:00
2020-05-27 13:39:48 +12:00
2020-09-16 14:13:06 +12:00
2020-06-17 06:25:48 +12:00
2020-09-16 09:07:01 -07:00
2020-09-16 14:13:06 +12:00
2020-10-14 16:30:40 -07:00
2020-10-13 15:54:44 +13:00
2020-09-16 14:13:06 +12:00
2020-09-16 14:13:06 +12:00
2020-05-20 09:14:28 +12:00
2020-06-03 06:22:52 +12:00
2020-09-11 21:18:35 -07:00
2020-06-03 06:22:24 +12:00
2020-09-11 21:18:35 -07:00
2020-05-20 09:14:28 +12:00
2020-09-11 21:18:35 -07:00
2020-10-15 09:54:06 -07:00
2020-08-03 10:44:20 +12:00
2020-09-11 21:18:35 -07:00
2020-09-11 21:18:35 -07:00
2020-10-13 15:54:44 +13:00