when run the fallowing code in macro
list = new Enumerator( document.Config.Highlight.List );
for( ; !list.atEnd(); list.moveNext() ){
item = list.item();
….
}
“unhandled win32 exception occurred in Emeditor” . :-(
but for the configurations which contain less keyword, it will not crash like “xml, bat…”.
leo_zzz wrote:
when run the fallowing code in macro
list = new Enumerator( document.Config.Highlight.List );
for( ; !list.atEnd(); list.moveNext() ){
item = list.item();
….
}
“unhandled win32 exception occurred in Emeditor” . :-(
but for the configurations which contain less keyword, it will not crash like “xml, bat…”.
i am in the XP sp2 jap system.
is it a bug?
This should be fixed in the Version 8 beta 3. Please try when it becomes available. Thanks!
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Questions and Answers about Macros’ is closed to new topics and replies.