We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c564879 commit e2ac09fCopy full SHA for e2ac09f
plugins/Timestamps.xml
@@ -70,8 +70,9 @@ Date/time
70
purpose="Adds a timestamp to each line in the output window"
71
save_state="y"
72
date_written="2010-09-25 14:02:11"
73
+ date_modified="2011-05-20 16:05:00"
74
requires="4.62"
- version="1.0"
75
+ version="1.1"
76
>
77
<description trim="y">
78
<![CDATA[
@@ -127,6 +128,10 @@ function OnPluginDisable ()
127
128
129
end -- OnPluginDisable
130
131
+function OnPluginClose ()
132
+ OnPluginDisable ()
133
+end -- OnPluginClose
134
+
135
function OnPluginEnable ()
136
137
SetAlphaOption ("timestamp_input", TIMESTAMP_INPUT)
0 commit comments