【開発中】 萌ディタat SOFTWARE
【開発中】 萌ディタ - 暇つぶし2ch989:名無しさん@お腹いっぱい。
05/12/01 21:07:02 gpAo7X5K0
/* F1: キーワードヘルプ */
f.onKeyF1 = function (arg, classname, methodname) {
  invoke(arg, this.parent, methodname);
  var c = App.Caret;
  var Keyword = "";
  var HelpFile  = " " + "C:/dlapp/moeditor/doc/contents.chm";
  var KeyHH = "KeyHH -#klink" + " ";
  // ヘルプの存在をチェック
  var fs = new ActiveXObject("Scripting.FileSystemObject");
  if(! fs.FileExists(HelpFile)) {
    App.Alert("ヘルプの指定が不正です");
    return;
  }
  if(App.Caret.Selection.Mode == 0) {
    // カーソル位置の単語を取得
    Keyword = GetWordAtCaret();
  } else {
    Keyword = c.Selection.Text;
  }
  // ヘルプ起動
  var wsh = new ActiveXObject("WScript.Shell");
  wsh.run(KeyHH + Keyword + HelpFile );
}
GetWordAtCaretについてはHSPクラスをみてください
>>988
thx


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch