Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:xfce4-appfinder:preferences [2019/04/09 22:12] – [Usage] blueberrybrowniexfce:xfce4-appfinder:preferences [2019/08/02 18:51] – [Custom Actions] amerigena
Line 4: Line 4:
  
 <figure "General Preferences"> <figure "General Preferences">
-{{:xfce:xfce4-appfinder:xfce4-appfinder-preferences-general.png?nolink&|}}+{{:xfce:xfce4-appfinder:xfce-appfinder-genprefs.png?400|}}
 </figure> </figure>
  
Line 40: Line 40:
  
 <figure "Custom Actions"> <figure "Custom Actions">
-{{:xfce:xfce4-appfinder:xfce4-appfinder-preferences-actions.png?nolink&|}}+{{:xfce:xfce4-appfinder:xfce-appfinder-custacts.png?nolink&|}}
 </figure> </figure>
  
Line 56: Line 56:
 ! Depending on the type selected, it describes the prefix or regular expression. ! Depending on the type selected, it describes the prefix or regular expression.
 ? Command ? Command
-! The command that is executed when the pattern is matched. To include parts of the  the following variables are available:+! The command that is executed when the pattern is matched. To include parts of the search in the command the following variables are available:
   ? Prefix   ? Prefix
-      * **%s** - Include the string after the matched pattern. So if the prefix-pattern is ''abc'' and the entered command ''abcdef'', ''%s'' will be replaced with ''def''+  ! **%s** - Include the string after the matched pattern. For example, if the prefix-pattern is ''abc'' and the entered command is ''abcdef'', ''%s'' will be replaced with ''def''
-      **%S** - Include the complete string after the matches pattern. So if the prefix-pattern is ''abc'' and the entered command ''abcdef'', ''%s'' will be replaced with ''abcdef''.+  **%S** - Include the complete string after the matched pattern. For example, if the prefix-pattern is ''abc'' and the entered command is ''abcdef'', ''%s'' will be replaced with ''abcdef''.
   ? Regular Expression   ? Regular Expression
-  ! During the process of matching, the match results of subpattern between parentheses ''( )'' are recorded for later use. ''\'' plus a number to refer to the corresponding substring. ''\1'' refers to 1st pair of parentheses' match result, ''\2'' refers to 2nd pair of parentheses' match result. A special case is ''\0'' which will be replaced with the entire match. +  ! During the process of matching, the results of the sub-pattern between parentheses ''( )'' are recorded for later use. ''\'' plus a number to refers to the corresponding sub-stringFor instance, ''\1'' refers to the 1st pair of parentheses' match result, while ''\2'' refers to 2nd pair of parentheses' match result. A special case is ''\0''which will be replaced with the entire match. 
-  ! If the pattern is ''^ab(.*)fg$'' and the entered command ''abcdefg'', ''\1'' will be replaced with ''cde''.+  ! If the pattern is ''^ab(.*)fg$'' and the entered command ''abcdefg'' for example, ''\1'' will be replaced with ''cde''. 
 +? Save match in command history 
 +! Select this option if you want matches to be saved in the {gui>Commands History} category.