Differences
This shows you the differences between the selected revisions of the page.
2015-12-17 | 2016-01-19 | ||
full path mask matches local or remote path only (martin) | direct switch or property anchored links (martin) | ||
Line 8: | Line 8: | ||
* Defining [[ui_editor_preferences#autoselection|autoselection mask for editors]]. | * Defining [[ui_editor_preferences#autoselection|autoselection mask for editors]]. | ||
* Various [[scripting#commands|script commands]]. | * Various [[scripting#commands|script commands]]. | ||
- | * ''[[library_transferoptions|TransferOptions.FileMask]]'' in [[library|.NET assembly]]. | + | * ''[[library_transferoptions#filemask|TransferOptions.FileMask]]'' in [[library|.NET assembly]]. |
You can use [[ui_editmask|File Mask dialog]] to help you with assembling the mask. | You can use [[ui_editmask|File Mask dialog]] to help you with assembling the mask. | ||
Line 47: | Line 47: | ||
===== Combining Masks ===== | ===== Combining Masks ===== | ||
- | In most contexts, you can combine several masks using semicolon ('';'') or comma ('',''). You cannot use this in source parameters of [[scripting#commands|script commands]] and .NET assembly methods.((Note that this restriction does not apply to ''-filemask'' switch in scripting and ''[[library_transferoptions|TransferOptions.FileMask]]'' in .NET assembly.)) | + | In most contexts, you can combine several masks using semicolon ('';'') or comma ('',''). You cannot use this in source parameters of [[scripting#commands|script commands]] and .NET assembly methods.((Note that this restriction does not apply to ''-filemask'' switch in scripting and ''[[library_transferoptions#filemask|TransferOptions.FileMask]]'' in .NET assembly.)) |
For example following mask includes all JPG and GIF images: ''*.jpg; *.gif''. | For example following mask includes all JPG and GIF images: ''*.jpg; *.gif''. |