Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion objects/ui2/outliner/generalModel.self
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'$Revision: 30.19 $'
'
Copyright 1992-2014 AUTHORS.
Copyright 1992-2016 AUTHORS.
See the legal/LICENSE file for license information and legal/AUTHORS for authors.
'
["preFileIn" self] value
Expand Down Expand Up @@ -1604,6 +1604,13 @@ May cause me to expand if doExpand is true. -- dmu 10/04\x7fModuleInfo: Module:
preferredBorderColor).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'generalModel' -> 'parent' -> () From: ( | {
'Category: appearance\x7fModuleInfo: Module: generalModel InitialContents: FollowSlot'

preferredEditorColor = ( |
| preferences outliner theme generalModelEditor).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'generalModel' -> 'parent' -> () From: ( | {
'Category: appearance\x7fModuleInfo: Module: generalModel InitialContents: InitializeToExpression: (fontSpec copyName: \'verdana\' Size: 12 Style: \'bold\')\x7fVisibility: public'

Expand Down
14 changes: 14 additions & 0 deletions objects/ui2/outliner/outlinerPreferences.self
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,13 @@ good for introducing language semantics, say.
| borderColor).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'preferences' -> 'outliner' -> 'themes' -> 'base' -> () From: ( | {
'Category: colors\x7fModuleInfo: Module: outlinerPreferences InitialContents: FollowSlot'

generalModelEditor = ( |
| bodyColor).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'preferences' -> 'outliner' -> 'themes' -> 'base' -> () From: ( | {
'Category: colors\x7fCategory: menus\x7fModuleInfo: Module: outlinerPreferences InitialContents: FollowSlot'

Expand Down Expand Up @@ -1288,6 +1295,13 @@ good for introducing language semantics, say.
| dark).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'preferences' -> 'outliner' -> 'themes' -> 'night' -> () From: ( | {
'ModuleInfo: Module: outlinerPreferences InitialContents: FollowSlot'

generalModelEditor = ( |
| dull).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'preferences' -> 'outliner' -> 'themes' -> 'night' -> () From: ( | {
'Category: menus\x7fModuleInfo: Module: outlinerPreferences InitialContents: FollowSlot'

Expand Down
13 changes: 11 additions & 2 deletions objects/ui2/outliner/pluggableCommentStyle.self
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
'$Revision: 30.6 $'
'
Copyright 1992-2012 AUTHORS.
See the LICENSE file for license information.
Copyright 1992-2016 AUTHORS.
See the legal/LICENSE file for license information and legal/AUTHORS for authors.
'
["preFileIn" self] value


'-- Module body'
Expand Down Expand Up @@ -85,6 +86,14 @@ SlotsToOmit: parent.
| ) .
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'generalModel' -> 'parent' -> 'commentStyleProto' -> 'parent' -> () From: ( | {
'ModuleInfo: Module: pluggableCommentStyle InitialContents: FollowSlot'

color = ( |
|
myModel preferredEditorColor).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'generalModel' -> 'parent' -> 'commentStyleProto' -> 'parent' -> () From: ( | {
'ModuleInfo: Module: pluggableCommentStyle InitialContents: FollowSlot'

Expand Down
12 changes: 10 additions & 2 deletions objects/ui2/outliner/pluggableContentsStyle.self
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
'$Revision: 30.6 $'
'
Copyright 1992-2012 AUTHORS.
See the LICENSE file for license information.
Copyright 1992-2016 AUTHORS.
See the legal/LICENSE file for license information and legal/AUTHORS for authors.
'
["preFileIn" self] value


'-- Module body'
Expand All @@ -16,6 +17,13 @@ See the LICENSE file for license information.
| ) .
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'generalModel' -> 'parent' -> 'contentsEditorStyleProto' -> 'parent' -> () From: ( | {
'ModuleInfo: Module: pluggableContentsStyle InitialContents: FollowSlot'

color = ( |
| myModel preferredEditorColor).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'generalModel' -> 'parent' -> 'contentsEditorStyleProto' -> 'parent' -> () From: ( | {
'ModuleInfo: Module: pluggableContentsStyle InitialContents: FollowSlot\x7fVisibility: private'

Expand Down
12 changes: 10 additions & 2 deletions objects/ui2/outliner/pluggableEditStyle.self
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
'$Revision: 30.6 $'
'
Copyright 1992-2012 AUTHORS.
See the LICENSE file for license information.
Copyright 1992-2016 AUTHORS.
See the legal/LICENSE file for license information and legal/AUTHORS for authors.
'
["preFileIn" self] value


'-- Module body'
Expand Down Expand Up @@ -32,6 +33,13 @@ SlotsToOmit: parent.
| ) .
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'generalModel' -> 'parent' -> 'editWholeThingStyleProto' -> 'parent' -> () From: ( | {
'ModuleInfo: Module: pluggableEditStyle InitialContents: FollowSlot'

color = ( |
| myModel preferredEditorColor).
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'generalModel' -> 'parent' -> 'editWholeThingStyleProto' -> 'parent' -> () From: ( | {
'ModuleInfo: Module: pluggableEditStyle InitialContents: FollowSlot\x7fVisibility: public'

Expand Down