1
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 9cf469c261 misc: Increase portability and initialize at most once
Use the custom "^self basicNew initialize" to create and
initialize the object.
2014-07-24 15:40:10 +02:00
Holger Hans Peter Freyther c6f896f645 ipa: Create initializeHandlers for the init 2013-04-29 15:59:30 +02:00
Holger Hans Peter Freyther 529b082c10 ipa: Add a space between the string and the stream id 2013-04-29 15:42:16 +02:00
Holger Hans Peter Freyther 6df7f5e488 ipa: Initialize the handlers if they are null
This avoids classes calling >>#initialize on load to initialize
the instance variable. It is a bit sad. If we would just return
handlers GST could optimize the method better (e.g. avoid calling
it and just return the variable).

We should call it initialize handlers or such. This can be done
in a follow up method.
2013-04-29 15:39:33 +02:00
Holger Hans Peter Freyther 3e8d588e9b ipa: Make the handler a variable on the class side
* Making it a classVariable will make subclasses manipulate the
base variable. By making it a variable on the class side avoids
this issue.
2013-04-29 09:53:29 +02:00
Holger Hans Peter Freyther 412124646f gst: Fix linting for the category name of the class 2013-03-30 16:40:31 +01:00
Holger Hans Peter Freyther b33d07309a ipa: Use String>>#expandMacrosWith: in the IPADispatcher
Make the code just work on Pharo and use the expandMacrosWith extension
for the String from the OsmoCore.
2013-03-27 16:23:05 +01:00
Holger Hans Peter Freyther 1a0b690eaa Huge internal restructuring of the in sub-directories 2013-03-26 14:53:13 +01:00