EmEditorみんなでまとめサイト

次の小なりへ

最終更新:

匿名ユーザー

- view
だれでも歓迎! 編集

次の小なりへ

むずがゆいところに手が届くシリーズ
次の小なりへ移動するマクロです
HTMLのキーマップの「Alt+→」とかに割り当てるとイイカモ。

var target;
document.selection.CharRight(true,1);
target = document.selection.Text;
document.selection.CharLeft(false,1);
if(target=="<"){
    document.selection.CharRight(false,1);
    document.selection.Find( "<", eeFindNext );
    document.HighlightFind = false;
    document.selection.CharLeft(false,1);
}else{
    document.selection.Find( "<", eeFindNext );
    document.HighlightFind = false;
    document.selection.CharLeft(false,1);
}

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

目安箱バナー