Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6819
    yaot
    Participant

    Dear ALL

    I often call one macro to find something;
    In the macro I use regex “画面|移動|名称|…”(a lot of Japanese words), so after finding process is over, the title of the result tab is very long;

    I know in the menu “Tools → Customize… → Tab → Width”, I can choose option “Truncate only when longer than specified width” or “Fix to specified width”, but how I can avoid the long tab title through macro?

    Please help me;
    Thank you very much!

    #6820
    Yutaka Emura
    Keymaster

    yaot wrote:
    Dear ALL

    I often call one macro to find something;
    In the macro I use regex “画面|移動|名称|…”(a lot of Japanese words), so after finding process is over, the title of the result tab is very long;

    I know in the menu “Tools → Customize… → Tab → Width”, I can choose option “Truncate only when longer than specified width” or “Fix to specified width”, but how I can avoid the long tab title through macro?

    Please help me;
    Thank you very much!

    Unfortunately, you cannot change this tab style from macros.

    #6823
    yaot
    Participant

    Yutaka San

    Thank you for your reply!
    I try to save the find result to another file in order to rename it !
    If there is a macro function to save this result file as UTF-16LE coding but without poping up “Save as…” dialog;

    Please help me;
    Thank you very much!

    #6824
    Yutaka Emura
    Keymaster

    How about…


    document.Encoding = eeEncodingUnicode;
    document.Save( filename );

    #6829
    yaot
    Participant

    Yutaka San

    ありがとうございますO(∩_∩)O

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