水銀をphpedに統合する手順を誰でも投稿できますか?MercurialとPHP IDEを統合するには?
私は彼らのフォーラムで一つのメンバーによって記載されている次の手順を実行し、続い:
行うにはどのような:コミットショートカット の作成*お持ちでない場合はMercurialのインストール。私はc:\ development \ Mercurial \ に私のものをインストールしました。PHPEd設定>ツール>統合に行きます * "Hg"(またはMercurialまたはそれを呼びたいもの)という新しいメニューを作成します。 *新しいSub
o Execute with "Shell"
o Command line: D:\Program Files\TortoiseHg\hg.exe commit @[email protected] --cwd @[email protected]
o Check off "Show this command in File Bar popup" (optional)
o Shortcut: CTL-SHIFT-M (or anything you like)
o Check off Redirect Error stream to Log Window and Redirect Output to Window
をしかし、私はコミットするとき、私は次のエラーを取得する:
Script D:\Program Files\TortoiseHg\hg.exe commit createXML.php --cwd D:\xampp\htdocs\XML\
Script Failed to run command "D:\Program", error code: 2, system description: "The system cannot find the file specified.
とても簡単でした。それは働いた:) –
現在、上記の設定はコミットメッセージを書き留めるメモ帳を開きます。 Notepad ++やTortoiseHg独自のコミットウィンドウを開く方法はありますか? –
私はその質問に対する答えはわかりません、申し訳ありません。 –