diff --git a/samples/Smalltalk/baselineDependency.st b/samples/Smalltalk/baselineDependency.st new file mode 100644 index 00000000..0830bb81 --- /dev/null +++ b/samples/Smalltalk/baselineDependency.st @@ -0,0 +1,8 @@ +dependencies +neoJSON: spec + spec + configuration: 'NeoJSON' + with: [ spec + className: 'ConfigurationOfNeoJSON'; + version: #stable; + repository: 'http://smalltalkhub.com/mc/SvenVanCaekenberghe/Neo/main' ] \ No newline at end of file diff --git a/samples/Smalltalk/categories.st b/samples/Smalltalk/categories.st new file mode 100644 index 00000000..680c6662 --- /dev/null +++ b/samples/Smalltalk/categories.st @@ -0,0 +1,8 @@ +SystemOrganization addCategory: #ChartJs! +SystemOrganization addCategory: 'ChartJs-Component'! +SystemOrganization addCategory: 'ChartJs-Demo'! +SystemOrganization addCategory: 'ChartJs-Exception'! +SystemOrganization addCategory: 'ChartJs-Library'! +SystemOrganization addCategory: 'ChartJs-Model'! +SystemOrganization addCategory: 'ChartJs-Style'! +SystemOrganization addCategory: 'ChartJs-Types'! diff --git a/samples/Smalltalk/renderSeasideExampleOn..st b/samples/Smalltalk/renderSeasideExampleOn..st new file mode 100644 index 00000000..a5427572 --- /dev/null +++ b/samples/Smalltalk/renderSeasideExampleOn..st @@ -0,0 +1,9 @@ +rendering +renderTitleId: divId on: html + ^ html div + id: #title , divId; + class: #aClass; + with: [ + html heading + level3; + with: self data title ] \ No newline at end of file diff --git a/samples/Smalltalk/scriptWithPragma.st b/samples/Smalltalk/scriptWithPragma.st new file mode 100644 index 00000000..3f9dec81 --- /dev/null +++ b/samples/Smalltalk/scriptWithPragma.st @@ -0,0 +1,11 @@ +helpers +installGitFileTree + "GitFileTree is the tool we will use to commit on GitHub." + +