Search found 1 match
- Tue Feb 28, 2006 7:02 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Macro, Wizard and Customizing
- Replies: 1
- Views: 2975
clipboard contents as replacement tokens
I have used macro languages in other text editors that use the clipboard contents as a 'replacement tokens.' This means that complex routines (looping through an array) can be accomplished with a keystroke: eg: clipboard contents=myArray becomes (for php): $myArrayCounter=0; $myArrayCount=count ...