pspad:
--------------------------------------------------------------------------------
Does he uses scripts in PSPad? Which ones are
instaled?--------------------------------------------------------------------------------
Yes, we use a lot of VB Scripts in PSPAD!
pspad:
--------------------------------------------------------------------------------
I would appreciate if he can remember what was his last action before it
occurred.--------------------------------------------------------------------------------
He opened a '.bat' file (windows script), searched for some content, edited and
saved it. During the edition, an action he remembers was the execution of a
Script that puts a 'rem ' (comment) at begin of line. This script do some
actions like this:
set editor = newEditor()
editor.assignActiveEditor
if editor.readOnly() then
exit sub
end if
editor.caretX(1)
editor.command "ecInsertLine"
editor.selText "rem "
I checked the entire execution of this script and I didn't find any other
command that place content in the editing area except 'ecInsertLine' and
'selText "rem ".
I also searched for the "ITEM46" content that appears in the screenshot and
found nothing in the PSPAD executable and in none of the scripts we use. It
seems that the binary content is some 'pointer operation' that is putting the
strange content from memory of running processes in the middle of the text.
We don't discard that the problem is in some of the scripts that we execute,
because they interact a lot with PSPad, we will expand the log on them as a
better way to investigate this too.
Sandro.
--
<http://forum.pspad.com/read.php?4,66508,68318>
PSPad freeware editor http://www.pspad.com