You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DnSpyHelper.DrawDnSpyButtonIfAvailable(entry.Method,newGUIContent("^",$"In dnSpy, attempt to navigate to the method that produced this log message:\n\n{entry.Method.GetFancyDescription()}"));
GUILayout.Label("You can copy objects to clipboard by clicking the 'C' button in inspector, or by running the 'copy(object)' command in REPL. Structs are copied by value, classes by reference.\n\n"+
42
42
"Clipboard contents can be used in REPL by running the 'paste(index)' command, or in inspector when invoking a method.\n\n"+
43
-
"Press 'X' to remove item from clipboard, right click on it to open a menu with more options.",GUILayout.ExpandWidth(true));
43
+
"Press 'X' to remove item from clipboard, right click on it to open a menu with more options.",IMGUIUtils.LayoutOptionsExpandWidthTrue);
0 commit comments