Differences
This shows you the differences between the selected revisions of the page.
| 2005-05-06 | 2005-08-11 | ||
| commands that does not work with files (martin) | custom_command (martin) | ||
| Line 1: | Line 1: | ||
| ====== Custom Command Editor ====== | ====== Custom Command Editor ====== | ||
| - | You will see Custom Command Editor dialog when you want to add or edit [[remote_command#custom_commands|custom commands]] from //[[ui_pref_commands|Commands tab]]// of Preferences dialog or when you are going to enter [[remote_command#executing_and_configuring_custom_commands|ad hoc custom command]]. | + | You will see Custom Command Editor dialog when you want to add or edit [[custom_command|custom commands]] from //[[ui_pref_commands|Commands tab]]// of Preferences dialog or when you are going to enter [[custom_command#executing_and_configuring|ad hoc custom command]]. |
| &screenshotpict(custom_command) | &screenshotpict(custom_command) | ||
| - | The //Description// box is where you type name (or description) of the custom command. The box is present when you are adding or editing [[remote_command#custom_commands|custom command]] only. | + | The //Description// box is where you type name (or description) of the custom command. The box is present when you are adding or editing [[custom_command|custom command]] only. |
| You will see your custom command under this name in menu //File(s) > Custom Commands//. You can insert ampersand (''&'') before a letter to make it keyboard accelerator, for example ''&Grep''. | You will see your custom command under this name in menu //File(s) > Custom Commands//. You can insert ampersand (''&'') before a letter to make it keyboard accelerator, for example ''&Grep''. | ||
| - | The //Custom command// box is where you type the actual [[remote_command#custom_commands|custom command]]. The command typically include [[remote_command#patterns_used_in_custom_commands|patterns]]. | + | The //Custom command// box is where you type the actual [[custom_command|custom command]]. The command typically include [[remote_command#patterns_used_in_custom_commands|patterns]]. |
| - | Use //Remote command// and //Local command// to select [[remote_command#types_of_custom_commands|type of custom command]]. | + | Use //Remote command// and //Local command// to select [[custom_command#types|type of custom command]]. |
| Check //Apply to directories// checkbox to make the command be executed even for selected directories. The option is disabled for commands that does not work with files. | Check //Apply to directories// checkbox to make the command be executed even for selected directories. The option is disabled for commands that does not work with files. | ||
| Line 17: | Line 17: | ||
| When you check neither //Apply to directories// nor //Execute recursively//, the selected directories will be ignored. | When you check neither //Apply to directories// nor //Execute recursively//, the selected directories will be ignored. | ||
| - | Check //Show results in terminal// checkbox to make the output of the custom command be shown in [[ui_console|Console window]]. Cannot be used with [[remote_command#types_of_custom_commands|local custom commands]]. | + | Check //Show results in terminal// checkbox to make the output of the custom command be shown in [[ui_console|Console window]]. Cannot be used with [[custom_command#types|local custom commands]]. |