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

Accessing the documentation doesn't always respect help settings #236

Open
GenesisFR opened this issue May 22, 2021 · 0 comments
Open

Accessing the documentation doesn't always respect help settings #236

GenesisFR opened this issue May 22, 2021 · 0 comments

Comments

@GenesisFR
Copy link

GenesisFR commented May 22, 2021

When the line where the caret is located doesn't have a recognized command, accessing the help with F1 (or from Help -> Command Help) won't apply the help settings (ex: dark theme).

bAiming := true
OutputDebug, bAiming(%bAiming%)
SendInput % bAiming ? "{" . aimKey . " down}" : "{" . aimKey . " up}"

For example in the lines above, accessing the help from lines 2 and 3 would work fine but doing the same from line 1 seems to perform two searches and you end up with default help settings.

@GenesisFR GenesisFR changed the title Accessing the documentation for an unrecognized command doesn't respect help settings Accessing the documentation doesn't always respect help settings May 22, 2021
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

1 participant