- AuthorPosts
- January 15, 2009 at 1:48 am #6819yaotParticipant
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!January 15, 2009 at 5:37 am #6820Yutaka EmuraKeymasteryaot wrote:
Dear ALLI 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.
January 16, 2009 at 4:51 am #6823yaotParticipantYutaka 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!January 16, 2009 at 7:10 am #6824Yutaka EmuraKeymasterHow about…
document.Encoding = eeEncodingUnicode;
document.Save( filename );
January 17, 2009 at 5:36 am #6829yaotParticipantYutaka San
ありがとうございますO(∩_∩)O
- AuthorPosts
- You must be logged in to reply to this topic.