in reply to Programmer Efficiency / dmacro

The macros I use in UltraEdit are:

* Template for a method

* Template for a property

"$self->"

"->"

"{}" (setting the cursor in between)

" {
}" (setting the cursor at the new line)

As you can see, I try to avoid typing common and weird characters that are difficult to produce on a Swedish keyboard. This has really sped up my Perl typing and reduced typing errors.


/J