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-09-22 12:34:24 -07:00
2020-09-22 12:34:24 -07:00
2020-09-16 09:47:21 -07:00
2020-08-19 16:19:09 -07:00
2020-08-19 16:19:09 -07:00
2020-09-29 09:36:30 -07:00
2020-09-30 14:34:50 -07:00
2020-07-09 11:18:39 -07:00
2020-09-29 09:36:30 -07:00
2020-09-29 09:36:30 -07:00
2020-09-22 12:34:24 -07:00
2020-09-22 12:34:24 -07:00
2020-09-09 17:15:03 -07:00
2020-09-16 09:47:21 -07:00
2020-09-16 09:47:21 -07:00
2020-09-16 09:47:21 -07:00
2020-07-07 06:49:51 -07:00
2020-07-07 06:49:51 -07:00
2020-07-07 06:49:51 -07:00
2020-09-11 17:10:00 -07:00
2020-08-17 05:46:39 -07:00
2020-08-17 05:46:39 -07:00
2020-10-15 09:54:06 -07:00
2020-07-07 06:49:51 -07:00
2020-08-19 06:49:39 -07:00
2020-09-11 08:55:37 -07:00
2020-07-07 06:49:51 -07:00
2020-09-16 09:47:21 -07:00
2020-09-16 09:47:21 -07:00
2020-09-16 09:47:21 -07:00
2020-09-11 21:18:35 -07:00
2020-07-07 06:49:51 -07:00
2020-06-17 13:35:21 -07:00
2020-08-19 06:49:39 -07:00
2020-08-19 06:49:39 -07:00
2020-08-19 06:49:39 -07:00
2020-08-31 16:01:38 -07:00
2020-09-16 09:47:21 -07:00
2020-09-16 09:47:21 -07:00
2020-09-16 09:47:21 -07:00
2020-07-09 11:18:39 -07:00
2020-08-20 16:50:06 -07:00