1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Everything と Paper Plane xUI の連携

Last updated at Posted at 2014-08-10

Everything と Paper Plane xUI の連携

Everything Version 1.3.4.686 から Paper Plane xUI (PPx) の PPc で検索したファイルへカーソルを合わせることができなくなっていたので設定を修正。
% を $% へ書き換えた。以前は % はそのまま使えたはずだけど、エスケープしないといけなくなったのかな? 確かにヘルプには記載されている Customizing

一体化ウィンドウの左側の pane で、新しくタブを開くように設定変更。

open_folder_command2=$exec("C:\PPx\PPCW.EXE" -pane:0 "%1")
open_file_command2=$exec("C:\PPx\PPCW.EXE" -pane:0 -k $%J"%1")
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?