# I have pToolSet 7.11 and my esc key the "/" but I can't figure out # how to run the script, they are already in my script pad, thanks in # advance. You sould...
Hi Guys: I was out of town for just a couple of days and I see a lots of questions were asked while I was gone. Please give a some time to catch up. I'll ...
Hi Maya: # Here is the task I am trying to accomplish - eliminate all repeating # [i.e. more than one in a row] spaces/tabs/end of lines, replacing them with #...
Hi Thelms: I think pedit's manual explains that usually more then one /&tap[] in one script usually doesn't work. Same with strokes. The solution is usually...
Hi John: # 1. WITHOUT regex, replace all returns with ~ # # 2. Search for ~(@1:[A-Z]{4,}) replace with ~~\1 # # 3. Change all the ~'s back to returns Shoot....
... I'd be more than happy if pedit's REGEX was BBEdit compatible. Would save me having to switch brains when I switch text editing software. Could you...
Hi John: # I'd be more than happy if pedit's REGEX was BBEdit compatible. Would # save me having to switch brains when I switch text editing software. It is...
I'm coming late to the thread, but: O PalmOne, please keep at least one thumb board model. I find that being able to enter things one handed is enormously ...
... BBEdit saves GREP patterns. So does pedit. Sync 'em! (Only joking) ... I was presuming BBEdit's regex implementation *was* mainstream, since it works the...
Hi Paul, I trust you enjoyed your days away from the rat race. Is there a way to set different start up prefs for different pScriptTools. For instance, in some...
# Is there a way to set different start up prefs for different pScriptTools. # For instance, in some pScriptTools I need a Favourites startup and for # another...
Hi, I have a problem running Pscripts from PToolSet modules. For example, if I am inside PMemoTool and I try to run one any predefined Pscript of mine (Which...
Hi, Is there a way to invoke PScriptTool from Pedit? I think this tool is much superior then the option of downButtonSliding the Q screenbutton from within...
... Hi Maya, Search for /xE in the manual and read the following section: "/xE" is a the prefix for the "ESC key generator" tokens This will probably answer...
... Thanks for your promot reply. I have seen that section of the manual, but does that mean every script of mine has to include an /xE command? and if so -...
... What I wanted is somethink more like assigning it to the screenbuttons (i.e. replacing the defualt activity of the DirectionalDownLided 'Q' ) Maya...
Paul / peditors, I'm still trying to manipulate ShadowPlan with pScripts. I've modified the script below to call menu ID's whenever possible. I've separated...
# I'm still trying to manipulate ShadowPlan with pScripts. I've # modified the script below to call menu ID's whenever possible. I've # separated the scripts...
Hi Maya: # What I wanted is somethink more like assigning it to the screenbuttons # (i.e. replacing the defualt activity of the DirectionalDownLided 'Q' ) You...
# Thanks for your promot reply. I have seen that section of the manual, # but does that mean every script of mine has to include an /xE command? # and if so -...
I feel terribly stupid, it took me two hours to be able to launch the Hi World! script, so I'm still trying, I read the Michael Connick article on pscripting...
I read it in the manual but where do I initiate this swipe, can someone please give me the how to launch pscript for dummies version, I have ptoolset 7.XX and...
Hi Jorge: # I read it in the manual but where do I initiate this swipe, can someone # please give me the how to launch pscript for dummies version, I have #...
The pScript I use most often is this one, it's for pToolSet, and repeats the last pScript I ran: pScript_XX {scriptAgain:: /xEpmt A /*start pScriptTool from...