[1131] 移除 mgs 格式#3858
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 删除 mgs 插件及格式定义 - 从白名单、菜单、偏好设置中清理 mgs 引用 - stem 作为继任格式保留 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
stem格式已完全替代mgs,本 PR 彻底移除mgs文件格式及相关 UI 配置。Changes
TeXmacs/plugins/mgs/progs/data/mgs.scm及TeXmacs/plugins/mgs目录init-research.scm中移除(lazy-format (data mgs) mgs)new_buffer.cpp的attach_subformat白名单中移除"mgs"tm-files.scm的自动备份白名单与注释中移除mgsfile-menu.scm、edit-menu.scm的开发者工具隐藏格式列表中移除"mgs"preferences-menu.scm中移除 "TeXmacs -> Mogan Scheme" 子菜单preferences-widgets.scm中移除mogan-scheme-preferences-widget及其 Conversion Tabdevel/1131.md任务文档Test plan
gf fmt --changed-since=main通过xmake b stem编译通过xmake r 70_7通过,确认stem格式注册正常🤖 Generated with Claude Code