Changes between Version 27 and Version 28 of macros


Ignore:
Timestamp:
02/16/2011 09:49:44 PM (13 years ago)
Author:
michael.gruenewald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • macros

    v27 v28  
    115115 * The debugger always steps through generated methods. They will still appear on the stack though. If you want to step into a generated method, hold Shift while clicking on ''Step Into''.
    116116 * Monticello cannot see generated methods. This is a design decision to simplify cooperative work on a code base and to prevent merge decisions resulting in inconsistent states.
     117 * When you use class pragmas, those classes might not be loadable in a Squeak system without the macro system. However, it will not affect classes not using class pragmas.
    117118
    118119= How to Extend =
    119120
    120 For starters, be aware that some of the components are deeply integrated with the Squeak system. There are a significant number of extension and override methods.
     121For starters, be aware that some of the components are deeply integrated with the Squeak system. There is a significant number of override and extension methods.
    121122
    122123The basic control flow is as follows: [[BR]]