Xwidget 1.9.1.402
==========
problem:
in the Script Editor,
if i undo more than i have do, an extra text will be added to the first line of Code
the text that will be added is: "script code"
even if there is something in the first line,
after undoing this text will be added before the text of the first line (on the same line)
i mean:
-if you don't do anything in Script Editor and use Undo
or
-if you do something and Undo more than you do
the "script code" text will be added to the first line of the code
Example:
if there is something in the first line of script code, for example:
Code:
function widgetOnLoad()
after extra undoing the first line will be:
Code:
script codefunction widgetOnLoad()