Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6164
    leo_zzz
    Participant

    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?

    #6165
    leo_zzz
    Participant

    it’s really a bug i think. it happened again in another system

    #6288
    Yutaka Emura
    Keymaster

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.