generated from hpi-swa-teaching/SWT-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Haruko Schmidt
committed
Jul 12, 2024
1 parent
fa7c4c1
commit 538d1c3
Showing
22 changed files
with
81 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
comparing | ||
hash | ||
|
||
"Answer an integer value that is related to the identity of the receiver." | ||
|
||
^ self id hash. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SPBLandingPage.class/class/RecentGitHubBoards..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
Squello-Core.package/SPBLandingPage.class/class/RecentGitHubBoards.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
accessing | ||
RecentGitHubBoards | ||
|
||
RecentGitHubBoards ifNil: [RecentGitHubBoards := OrderedCollection new.]. | ||
RecentGitHubBoards | ||
ifNil: [RecentGitHubBoards := OrderedCollection new.]. | ||
^ RecentGitHubBoards |
3 changes: 2 additions & 1 deletion
3
Squello-Core.package/SPBLandingPage.class/class/RecentLocalBoards.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
accessing | ||
RecentLocalBoards | ||
|
||
RecentLocalBoards ifNil: [RecentLocalBoards := OrderedCollection new.]. | ||
RecentLocalBoards | ||
ifNil: [RecentLocalBoards := OrderedCollection new.]. | ||
^ RecentLocalBoards |
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SPBLandingPage.class/class/changeRecentGitHubBoards..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SPBLandingPage.class/class/changeRecentLocalBoards..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SPBLandingPage.class/class/minExtentHorizontal.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
toolbuilder | ||
minExtentHorizontal | ||
|
||
^ 500 | ||
^ 500. |
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SPBLandingPage.class/class/minExtentVertical.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
toolbuilder | ||
minExtentVertical | ||
|
||
^ 200 | ||
^ 200. |
4 changes: 4 additions & 0 deletions
4
Squello-Core.package/SPBLandingPage.class/class/minHighButton.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
toolbuilder | ||
minHighButton | ||
|
||
^ 50. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Squello-Core.package/SPBLandingPage.class/instance/buildLocalBoardsListChildren.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
toolbuilder-manage panel | ||
buildLocalBoardsListChildren | ||
|
||
^ ( SPBBoardSaver defaultSaver boards keys collect: | ||
[:aString | self buildLocalBoardPanelSpecWith: self usedBuilder withName: aString] ) asOrderedCollection. | ||
^ ( SPBBoardSaver defaultSaver boards keys | ||
collect: [:aString | self buildLocalBoardPanelSpecWith: self usedBuilder withName: aString] ) asOrderedCollection. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Squello-Core.package/SPBLandingPage.class/instance/buildRecentGitHubBoardsChildren.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
toolbuilder-recent boards | ||
buildRecentGitHubBoardsChildren | ||
|
||
^ ( self class RecentGitHubBoards collect: | ||
[:aDictionary | self buildRecentGitHubBoardsButtonSpecWith: self usedBuilder withBoardInfo: aDictionary] )asOrderedCollection. | ||
^ ( self class RecentGitHubBoards | ||
collect: [:aDictionary | self buildRecentGitHubBoardsButtonSpecWith: self usedBuilder withBoardInfo: aDictionary] )asOrderedCollection. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Squello-Core.package/SPBLandingPage.class/instance/buildRecentLocalBoardsChildren.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
toolbuilder-recent boards | ||
buildRecentLocalBoardsChildren | ||
|
||
^ ( self class RecentLocalBoards collect: | ||
[:aString | self buildRecentLocalBoardsButtonSpecWith: self usedBuilder withName: aString] ) asOrderedCollection. | ||
^ ( self class RecentLocalBoards | ||
collect: [:aString | self buildRecentLocalBoardsButtonSpecWith: self usedBuilder withName: aString] ) asOrderedCollection. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
Squello-Core.package/SPBLandingPage.class/instance/contentPanelChildren.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
toolbuilder | ||
contentPanelChildren | ||
|
||
self lastSidebarPart ifNil: [^ {}]. | ||
(self contentSpecDict includesKey: self lastSidebarPart) ifTrue: | ||
[^ (self contentSpecDict at: self lastSidebarPart) collect: [:each| each buildWith: self usedBuilder]]. | ||
self lastSidebarPart | ||
ifNil: [^ {}]. | ||
(self contentSpecDict includesKey: self lastSidebarPart) | ||
ifTrue: [^ (self contentSpecDict at: self lastSidebarPart) collect: [:each| each buildWith: self usedBuilder]]. | ||
^ {}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters