CodeEditApp / CodeEditApp/CodeEdit

✨ Pinch to increase/decrease font size

Abierto
#1,210 1 comentario 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
Swift
Estrellas
23k
Forks
1.2k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### Description

We can do pinch-to-zoom, but it has to be smooth.

Perhaps we pinch and initially zoom during the gesture (not change the font size), then after the gesture ends, reset the zoom and adjust the font size to the same visual size when it was previously zoomed which would wrap the text as expected.

That would appear to the user like this:
1. Gesture (Pinch to zoom) starts
2. Gesture ends
3. Text immediately reflows to wrap

What actually happens:
1. Gesture (pinch-to-zoom) starts
2. Text view zoomed - remaining anchored to the left
3. Gesture ends
4. Zoom amount multiplier captured
5. Text view zoom restored
6. Font size is multiplied by the zoom amount multiplier previously captured
7. This gives the appearance of the text reflowing to wrap

This behavior can be seen when looking at the Find Navigator, doing a search, and resizing the navigator sidebar. Notice it doesn't reflow the text until releasing the mouse to commit the size.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.