Skip to content

Commit

Permalink
Issue #18: mispackaged methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Henrichs committed Mar 29, 2013
1 parent a2ceee3 commit 704617c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 26 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/Topez-Common-Core.package/monticello.meta/version

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
as yet unclassified
cat
^ self contents
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*topez-common-core
as yet unclassified
renderNameTextOn: textStream
| attributes |
attributes := self isTopezSourceNode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*topez-common-core
as yet unclassified
renderText: attribute on: textStream indent: indent
| attributes |
attributes := self isTopezSourceNode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"class" : {
},
"instance" : {
"cat" : "dkh 10/26/2012 17:15",
"contents:" : "dkh 10/26/2012 12:05",
"edit:tokens:windowId:" : "dkh 10/30/2012 11:11",
"isLeaf" : "dkh 10/26/2012 11:17",
"isTopezSourceNode" : "dkh 10/26/2012 17:00",
"listContents" : "dkh 10/26/2012 15:55",
"renderNameTextOn:" : "dkh 10/26/2012 17:20",
"renderText:on:indent:" : "dkh 10/26/2012 21:03",
"source" : "dkh 10/26/2012 19:04",
"source:" : "dkh 10/26/2012 22:47" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*topez-common-core
as yet unclassified
renderNameTextOn: textStream
textStream nextPutAll: (Text string: self printName attribute: TextEmphasis bold)
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*topez-common-core
as yet unclassified
renderText: attribute on: textStream indent: indent
textStream nextPutAll: (Text string: self printString attribute: TextEmphasis bold)
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"printName" : "dkh 10/26/2012 16:01",
"printOn:" : "dkh 10/26/2012 16:02",
"renderNameText" : "dkh 10/26/2012 17:12",
"renderNameTextOn:" : "dkh 10/26/2012 17:09",
"renderText:on:indent:" : "dkh 10/26/2012 17:08",
"rm" : "dkh 10/26/2012 20:59",
"topez" : "dkh 10/28/2012 08:50",
"topez:" : "dkh 10/28/2012 08:50",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Topez-OldCommon-Core-dkh.1' message 'Issue #18: partition out the obviously old, obsolete classes' id 'a07b73c9-765b-4aad-81e2-93db3a1940b6' date '29 March 2013' time '7:45:54.821 am' author 'dkh' ancestors () stepChildren ())
(name 'Topez-OldCommon-Core-dkh.2' message 'Issue #18: mispackaged methods' id '6550144b-f5fb-45be-a2f9-383f14ee4ec1' date '29 March 2013' time '7:50:07.789 am' author 'dkh' ancestors ((name 'Topez-OldCommon-Core-dkh.1' message 'Issue #18: partition out the obviously old, obsolete classes' id 'a07b73c9-765b-4aad-81e2-93db3a1940b6' date '29 March 2013' time '7:45:54.821 am' author 'dkh' ancestors () stepChildren ())) stepChildren ())

0 comments on commit 704617c

Please sign in to comment.