예제 #1
0
 /// <summary>
 /// Call this method to parse the current document after a small delay
 /// (delay that is reset each time this function is called, so if you call it continuously, nothing is done)
 /// </summary>
 public static void ParseDocumentAsap()
 {
     ParseAction.DoDelayable();
 }
예제 #2
0
 /// <summary>
 /// Called when an option is modified
 /// </summary>
 private void OnFieldModified()
 {
     _saveAction.DoDelayable();
 }