Problem with new Inspector

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with new Inspector

Mariano Martinez Peck
Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new Inspector

Gaboto
Same problem here :(

2009/8/12 Mariano Martinez Peck <[hidden email]>
Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new Inspector

csrabak
In reply to this post by Mariano Martinez Peck

In the Inspector you have three panes, the bottom right is a small one and it receives messages when I type, for example, self class, or self allInstances, I can print the results or even inspect the result, is that you want to do?


Em 12/08/2009 22:02, Mariano Martinez Peck < [hidden email] > escreveu:


Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new Inspector

Mariano Martinez Peck


2009/8/12 <[hidden email]>

In the Inspector you have three panes, the bottom right is a small one and it receives messages when I type, for example, self class, or self allInstances, I can print the results or even inspect the result, is that you want to do?

But HOW do you print the results?   using ctrl + p or ctrl + i  ?
I want (actually I use shortcuts, but for others) to be able yo use the right button for this.

Cheers,

mariano
 



Em 12/08/2009 22:02, Mariano Martinez Peck < [hidden email] > escreveu:


Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new Inspector

csrabak

Oh well :-| I understand your gripe now, you resent the yellow button does not bring a menu on this pane, right!?

If this is considered a bug, then yes, a BT must be opened...


Em 12/08/2009 22:59, Mariano Martinez Peck < [hidden email] > escreveu:




2009/8/12 <csrabak@...>

In the Inspector you have three panes, the bottom right is a small one and it receives messages when I type, for example, self class, or self allInstances, I can print the results or even inspect the result, is that you want to do?

But HOW do you print the results?   using ctrl + p or ctrl + i  ?
I want (actually I use shortcuts, but for others) to be able yo use the right button for this.

Cheers,

mariano



Em 12/08/2009 22:02, Mariano Martinez Peck < marianopeck@... > escreveu:


Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano


_______________________________________________
Pharo-project mailing list
Pharo-project@...
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new Inspector

Mariano Martinez Peck


2009/8/12 <[hidden email]>

Oh well :-| I understand your gripe now, you resent the yellow button does not bring a menu on this pane, right!?

If this is considered a bug, then yes, a BT must be opened...

that's exactly what I want :)  Not only for people who don't use or don't know about shortcuts but also because not all the commands are accessible by shortcuts.

Bye

Mariano
 


Em 12/08/2009 22:59, Mariano Martinez Peck < [hidden email] > escreveu:




2009/8/12 <csrabak@...>

In the Inspector you have three panes, the bottom right is a small one and it receives messages when I type, for example, self class, or self allInstances, I can print the results or even inspect the result, is that you want to do?

But HOW do you print the results?   using ctrl + p or ctrl + i  ?
I want (actually I use shortcuts, but for others) to be able yo use the right button for this.

Cheers,

mariano



Em 12/08/2009 22:02, Mariano Martinez Peck < marianopeck@... > escreveu:


Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano


_______________________________________________
Pharo-project mailing list
Pharo-project@...
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new Inspector

Frederic Pluquet-3
Hello,

Thank you for your feedback :) It is a good idea. I fixed it in the last version on SqueakSource. I hope it fit better for you now.

Fréd
----
Frédéric Pluquet
Université Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet


2009/8/13 Mariano Martinez Peck <[hidden email]>


2009/8/12 <[hidden email]>

Oh well :-| I understand your gripe now, you resent the yellow button does not bring a menu on this pane, right!?

If this is considered a bug, then yes, a BT must be opened...

that's exactly what I want :)  Not only for people who don't use or don't know about shortcuts but also because not all the commands are accessible by shortcuts.

Bye

Mariano
 


Em 12/08/2009 22:59, Mariano Martinez Peck < [hidden email] > escreveu:




2009/8/12 <csrabak@...>

In the Inspector you have three panes, the bottom right is a small one and it receives messages when I type, for example, self class, or self allInstances, I can print the results or even inspect the result, is that you want to do?

