maestrith / AHK-Studio

Created with AHK Studio
http://www.maestrith.com
363 stars 68 forks source link

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

Open GenesisFR opened 3 years ago

GenesisFR commented 3 years ago

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.