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

Strange messages in the status bar #4

Open
coolvitto opened this issue Aug 26, 2024 · 8 comments
Open

Strange messages in the status bar #4

coolvitto opened this issue Aug 26, 2024 · 8 comments

Comments

@coolvitto
Copy link

Some of the debug menus have strange status bar messages when you hover over them.
The snapshot being used is "snapshot_2024-08-26_18-37".

snp-5

@mrexodia
Copy link
Member

These are not triggered by the hovering, it's the message explaining why the program has paused (there was an int3 breakpoint in gdi32full.dll).

@coolvitto
Copy link
Author

Do such messages appear even if debugging has not started?

@mrexodia
Copy link
Member

Ah you're right, there is a description field for some of the actions:

image

@coolvitto
Copy link
Author

Yes.
Most menus have explanatory text for their commands, but some have strange messages.

@mrexodia
Copy link
Member

I think some just do not have any messages and then it displays whatever was displayed before?

@coolvitto
Copy link
Author

This problem doesn't occur when I don't have any files open, but it seems to occur when I open a file.
snp-7

I've tried a few other languages, but this problem seems to only apply to Japanese.

My guess is that this problem occurs with menu commands that don't have a message to display in the status bar.
I tried changing the language to English, but even in English there is no status bar message for this menu command.
snp-6

@mrexodia
Copy link
Member

Yeah so there is no issue? Those commands just don't have a description, but once the description is added it will show up in the translations automatically!

@coolvitto
Copy link
Author

That's true.
I don't think it's something to worry about for everyday use, so I'll wait and see how it goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mrexodia @coolvitto and others