Hey, thanks for the great idea, and sharing, but it doesn't work on the latest Scite4Autoit3.
I'm guessing it has something to do with the file "C:Users<user name>abbrev.properties" now has nothing but this in it (after a fresh install):
import au3abbrev
import au3UserAbbrev
EDIT: i fixed it in the source code, by changing this line:
Global $sAbbrvProp_File = @UserProfileDir & "abbrev.properties"
to
Global $sAbbrvProp_File = @UserProfileDir & "au3abbrev.properties"
Though I've never used it till today, it seems to be working right.
Thanks for your work, MrCreatoR!
Edited by lee321987, 30 August 2012 - 02:50 PM.