CppCXY / EmmyLuaCodeStyle

fast, powerful, and feature-rich Lua formatting and checking tool.
MIT License
139 stars 27 forks source link

默认会在倒数第二个字符上显示背景色 #181

Closed imcloud closed 3 months ago

imcloud commented 3 months ago

IntelliJ IDEA 2024.1.4 (Community Edition)

插件版本:1.5.0.25-IDEA223

问题:

在未进行任何选择操作的情况下,倒数第二个字显示选择状态的背景色

image

如图最后一行‘s’看样子是选中状态,实际上我没有,光标在第六行正准备打字输入

禁用插件后状态会恢复正常

CppCXY commented 3 months ago

这是插件的诊断, 说你不是以新行结束,出于一些原因在idea上无法正常的标记在最末尾的位置

imcloud commented 3 months ago

原来如此,按个回车果然没了