moosetechnology / MooseIDE

New Tools for Moose
MIT License
8 stars 18 forks source link

Dynamic generation of tags in Queries Browser #956

Open ISayarLu opened 7 months ago

ISayarLu commented 7 months ago

The goal is to create two new options "create dynamic tag" and "inspect query" by right clicking on the query at hand:

NicolasAnquetil commented 7 months ago

Actually, this should be available from the little "tag" menu of the browser. Except that:

MiQueriesBrowser >> canTagEntities 
    self flag: 'TODO, put browser in default Browser/Model pattern (issue #809) so that tagging can work'.
    ^false

If the above problem was solved, then you would just have to click on the tag button to tag the result of a query ...

ClotildeToullec commented 5 months ago

I was going to close this because I added the 'Create dynamic tag' menu item. But it seems you both are talking about different things:

Issue #809 has been fixed so what @NicolasAnquetil wants should be possible.

ClotildeToullec commented 5 months ago

To do:

NicolasAnquetil commented 4 months ago

about creating a static tag from the result: the tag button on top of the browser should (also?) allow this