[Pharo-project] search stack tricks
Hi, I'm trying to look at http://code.google.com/p/pharo/issues/detail?id=3579 When I accept the method, the "Unknow variable...." dialog pops up. But I struggle to find from where this dialog has been created. So when you have a modal dialog and you want to find / explore the stack/context from which it has been opened, how do you get it ? Cheers, Laurent Laffont (@lolgzs) Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/
hi, maybe UndeclaredVariable>>openMenuIn: aBlock
When I accept the method, the "Unknow variable...." dialog pops up.
But I struggle to find from where this dialog has been created.
So when you have a modal dialog and you want to find / explore the stack/context from which it has been opened, how do you get it ?
I have 2 ways... look for the text or the dialog... with ALT + Shift + E (on Unknow for example), or I bring the halos and the inspect the model (but seems difficult there)... Cheers,
Cheers,
Laurent Laffont (@lolgzs)
Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/
-- Cédrick
For me, if nothing else is going on, an Alt-. will get you there... Regards, Gary ----- Original Message ----- From: laurent laffont To: An open mailing list to discuss any topics related to an open-sourceSmalltalk Sent: Sunday, January 23, 2011 8:46 AM Subject: [Pharo-project] search stack tricks Hi, I'm trying to look at http://code.google.com/p/pharo/issues/detail?id=3579 When I accept the method, the "Unknow variable...." dialog pops up. But I struggle to find from where this dialog has been created. So when you have a modal dialog and you want to find / explore the stack/context from which it has been opened, how do you get it ? Cheers, Laurent Laffont (@lolgzs) Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/
On Mon, Jan 24, 2011 at 2:50 PM, Gary Chambers <gazzaguru2@btinternet.com>wrote:
For me, if nothing else is going on, an Alt-. will get you there...
cool, that's the real trick I was looking for ! Laurent Laffont - @lolgzs <http://twitter.com/#!/lolgzs> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/
Regards, Gary
----- Original Message ----- *From:* laurent laffont <laurent.laffont@gmail.com> *To:* An open mailing list to discuss any topics related to an open-sourceSmalltalk <pharo-project@lists.gforge.inria.fr> *Sent:* Sunday, January 23, 2011 8:46 AM *Subject:* [Pharo-project] search stack tricks
Hi,
I'm trying to look at http://code.google.com/p/pharo/issues/detail?id=3579
When I accept the method, the "Unknow variable...." dialog pops up.
But I struggle to find from where this dialog has been created.
So when you have a modal dialog and you want to find / explore the stack/context from which it has been opened, how do you get it ?
Cheers,
Laurent Laffont (@lolgzs)
Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/
participants (3)
-
Cédrick Béler -
Gary Chambers -
laurent laffont