Code: Select all
\>::echo Hi- When press Ctrl+Enter, PFA menu popup, the entry with above code does showup, selecting this entry will trigger ::echo Hi
=> Does the PFA is ignored when pressing Enter?
Code: Select all
\>::echo HiCode: Select all
// Tracks when this script is triggered.
// This way we can restrict running to
// the first item in the list.
perm $P_LAST_ENTERED;
if ($P_LAST_ENTERED != '') {
// If triggered within the last minute abort.
if (DateDiff($P_LAST_ENTERED,, 'n') < 1) {
return;
}
}
$P_LAST_ENTERED = now();
// Whatever script you want...
echo 'hi';Code: Select all
Snip: CustomColumn 1
XYplorer 14.10.0112, 6/5/2014 8:31:52 AM
Action
ConfigureColumn
Caption
Folder Script
Type
3
Definition
// Tracks when this script is triggered.
// This way we can restrict running to
// the first item in the list.
perm $P_LAST_ENTERED;
if ($P_LAST_ENTERED != '') {
// If triggered within the last minute abort.
if (DateDiff($P_LAST_ENTERED,, 'n') < 1) {
return;
}
}
$P_LAST_ENTERED = now();
// Whatever script you want...
echo 'hi';
Format
0
Trigger
0
Item Type
2
Item Filter