YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
24 stars 8 forks source link

Code Editor 2: matching brackets in CE2 are highlighted in a very subtle way compared to CE1 #8096

Open gnysek opened 1 day ago

gnysek commented 1 day ago

Description

In CE1, matching brackets are highlighted with cyan bg:

obraz

In CE2, if "Rainbow brackets" are turned off, it's nearly not visible where matching bracket is, they have some gray bg:

obraz

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker
  2. Put cursor after {, }, ( or )
  3. Compare differences between CE1 and CE2 in that case, as on images above.

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

2024.1100 (Betas)

Which operating system(s) are you seeing the problem on?

Windows 11

KormexGit commented 1 day ago

This color is also missing from themes, you can change the main selection color and the line selection color, but not the selection match color:

image

skud92 commented 1 day ago

CE1 is more readable, we should use this and have the option to change in preferences if the user wishes

gnysek commented 1 day ago

Yes, it's more readable in CE1, with selected text and default colors, it's even hard to notice that brackets are highlighted in CE2: obraz