- AuthorPosts
- September 2, 2008 at 2:47 am #6164leo_zzzParticipant
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?
September 2, 2008 at 1:33 pm #6165leo_zzzParticipantit’s really a bug i think. it happened again in another system
October 2, 2008 at 5:52 am #6288Yutaka EmuraKeymasterleo_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!
- AuthorPosts
- You must be logged in to reply to this topic.