[Pharo-project] A tip of the day: how to see all uses of variable
just select it in source code and press Cmd-Shift-N (Alt-Shift-N). In Pharo browser/inspector/debugger it works not just for global variables (like classes), but also for: - Class variables - Pool variables - instance variables - but not for class instance variables (we should fix that!) ;) -- Best regards, Igor Stasenko AKA sig.
It works in OB. Lukas On 5 August 2011 20:13, Igor Stasenko <siguctua@gmail.com> wrote:
just select it in source code and press Cmd-Shift-N (Alt-Shift-N).
In Pharo browser/inspector/debugger it works not just for global variables (like classes), but also for:  - Class variables  - Pool variables  - instance variables
 - but not for class instance variables (we should fix that!) ;)
-- Best regards, Igor Stasenko AKA sig.
-- Lukas Renggli www.lukas-renggli.ch
add a bug entry and we will fix it :) On Aug 5, 2011, at 8:13 PM, Igor Stasenko wrote:
just select it in source code and press Cmd-Shift-N (Alt-Shift-N).
In Pharo browser/inspector/debugger it works not just for global variables (like classes), but also for: - Class variables - Pool variables - instance variables
- but not for class instance variables (we should fix that!) ;)
-- Best regards, Igor Stasenko AKA sig.
participants (3)
-
Igor Stasenko -
Lukas Renggli -
Stéphane Ducasse