File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ import jwVectorExtensionThumb from './penguinmod/extensions/jwVector.svg';
8282import jwLambdaExtensionThumb from './penguinmod/extensions/jwLambda.svg' ;
8383import jwScopeExtensionThumb from './penguinmod/extensions/jwScope.svg' ;
8484import jwXMLExtensionIcon from './penguinmod/extensions/jwXML.svg' ;
85+ import jwPointerExtensionIcon from './penguinmod/extensions/jwPointer.svg' ;
8586
8687import iygPerlinNoiseExtensionIcon from './penguinmod/extensions/perlinnoisebanner.png' ;
8788
@@ -932,7 +933,16 @@ const menuItems = [
932933 extensionId : 'jwScope' ,
933934 iconURL : jwScopeExtensionThumb ,
934935 tags : [ 'penguinmod' ] ,
935- description : 'Temporary variables based on the block stack. (extra blocks included if Array extension is added)' ,
936+ description : 'Temporary variables based on block stack. (extra blocks if used with Array extension)' ,
937+ extDeveloper : 'jwklong' ,
938+ featured : true
939+ } ,
940+ {
941+ name : 'Pointers' ,
942+ extensionId : 'jwPointer' ,
943+ iconURL : jwPointerExtensionThumb ,
944+ tags : [ 'penguinmod' , 'datamgmt' ] ,
945+ description : 'Define references to values. (extra blocks if used with Array extension)' ,
936946 extDeveloper : 'jwklong' ,
937947 featured : true
938948 } ,
You can’t perform that action at this time.
0 commit comments