Files
mirage/example/test_thread
nanako 702629bac3 Implement text model and selection management for UTF-32 text handling
- Added `text_model` class to manage text content and selection state, supporting UTF-32 storage for accurate character-level operations.
- Implemented UTF-8 to UTF-32 conversion functions for seamless text input.
- Introduced `text_selection` class to represent selection ranges using anchor/focus model.
- Added methods for text insertion, deletion, and selection management, including word boundary detection.
- Implemented maximum length constraints for text input.
- Provided callback mechanism for text change notifications.
2025-12-13 13:06:46 +08:00
..
2025-12-07 13:11:02 +08:00