private void FoldRightShortcutExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     EditorPanel.FoldRightTextBox(!EditorPanel.IsShowingBox34);
 }