Example #1
0
 public function __construct()
 {
     parent::__construct('gvim +%2$d %1$s > /dev/null &');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct('gedit %1$s +%2$d > /dev/null &');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct('mvim --remote-silent +%2$s %1$s');
 }
Example #4
0
 public function __construct($command = null)
 {
     $command = $command ?: '/Applications/PhpStorm.app/Contents/MacOS/webide';
     parent::__construct($command);
 }