But HOW do you print the results?   using ctrl + p or ctrl + i  ?
I want (actually I use shortcuts, but for others) to be able yo use the right button for this.

Cheers,

mariano



Em 12/08/2009 22:02, Mariano Martinez Peck < marianopeck@... > escreveu:


Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano


_______________________________________________
Pharo-project mailing list
Pharo-project@...
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new Inspector

Mariano Martinez Peck


2009/8/13 Frederic Pluquet <[hidden email]>
Hello,

Thank you for your feedback :) It is a good idea. I fixed it in the last version on SqueakSource. I hope it fit better for you now.

This is excellent man. One day and you have the solution :)

I just download latest version and works perfect for me. Hope this to be in next Pharo.

Best,

Mariano

 

Fréd
----
Frédéric Pluquet
Université Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet


2009/8/13 Mariano Martinez Peck <[hidden email]>



2009/8/12 <[hidden email]>

Oh well :-| I understand your gripe now, you resent the yellow button does not bring a menu on this pane, right!?

If this is considered a bug, then yes, a BT must be opened...

that's exactly what I want :)  Not only for people who don't use or don't know about shortcuts but also because not all the commands are accessible by shortcuts.

Bye

Mariano
 


Em 12/08/2009 22:59, Mariano Martinez Peck < [hidden email] > escreveu:




2009/8/12 <csrabak@...>

In the Inspector you have three panes, the bottom right is a small one and it receives messages when I type, for example, self class, or self allInstances, I can print the results or even inspect the result, is that you want to do?

But HOW do you print the results?   using ctrl + p or ctrl + i  ?
I want (actually I use shortcuts, but for others) to be able yo use the right button for this.

Cheers,

mariano



Em 12/08/2009 22:02, Mariano Martinez Peck < marianopeck@... > escreveu:


Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano


_______________________________________________
Pharo-project mailing list
Pharo-project@...
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with new Inspector

Gaboto
Thank you!

2009/8/13 Mariano Martinez Peck <[hidden email]>


2009/8/13 Frederic Pluquet <[hidden email]>

Hello,

Thank you for your feedback :) It is a good idea. I fixed it in the last version on SqueakSource. I hope it fit better for you now.

This is excellent man. One day and you have the solution :)

I just download latest version and works perfect for me. Hope this to be in next Pharo.

Best,

Mariano

 

Fréd
----
Frédéric Pluquet
Université Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet


2009/8/13 Mariano Martinez Peck <[hidden email]>



2009/8/12 <[hidden email]>

Oh well :-| I understand your gripe now, you resent the yellow button does not bring a menu on this pane, right!?

If this is considered a bug, then yes, a BT must be opened...

that's exactly what I want :)  Not only for people who don't use or don't know about shortcuts but also because not all the commands are accessible by shortcuts.

Bye

Mariano
 


Em 12/08/2009 22:59, Mariano Martinez Peck < [hidden email] > escreveu:




2009/8/12 <csrabak@...>

In the Inspector you have three panes, the bottom right is a small one and it receives messages when I type, for example, self class, or self allInstances, I can print the results or even inspect the result, is that you want to do?

But HOW do you print the results?   using ctrl + p or ctrl + i  ?
I want (actually I use shortcuts, but for others) to be able yo use the right button for this.

Cheers,

mariano



Em 12/08/2009 22:02, Mariano Martinez Peck < marianopeck@... > escreveu:


Hi folks: I have a problem with the new inspector. To reproduce:

1) Go to a workspace.
2) Type ScriptLoader or any other class and inspect it.
3) If I want to sends messages to THAT object, it seems the place to do it is in the pane that is above on the right. Is this correct?
The problem is that there the right button doesn't work. So, I can only use shortcuts.

This is not good for newbie people. In addition, not all the commands are accessible by a shortcut.

Any has the same problem? If so, I will open a bug ticket.

Best,

Mariano


_______________________________________________
Pharo-project mailing list
Pharo-project@...
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project