Enhance terminal functionality and refactor Git services - #282
Open
teenageswag wants to merge 29 commits into
Open
Enhance terminal functionality and refactor Git services#282teenageswag wants to merge 29 commits into
teenageswag wants to merge 29 commits into
Conversation
Collaborator
|
Спасибо большое! Но я не могу принять твой PR: Откуда ты взял терминал? Нужно указать что это за репо, а также лицензию (как в Hex Editor и Code Editor) Ещё, редактор кода не должен напрямую обращаться к компоненту Git. Это должно происходить через единый интерфейс для всех модулей, то есть через TabBase.h. |
Contributor
Author
Collaborator
|
Слушай, никак нельзя через сабмодули сделать? |
Collaborator
|
а, это поддиретории. не получится |
Collaborator
|
в остальном все нормально. жду исправления касающиеся модульности |
This was
linked to
issues
Aug 27, 2026
Collaborator
Contributor
Author
|
панель скрывается, если терминалы закрыты. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Закрыты #275 и #100
Git логика вынесена в отдельный модуль и разделена на сервисы по зонам ответственности.
Старый терминал (QPlainTextEdit + QProcess) заменён полноценным VT эмулятором на базе Qt Creator TerminalLib и libvterm.

Добавлены нативные PTY-бэкенды:- Windows — ConPTY.
Linux/macOS — openpty.
Появилась корректная обработка ANSI/VT-последовательностей, цветов, курсора, выделения, прокрутки, мыши и изменения размера терминала.
Добавлены copy/paste, открытие ссылок, масштабирование текста, перезапуск и остановка shell.
Реализован выбор shell: PowerShell/cmd на Windows, $SHELL/bash/sh на Unix.
Добавлены вкладки терминала с созданием, переключением и закрытием отдельных процессов.
Добавлены тесты PTY-процесса.
комит вышел большим потому что я забыл что когда то затрагивал терминал