EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.72k stars 285 forks source link

Impossible to change Color of Operators! #541

Closed erisoals closed 1 year ago

erisoals commented 1 year ago

Environment(环境)

name version
IDEA version IntelliJ IDEA 2023.1.1 (Community Edition) Build #IC-231.8770.65, built on April 27, 2023
EmmyLua version v1.3.20-IDEA231
OS Windows 7

What are the steps to reproduce this issue?(重现步骤?)

  1. Run IntelliJ IDEA
  2. Install EmmyLua
  3. Open Settings of IDEA (Ctrl+Alt+S) go to Editor-Color Scheme-Lua-Braces and Operators-Operators, on the right side: Uncheck "Inherit values from:", check "Foreground", choose some color, click on Apply and Ok buttons.

What happens?(出现什么问题?) Nothing. Color of Operators, such as <, =, ==, + - does NOT change. In addition, when we click on Operators, in the sample window below nothing is selected. That is obvious bug. …

What were you expecting to happen?(期望?) I was expecting that Colors of Operators, such as <, =, +, -, >, == will change, but they don't! …

Any logs, error output, etc?(有没有什么log, error输出?) Screenshot after choosing "Operator" is attached. As we can see nothing happens in the sample window below.

Any other comments?(其它说明) Please fix this bug, thank you! … 2