YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
22 stars 8 forks source link

UI/UX: Language Server errors do not display the full path if it contains spaces #7739

Open scott-dunbar opened 1 week ago

scott-dunbar commented 1 week ago

Description

Language Server notification will not display full path if it contains spaces

If the project path contains a space (project name is "Blank Game_10" image

or in directory image

If the project path contains no spaces it works fine image

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker
  2. Create a new project witha space in the name (or use a directory with a space
  3. due to https://github.com/YoYoGames/GameMaker-Bugs/issues/5251 you will get this error (if it is fixed in the meantime you will have to trigger this error a different way)
  4. See the issue

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

Always

Which version of GameMaker are you reporting this issue for?

2024.800 (Betas)

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

No response

Are you running GameMaker from inside your Steam library?

None

Sample Package Attached?

Sample Project Added?

gnysek commented 1 week ago

Also, if path is very long, it won't fit on screen (except that's already fixed, as from your screenshots it looks there's no such problem anymore).