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
Bug B-009 (lsp_client.py): subprocess.TimeoutExpired nach process.kill() wurde nicht
gefangen, was _reader_thread.join() übersprungen hätte. Zweiter wait()-Aufruf jetzt in
try/except eingebettet; finally-Block schließt Streams und setzt self.process = None.
Bug B-010 (core/editor.py): Beim Auto-Close mit aktiver Textauswahl wurde die Auswahl
verworfen statt umschlossen. Jetzt wird selectedText() mit dem Bracket-Paar umhüllt;
U+2029 (Qt-Paragraph-Separator in mehrzeiligen Selections) wird vor dem Einfügen zu \n
normalisiert.
Bug B-008 (ui/main_window.py): closeEvent verwendete veraltete QMessageBox.Yes/No-
Kurznamen statt QMessageBox.StandardButton.Yes/No (Deprecation-Hygiene für PySide6 6.x).
Tests: 8 neue Regression-Tests in 3 Dateien (46+1 skipped gesamt, alles grün).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments