[Pharo-project] How to recognize a method "inherited" from a trait
Hi, How does the browser recognizes that some selector in a class is inherited from a Trait to display it in italic? Thanx, Noury
OBMethodNode>>#displayString On 14 June 2011 14:58, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
Hi,
How does the browser recognizes that some selector in a class is inherited from a Trait to display it in italic?
Thanx, Noury
-- Lukas Renggli www.lukas-renggli.ch
Thanx. I fixed a bug in the refactoring browser http://code.google.com/p/pharo/issues/detail?id=4404 Noury On Tue, Jun 14, 2011 at 4:30 PM, Lukas Renggli <renggli@gmail.com> wrote:
OBMethodNode>>#displayString
On 14 June 2011 14:58, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
Hi,
How does the browser recognizes that some selector in a class is inherited from a Trait to display it in italic?
Thanx, Noury
-- Lukas Renggli www.lukas-renggli.ch
-- Noury Bouraqadi
Not sure, but this just seems to opens a can of worms: In the refactoring engine there are dozens of callers to #includeSelector: and many other similar selectors. The current implementation gives the engine a flattened view of the system without traits. Changing that will require a major rewrite of most parts of the code. Lukas On 14 June 2011 18:53, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
Thanx. I fixed a bug in the refactoring browser http://code.google.com/p/pharo/issues/detail?id=4404
Noury On Tue, Jun 14, 2011 at 4:30 PM, Lukas Renggli <renggli@gmail.com> wrote:
OBMethodNode>>#displayString
On 14 June 2011 14:58, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
Hi,
How does the browser recognizes that some selector in a class is inherited from a Trait to display it in italic?
Thanx, Noury
-- Lukas Renggli www.lukas-renggli.ch
-- Noury Bouraqadi
-- Lukas Renggli www.lukas-renggli.ch
participants (2)
-
Lukas Renggli -
Noury Bouraqadi