pharo: add skeleton
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
#format : #filetree
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"separateMethodMetaAndSource" : false,
|
||||||
|
"noMethodMetaData" : true,
|
||||||
|
"useCypressPropertiesFile" : true
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
I’m a simple Carp process.
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
initialization
|
||||||
|
initialize
|
||||||
|
proc := OSProcess command: 'carp'
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"commentStamp" : "VeitHeller 12/11/2019 17:31",
|
||||||
|
"super" : "Object",
|
||||||
|
"category" : "Pond",
|
||||||
|
"classinstvars" : [ ],
|
||||||
|
"pools" : [ ],
|
||||||
|
"classvars" : [ ],
|
||||||
|
"instvars" : [
|
||||||
|
"proc"
|
||||||
|
],
|
||||||
|
"name" : "CarpProcess",
|
||||||
|
"type" : "normal"
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
I’m Pond, an IDE for Carp.
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"commentStamp" : "VeitHeller 12/11/2019 17:29",
|
||||||
|
"super" : "PackageManifest",
|
||||||
|
"category" : "Pond-Manifest",
|
||||||
|
"classinstvars" : [ ],
|
||||||
|
"pools" : [ ],
|
||||||
|
"classvars" : [ ],
|
||||||
|
"instvars" : [ ],
|
||||||
|
"name" : "ManifestPond",
|
||||||
|
"type" : "normal"
|
||||||
|
}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
SystemOrganization addCategory: #Pond!
|
||||||
|
SystemOrganization addCategory: #'Pond-Manifest'!
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
(name 'Pond')
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{ }
|
||||||
Reference in New Issue
Block a user