Testing first extensions. Maybe a more minimal infrastructure can be used.
This commit is contained in:
parent
761829e9aa
commit
ce54a9ac28
5
src/LepiterPlugins/GfLeSnippet.class.st
Normal file
5
src/LepiterPlugins/GfLeSnippet.class.st
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Class {
|
||||||
|
#name : #GfLeSnippet,
|
||||||
|
#superclass : #Object,
|
||||||
|
#category : #LepiterPlugins
|
||||||
|
}
|
8
src/LepiterPlugins/LeSnippet.extension.st
Normal file
8
src/LepiterPlugins/LeSnippet.extension.st
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Extension { #name : #LeSnippet }
|
||||||
|
|
||||||
|
{ #category : #'*LepiterPlugins' }
|
||||||
|
LeSnippet >> index [
|
||||||
|
| uuids |
|
||||||
|
uuids := self parent children collect: [:each | each uidString ].
|
||||||
|
^ uuids
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user