Post by WinEdt TeamPost by Paulo GilI was a fan of the complete and completeWord macros but found out
that they don't work in WinEdt 8.
The Complete Word in Tools (Ctrl+Enter) is really not the same as
it generates too many options.
Any idea if there is plans to update these macros?
Correct me if I am wrong but as far as I can see the macros are
perfectly compatible with WinEdt 8 and need no updating.
Just like before you probably want to create a menu interface and
assign a shortcut to them.
What exactly is a problem with these macros in WinEdt 8 as opposed
to older versions (which one) of WinEdt?
Hi,
Thanks for replying.
In the page of the macros is stated that they are for versions 6,
5.3-5.6. There is no installation procedure that can be applied to
WinEdt 8 but I tried to put the code:
MENU="userdefined"
ITEM="Complete"
CAPTION="&complete"
MACRO="Exe('%b\Macros\text\complete.edt');"
SHORTCUT="Ctrl+."
END="userdefined"
in Menus and Toolbar.../Popup Menus in the Options Interface (seemed
like the best place, by analogy with the instructions to previous
versions) but it doesn't work and does not provide any hint why (the
shortcut is just ignored) [Hum, I realize I should have told this before...]
I do not master WiEdt's macro language but the code is small, I'm pretty
sure that there are no obvious mistakes in the path and things like
that. I even remembered to save the PopupMenus.ini file and reload the
options :)
I'm clueless here. Any suggestions?
Best regards,
Paulo