Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9825
    emuser1
    Member

    Emeditor 11.02. Most time I want reload the chinese simplified(GB2312). So, I want ‘Customize menu’ Reload–>Chinese simplified(GB2312).

    But, I can’t do it.I can put ‘Defined Encoding’ on my ‘Reload’ menu, but show me ‘many encode’ very alow to choice.

    So, Any Method Can I reload Chinese simplified(GB2312) with Faster ?

    Customize toolbars with Reload–>Chinese simplified(GB2312). ?

    Thanks. Hope help.

    #9827
    Yutaka Emura
    Keymaster

    Please use the following macro (.jsee).

    strFileName = document.FullName;
    document.close();
    editor.OpenFile( strFileName, 52936, eeOpenAllowNewWindow );

    Thanks!

    #9829
    emuser1
    Member

    That not working.
    after save the macro and run. emeitor direct close.

    I hope can customize ‘single encode’ menu is better. such as UTF8.

    macro also slow and more procedure. if set customer menu just need press–reload and GB encode. 2 proccess only.

    but on default need file—>reload select scroll down , need 4 proccess.

    thanks.

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