File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ protected override bool AppliesTo(InspectorMemberActionsMenuItemsGenerationEvent
1919 protected override Task Handle ( InspectorMemberActionsMenuItemsGenerationEvent eventData )
2020 {
2121 var field = ( IField ) eventData . Target ;
22- var menuItem = eventData . ContextMenu . AddItem ( "Copy to Clipboard" ,
22+ var menuItem = eventData . ContextMenu . AddItem ( Mod . GetLocaleString ( "CopyToClipboard" ) ,
2323 OfficialAssets . Graphics . Icons . General . Duplicate , RadiantUI_Constants . Sub . GREEN ) ;
2424
2525 // Context Menu is local user only anyways, no need to use local action button
Original file line number Diff line number Diff line change 33 "authors" : [ " Banane9" ],
44 "messages" : {
55 "CommunityBugFixCollection.Name" : " Community Bug-Fix Sammlung" ,
6- "CommunityBugFixCollection.Description" : " Diese Mod enthällt Fixes für verschiedene kleine Resonite Issues die noch offen sind."
6+ "CommunityBugFixCollection.Description" : " Diese Mod enthällt Fixes für verschiedene kleine Resonite Issues die noch offen sind." ,
7+
8+ "CommunityBugFixCollection.CopyToClipboard" : " In Zwischenablage kopieren"
79 }
810}
Original file line number Diff line number Diff line change 55 "CommunityBugFixCollection.Name" : " Community Bug-Fix Collection" ,
66 "CommunityBugFixCollection.Description" : " This mod contains fixes for various small Resonite Issues that are still open." ,
77
8+ "CommunityBugFixCollection.CopyToClipboard" : " Copy to Clipboard" ,
9+
810 "CommunityBugFixCollection.NoZeroScaleToolRaycast" : " Fixes Resonite Issue #98: World crashes when a (multi)tool is scaled to zero."
911 }
1012}
Original file line number Diff line number Diff line change @@ -44,4 +44,13 @@ The issues that have workarounds in this mod will be linked in the following lis
4444If any of them have been closed and not removed from the mod,
4545just disable them in the settings in the meantime.
4646
47- * Sliders and Joints snapping in sessions hosted by a headless (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/399)
47+ * Sliders and Joints snapping in sessions hosted by a headless (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/399 )
48+
49+
50+ ## Features
51+
52+ The feature request issues that have been implemented in this mod will be linked in the following list.
53+ If any of them have been implemented and not removed from the mod,
54+ just disable them in the settings in the meantime.
55+
56+ * _ Copy to Clipboard_ action on any non-reference member fields in Inspectors (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/810)
You can’t perform that action at this time.
0 commit comments