I've made for me an script to save current file in SciTE with setting an time stamp inside this. It looks so: #Region - TimeStamp
; 2011-04-21 14:17:49
#EndRegion
I've used Jos' function "SendSciTE_Command" and it works fine. But using commands to set property (i.e.: "property:SelectionstartLine=" & $line) takes no effect.
So i've solved by using "Send()" - but i'm not happy with this.
Does anyone know, whats wrong by my attempt to set property ?
Here the script: