File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1104,12 +1104,11 @@ public void UpdateResultView(IEnumerable<ResultsForUpdate> resultsForUpdates)
1104
1104
}
1105
1105
1106
1106
/// <summary>
1107
- /// This is the global copy method for an individual result. If no text is passed,
1108
- /// the method will work out what is to be copied based on the result, so plugin can offer the text
1109
- /// to be copied via the result model. If the text is a directory/file path,
1110
- /// then actual file/folder will be copied instead.
1111
- /// The result's subtitle text is the default text to be copied
1107
+ /// Copies the specified file or folder path to the clipboard, or the specified text if it is not a valid file or folder path.
1108
+ /// Shows a message indicating whether the operation was completed successfully.
1112
1109
/// </summary>
1110
+ /// <param name="stringToCopy">The file or folder path, or text to copy to the clipboard.</param>
1111
+ /// <returns>Nothing.</returns>
1113
1112
public void ResultCopy ( string stringToCopy )
1114
1113
{
1115
1114
if ( string . IsNullOrEmpty ( stringToCopy ) )
You can’t perform that action at this time.
0 commit comments