🐞 Default tab size is incorrect (set to 4 but is only 3), changing it does not work

未关闭
#357 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
48/100
Issue 类型
缺陷
描述清晰度
描述清楚
活跃度
停滞
技术栈
swift
领域
tooling

调研方向

从 Text Editing 设置开始,跟踪 tab-size 值如何传递到编辑器视图;issue 中未指定具体文件或测试。复现默认值和修改大小的情况,包括重启之后的情况;当编辑器始终使用配置的空格数时,即可认为 issue 完成。

由索引模型根据 Issue 内容生成。

描述

bug
Description

The default tab size is set to 4 in settings, but it is actually 3 in the editor window when counted against spaces. Changing the tab size in settings does not change the editor. A restart is also not honouring the changed tab size setting.

To Reproduce
  1. Go to settings->Text Editing
  2. Default tab size is set to 4 spaces and Prefer Indent is set to Tabs
  3. Close Settings.
  4. Type 4 spaces in the editor
  5. Type newline and a tab
  6. Notice that the tab only equals 3 spaces, not 4.
Expected Behavior

Tab size should be equal to the number of spaces set in settings, by default: 4 spaces not 3.

Version Information

CodeEdit: 0.3.6 (47)
macOS: 15.7.1
Xcode: Version 26.1.1 (17B100)

Additional Context

No response

Screenshots
Image Image

Changing tab size to some other value (here: 8) does not change the editor (also not after restart of CodeEdit):

Image
主要语言
Swift
星标
720
派生
162
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

CodeEditApp/CodeEditSourceEditor 的其他 Issue

查看 CodeEditApp/CodeEditSourceEditor 的全部 Issue

相似的 Issue

更多 Swift Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。