chuckf: -------------------------------------------------------------------------------- Hi,
I'm trying out PSPad for the first time. Trying to replace GWD Text editor that I've been using for about 10 years. (With many macros, scripts and plugins written in that time.) I have a number of simple macros that I would like to implement. It looks like I can only assign 4 shortcuts or I am missing something really basic? Or, is the only way to use scripts? Is the only way to assign a keyboard shortcut to use the addMenuItem() method? I don't care for this since the assigning of keyboard shortcuts is then scattered in many places and it's hard to keep track of them all. I like the Settings -> Program Settings -> Key Map -> Print button. It helps me be able to search for specific items. Thanks for any tips. chuckf -------------------------------------------------------------------------------- Macro and scripting are different functionalities in PSPad. With macro you can basically record some editor actions with several limitations (no search and replace, only few macros can be assigned to a shortcut ...). WSH Scripting is much more powerful, but you have to keep track of the scripts the shortcuts used. (See ...\PSPad\Script\readme.rtf for a short documentation). The scripts have menu items under "Scripts" with or without shortcuts - using the mentioned addMenuItem(). vbr -- <http://forum.pspad.com/read.php?2,51900,51905> PSPad freeware editor http://www.pspad.com
