replacemethod "browser:fillMatrix:<mat>inColumn:<col>" with "browser:createRowsForColumn:<col>inMatrix:<mat>" {
replace "<rettype>" with "(void)"
}
within ("<implementation>") {
replace "return <count>;" with same
error "BrowserConversion: Do not return count. The matrix row count must be correct."
}
replace "= [<obj> browser:<1> createRowsForColumn:<2> inMatrix:<3>];" with same
error "BrowserConversion: browser:createRowsForColumn:inMatrix: does not return the matrix row count. Use [matrix getNumberOfRows:&rows columns:&cols]"
replacemethod "browser:loadCell:atRow:inColumn:" with "browser:willDisplayCell:atRow:column:"