pharo: add skeleton

This commit is contained in:
2019-12-11 17:35:52 +01:00
parent 6cbb4e185e
commit a0d051b40f
12 changed files with 44 additions and 0 deletions

3
.project Normal file
View File

@@ -0,0 +1,3 @@
{
'srcDirectory' : ''
}

3
.properties Normal file
View File

@@ -0,0 +1,3 @@
{
#format : #filetree
}

5
Pond.package/.filetree Normal file
View File

@@ -0,0 +1,5 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}

View File

@@ -0,0 +1 @@
Im a simple Carp process.

View File

@@ -0,0 +1,3 @@
initialization
initialize
proc := OSProcess command: 'carp'

View File

@@ -0,0 +1,13 @@
{
"commentStamp" : "VeitHeller 12/11/2019 17:31",
"super" : "Object",
"category" : "Pond",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"proc"
],
"name" : "CarpProcess",
"type" : "normal"
}

View File

@@ -0,0 +1 @@
Im Pond, an IDE for Carp.

View File

@@ -0,0 +1,11 @@
{
"commentStamp" : "VeitHeller 12/11/2019 17:29",
"super" : "PackageManifest",
"category" : "Pond-Manifest",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "ManifestPond",
"type" : "normal"
}

View File

@@ -0,0 +1,2 @@
SystemOrganization addCategory: #Pond!
SystemOrganization addCategory: #'Pond-Manifest'!

View File

@@ -0,0 +1 @@
(name 'Pond')

View File

@@ -0,0 +1 @@
{ }