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
Copy file name to clipboardExpand all lines: addons/jump-to-def/addon.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "Jump to custom block definition",
3
-
"description": "Allows you to jump to a custom block's definition using the middle mouse button or Shift+Click on the block.",
3
+
"description": "Jump to a custom block's definition by middle-clicking or Shift+clicking on the block or selecting \"Go to Definition\" in the right click context menu.",
4
4
"credits": [
5
5
{
6
6
"name": "griffpatch"
@@ -13,6 +13,10 @@
13
13
}
14
14
],
15
15
"versionAdded": "1.28.0",
16
+
"latestUpdate": {
17
+
"version": "1.43.0",
18
+
"temporaryNotice": "You can now use the context menu (open by right clicking or touching and holding) to jump to custom block definitions."
0 commit comments