You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which puts the `22064` that I found with NppUISpy in between the two **Select All** instances.
112
+
- Please note that many recorded editor commands (like copy, paste, home, etc) will be `type="0"` with the scintilla command in the `message="..."` field; whereas menu commands like the plugin command will be `type="2"` and put the menuCommandID into the `wParam="###"` field. See the [user manual's `<Macro><Action>` details](https://npp-user-manual.org/docs/config-files/#attributes-for-the-action-tag) for more.
112
113
- Save the `shortcuts.xml` and restart Notepad++.
113
114
114
115
At this point, running your macro should do the select all, the conversion, the select all, and the copy.
0 commit comments