Hi!
I would like to add a new menu entry when I right click on a text in GT. Something titled ‘execution coverage’ which will spawn an Hapao visualization.
Is there an easy way to do it?
Cheers, Alexandre
Hi Alexandre,
Right now there is no easy way. But since it's a useful feature we should refactor that menu to use the pragma menu builder. I can do it next week.
Cheers, Andrei
On Sat, Sep 5, 2015 at 6:42 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
I would like to add a new menu entry when I right click on a text in GT. Something titled ‘execution coverage’ which will spawn an Hapao visualization.
Is there an easy way to do it?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks, Andrei.
Doru
On Sat, Sep 5, 2015 at 9:29 PM, Andrei Chis chisvasileandrei@gmail.com wrote:
Hi Alexandre,
Right now there is no easy way. But since it's a useful feature we should refactor that menu to use the pragma menu builder. I can do it next week.
Cheers, Andrei
On Sat, Sep 5, 2015 at 6:42 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
I would like to add a new menu entry when I right click on a text in GT. Something titled ‘execution coverage’ which will spawn an Hapao visualization.
Is there an easy way to do it?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks! Would be fantastic
Alexandre
Le 5 sept. 2015 à 16:44, Tudor Girba tudor@tudorgirba.com a écrit :
Thanks, Andrei.
Doru
On Sat, Sep 5, 2015 at 9:29 PM, Andrei Chis chisvasileandrei@gmail.com wrote: Hi Alexandre,
Right now there is no easy way. But since it's a useful feature we should refactor that menu to use the pragma menu builder. I can do it next week.
Cheers, Andrei
On Sat, Sep 5, 2015 at 6:42 PM, Alexandre Bergel alexandre.bergel@me.com wrote: Hi!
I would like to add a new menu entry when I right click on a text in GT. Something titled ‘execution coverage’ which will spawn an Hapao visualization. <Screen Shot 2015-09-05 at 1.36.20 PM.png>
Is there an easy way to do it?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I refactored the menu construction to use pragmas. Now you can extend it by adding to the class side of GTPlayground methods annotates with playgroundContextMenu that return a list glamour actions. Let me know if it works for you.
Nevertheless, there is no way to indicate an order for glamour actions. Right now the order is the one in which they are added to a presentation, which in this case might be the wrong one.
I'll add this on my todo list.
Cheers, Andrei
On Sun, Sep 6, 2015 at 1:48 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
Thanks! Would be fantastic
Alexandre
Le 5 sept. 2015 à 16:44, Tudor Girba tudor@tudorgirba.com a écrit :
Thanks, Andrei.
Doru
On Sat, Sep 5, 2015 at 9:29 PM, Andrei Chis chisvasileandrei@gmail.com wrote:
Hi Alexandre,
Right now there is no easy way. But since it's a useful feature we should refactor that menu to use the pragma menu builder. I can do it next week.
Cheers, Andrei
On Sat, Sep 5, 2015 at 6:42 PM, Alexandre Bergel <alexandre.bergel@me.com
wrote:
Hi!
I would like to add a new menu entry when I right click on a text in GT. Something titled ‘execution coverage’ which will spawn an Hapao visualization. <Screen Shot 2015-09-05 at 1.36.20 PM.png>
Is there an easy way to do it?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks! It works well.
But, there is no Go action?
As you may guess “Hapao it!” is my new action, part of the Spy2 application
Cheers, Alexandre
Is the Go action also missing before you added your custom action? Also can you check that all glamour, inspector and playground packages are up to date. I made a refactoring that affected several packages.
Cheers, Andrei
On Tue, Sep 8, 2015 at 5:10 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Thanks! It works well.
But, there is no Go action?
As you may guess “Hapao it!” is my new action, part of the Spy2 application
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Sep 8, 2015, at 10:36 AM, Andrei Chis chisvasileandrei@gmail.com wrote:
I refactored the menu construction to use pragmas. Now you can extend it by adding to the class side of GTPlayground methods annotates with playgroundContextMenu that return a list glamour actions. Let me know if it works for you.
Nevertheless, there is no way to indicate an order for glamour actions. Right now the order is the one in which they are added to a presentation, which in this case might be the wrong one.
I'll add this on my todo list.
Cheers, Andrei
On Sun, Sep 6, 2015 at 1:48 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
Thanks! Would be fantastic
Alexandre
Le 5 sept. 2015 à 16:44, Tudor Girba tudor@tudorgirba.com a écrit :
Thanks, Andrei.
Doru
On Sat, Sep 5, 2015 at 9:29 PM, Andrei Chis chisvasileandrei@gmail.com wrote:
Hi Alexandre,
Right now there is no easy way. But since it's a useful feature we should refactor that menu to use the pragma menu builder. I can do it next week.
Cheers, Andrei
On Sat, Sep 5, 2015 at 6:42 PM, Alexandre Bergel < alexandre.bergel@me.com> wrote:
Hi!
I would like to add a new menu entry when I right click on a text in GT. Something titled ‘execution coverage’ which will spawn an Hapao visualization. <Screen Shot 2015-09-05 at 1.36.20 PM.png>
Is there an easy way to do it?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Strange, now it seems to be in.
‘Hapao it!’ is now at the end of the list.
Cheers, Alexandre
On Wed, Sep 9, 2015 at 2:12 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
Strange, now it seems to be in.
‘Hapao it!’ is now at the end of the list.
The impression I get from the exclamation mark is that this is a *much* more exciting menu item than all the others. :] cheers -ben