Table of Contents
Utility for allowing the user to quickly edit some input in an external program
public static class QuickEdit
Inheritance System.Object QuickEdit
Prompts the user to edit some text in their selected external program
public static string EditText(string text, string fileName, bool deleteAfter=true);
text
System.String
Original text
fileName
System.String
Name for temporary file
deleteAfter
System.Boolean
Whether to try deleting the file when edits conclude
System.String
The edited text