-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change complements #404 Tested in a workspace with: selectors := BlCursor class selectors. c := Object subclass: #PruebaCursor. selectors do: [ :each | c compile: ('{1} ^ BlCursor {1}' format: { each }) ]. selectors collect: [ :each | each -> (c new perform: each) ].
- Loading branch information
1 parent
ccb1af7
commit ebc9a8e
Showing
667 changed files
with
9,242 additions
and
7,950 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
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,11 +1,13 @@ | ||
Class { | ||
#name : #BlActionHandler, | ||
#superclass : #Object, | ||
#name : 'BlActionHandler', | ||
#superclass : 'Object', | ||
#traits : 'TBlDebug', | ||
#classTraits : 'TBlDebug classTrait', | ||
#category : #'Bloc-Events-Handler' | ||
#category : 'Bloc-Events-Handler', | ||
#package : 'Bloc', | ||
#tag : 'Events-Handler' | ||
} | ||
|
||
{ #category : #'as yet unclassified' } | ||
{ #category : 'as yet unclassified' } | ||
BlActionHandler >> actionPerformed [ | ||
] |
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
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
Oops, something went wrong.