Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TAB 按下后未按预期补全 #37

Open
cygbs opened this issue Nov 5, 2024 · 1 comment
Open

TAB 按下后未按预期补全 #37

cygbs opened this issue Nov 5, 2024 · 1 comment
Labels
Bug Something went wrong unexpectily. Low Priority Will not be processed immediately.

Comments

@cygbs
Copy link
Contributor

cygbs commented Nov 5, 2024

BUG描述

许多插件提供 TAB 补全功能,DOM 也不例外。但是 DOM 上的 TAB 补全有很严重的问题。

复现方式

Bug复现步骤:

  1. 使用服务端加载 DOM;
  2. 在命令行中输入 dom ...(除了 dom all_dominion 外的任何子命令),然后按下 TAB;
  3. 命令被自动补全为 dom all_dominion。

正常情况的表现

正常情况下,DOM 应该将 dom ver[TAB] 这样的输入补全为 dom version,而不是 dom all_dominion。

截图

1182545f12ba34c890e676fe2e7a8a57

运行环境:

  • 服务器系统:Ubuntu GNU/Linux, Desktop Version 24.04 LTS
  • 服务端核心:Luminol
  • 服务端版本:This server is running Luminol version 1.21.1-DEV-dev/1.21.1@78cfb0a (2024-11-04T17:14:26Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
  • 客户端版本:Null
  • 插件版本:2.14.6-beta

补充信息

没有补充信息。

@cygbs
Copy link
Contributor Author

cygbs commented Nov 5, 2024

4f4d80257b17bc2999c93ef46e3e163e

顺便说一下,该问题在客户端中同样存在(不论什么版本)。
希望鹿鸣能及时修复这个错误。

@ColdeZhang ColdeZhang added Bug Something went wrong unexpectily. Low Priority Will not be processed immediately. labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something went wrong unexpectily. Low Priority Will not be processed immediately.
Projects
None yet
Development

No branches or pull requests

2 participants