ahk_library icon indicating copy to clipboard operation
ahk_library copied to clipboard

move String class initialization to method

Open maul-esel opened this issue 12 years ago • 3 comments

Doing so has two advantages:

  • the user can not be surprised by behaviour he did not explictly enable
  • #includes outside the auto-execute section still work

maul-esel avatar Aug 30 '12 12:08 maul-esel

Good idea, I just implemented this in a different way in LIB_CORE

lordkrandel avatar Oct 11 '12 06:10 lordkrandel

Didn't test yet, but I can't imagine this to do the same thing?! Did you look at my code?

maul-esel avatar Oct 11 '12 12:10 maul-esel

hrm... I've left things unfinished and something got broken. Have a look at the latest commits anyway.

lordkrandel avatar Oct 11 '12 13:10 lordkrandel