Skip to content

Commit 79860ec

Browse files
committed
Adapted to changes in core project
- Applications must implement newComponentSupplier, afterwards all access is handled through the session. - Some category renames to unify capitalization criteria.
1 parent ec9da09 commit 79860ec

File tree

18 files changed

+20
-20
lines changed

18 files changed

+20
-20
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
applicationTitle
33

44
^ 'Pharo Live Documentation'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
handlerName
33

44
^ 'live-docs'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
sessionClass
33

44
^ WPLiveDocumentationSession
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
contentView
33

44
^ contentView
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
jQueryLibrary
33

44
^ (self deploymentMode libraryFor: JQuery3MetadataLibrary) default

source/Willow-Playground-LiveDocs.package/WPLiveDocumentation.class/instance/componentSupplier.st source/Willow-Playground-LiveDocs.package/WPLiveDocumentation.class/instance/newComponentSupplier.st

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Accessing
2-
componentSupplier
1+
accessing
2+
newComponentSupplier
33

44
^ BootstrapComponentSupplier
55
withBootstrapLibrary: (self deploymentMode libraryFor: Bootstrap3MetadataLibrary) withoutOptionalTheme
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
applicationTitle
33

44
^ 'Willow 101'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
handlerName
33

44
^ 'willow101'

source/Willow-Playground-Smalltalks2017.package/Smalltalks2017Presentation.class/class/registerAsApplicationUsing..st

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
private-Utility
1+
private-utility
22
registerAsApplicationUsing: deploymentModeClass
33

44
| application |

source/Willow-Playground-Smalltalks2017.package/Smalltalks2017Presentation.class/class/start.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
private-Utility
1+
private-utility
22
start
33

44
Smalltalks2017Presentation registerAsDevelopmentApplication.

source/Willow-Playground-Smalltalks2017.package/Smalltalks2017Presentation.class/class/stop.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
private-Utility
1+
private-utility
22
stop
33

44
ZnServer stopDefault.

source/Willow-Playground-Smalltalks2017.package/Smalltalks2017Presentation.class/instance/componentSupplier.st source/Willow-Playground-Smalltalks2017.package/Smalltalks2017Presentation.class/instance/newComponentSupplier.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
accessing
2-
componentSupplier
2+
newComponentSupplier
33

44
^ BootstrapComponentSupplier
55
withBootstrapLibrary: (self deploymentMode libraryFor: Bootstrap3MetadataLibrary) withoutOptionalTheme
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
applicationTitle
33

44
^ 'Test Runner'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
handlerName
33

44
^ 'test-runner-bootstrap3'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
sessionClass
33

44
^ WPTestRunnerSession
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
contentView
33

44
^ contentView
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing
1+
accessing
22
jQueryLibrary
33

44
^ (self deploymentMode libraryFor: JQuery3MetadataLibrary) default

source/Willow-Playground-TestRunner.package/WPTestRunner.class/instance/componentSupplier.st source/Willow-Playground-TestRunner.package/WPTestRunner.class/instance/newComponentSupplier.st

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Accessing
2-
componentSupplier
1+
accessing
2+
newComponentSupplier
33

44
^ BootstrapComponentSupplier
55
withBootstrapLibrary: (self deploymentMode libraryFor: Bootstrap3MetadataLibrary) withoutOptionalTheme

0 commit comments

Comments
 (0)