You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(chat-font): add independent font settings for AI chat
Allow the AI chat view to use its own font family, size, and hinting
policy, independent of the editor's Default Font.
- The new "Use default font" toggle (on by default) preserves the
existing behavior of tracking the editor font live
- When disabled, ChatFont/{Family,SizePt,Sharpen} settings take over,
with the app UI font as the initial fallback so the picker shows
something sensible on first use
- All four ChatFont signals are wired into applyChatFont() so the view
stays live regardless of which mode is active
- Hinting policy is applied in both branches to keep thin fonts sharp
in the Qt widget layer, matching the Scintilla editor side
0 commit comments