Why is my macro not working?
-
I wrote such a macro, but it does not want to work:
<Macro name="Clickable Link Settings (on\off)" Ctrl="no" Alt="no" Shift="no" Key="0"> <Action type="2" message="0" wParam="6319" lParam="0" sParam="" /> </Macro>
Team number taken from english.xml file
<Item id="6318" name="Clickable Link Settings"/> <Item id="6319" name="Enable"/>
-
Items in the Preferences typically aren’t macroable.
-
the reason is that this is an id of an dialog item and not a message
which can be send. Let me see if I can understand how this is done
internally and see if there is a chance to workaround. -
is seems npp doesn’t use internal windows messages in this case,
instead it is changing the nppGUI parameters on the fly.This means that the only reliable way to do what you want to do is to automate the settings dialog for it. Let me know if I can help out with a python script.
-
@Alan-Kilborn @Ekopalypse Hi everyone!
It is a pity that it is not possible to make your own macro for each operation))
@Ekopalypse There is no great need to write python script.
Thank you all for your help! -
Have same problem, restart macro