2014-10-29 11:11 GMT+01:00 Mark Rizun <mri...@gmail.com>: > This is well how I understood it. >> >> Are you implementing something around the use of refactoring? >> > > I'm implementing tool for creating rewrite rules. Here is a blog about > it: http://myfuncoding.blogspot.com/ > Also I write chapter for PharoForEnterprise: > https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english/tree/master/RewriteTool > > I had a look at the video, and it looks great. Certainly the way to go.
I had some ideas along those, but I never have time to try them. My interest would have been to show how many methods (and where: group-package-tag-class?) the search pattern will impact. One suggestion. When in the menu, try to auto-select the relevant keyword or literal; give access to the ast navigation stuff (up select the enclosing ast node, down the first node inside). Thierry > > >> Keep us updated on your solution. It is significant because the equality >> between ast nodes is part of the SmaCC parser generator toolkit, so any >> solution on that may also be used when manipulating non-smalltalk code (C, >> Java, C#, Python, R, Ada, etc...). >> > > Sure, I will. >