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
Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell)
ZIP allegato
🔄 Modifiche
feat(find): pro-editor search, correct highlighting and transparency - highlight all occurrences on every search; current match distinct (orange + line band) from the others (faint yellow), light/dark themes ok - themed results list (no more unreadable black background) - fix character/byte UTF-8 offset: highlights no longer land on the wrong words on lines with accents - no "ghost" markings: cleanup on every search and on close - removed double highlighting (smart highlight) + suspended during search - new adjustable transparency for the Find window (persisted in Settings) - i18n: label.transparent / tooltip.find_* keys in it/en/de/es/fr/pl
Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell)
ZIP allegato
🔄 Modifiche
tok/s live anche durante la fase di thinking
Aggiunta la visualizzazione dei token/secondo generati dai modelli locali Ollama e llama.cpp nel pannello del plugin AI plugins/ai_plugin.py
feat(ai-plugin): migliora UI chat con Markdown, bolle e colori dal tema Riprogetta il pannello chat del plugin AI (_AIPanel) per risolvere il problema del testo utente/AI mescolato e poco leggibile: - Rendering Markdown delle risposte AI via python-markdown (con fallback se la libreria non e' installata): titoli, liste, grassetto, tabelle e blocchi di codice ora formattati. - Bolle/card separate per ogni messaggio con intestazione "Tu" / nome modello; sfondi distinti per utente e AI. - Font UI di default per il testo discorsivo, monospace solo nei blocchi di codice. - Colori letti dal ThemeManager attivo (helper _chat_palette) al posto dei valori hardcoded: leggibile su temi chiari e scuri. - Streaming: testo grezzo durante la generazione, re-render Markdown a fine risposta (_rebuild_chat). I messaggi di sistema mantengono il colore d'accento (warning/errore). - i18n: nuova chiave label.ai_role_user in it/en/de/fr/es/pl.
Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell)
ZIP allegato
🔄 Modifiche
Added a Windows menu listing open files between Plugins and Help
fix typewriter mode: dead zone (configurable, default 3 lines) and visual-line scroll for word wrap; remove redundant smart_typography/sentence_focus prefs