You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "SANDIP VASANT CHITALE (Jira)" <ji...@apache.org> on 2022/07/01 23:09:00 UTC

[jira] [Comment Edited] (GROOVY-10658) ObjectBrowser: add support to drill down into objects in current row

    [ https://issues.apache.org/jira/browse/GROOVY-10658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561638#comment-17561638 ] 

SANDIP VASANT CHITALE edited comment on GROOVY-10658 at 7/1/22 11:08 PM:
-------------------------------------------------------------------------

These two PRs have been merged into master:
 * [https://github.com/apache/groovy/pull/1728]
 * [https://github.com/apache/groovy/pull/1730]

Also see: https://issues.apache.org/jira/browse/GROOVY-10661

With that, this issue can be closed.

 


was (Author: JIRAUSER291064):
These two PRs have been merged into master:
 * https://github.com/apache/groovy/pull/1728
 * [https://github.com/apache/groovy/pull/1730]

With that, this issue can be closed.

> ObjectBrowser: add support to drill down into objects in current row
> --------------------------------------------------------------------
>
>                 Key: GROOVY-10658
>                 URL: https://issues.apache.org/jira/browse/GROOVY-10658
>             Project: Groovy
>          Issue Type: Improvement
>          Components: Groovy Console
>         Environment: all
>            Reporter: SANDIP VASANT CHITALE
>            Priority: Major
>
> In groovysh *:inspect* command launches ObjectBrowser on last result expression. That object itself may have non-primitive property. It would be really great if there were a command to load the Object or Array property in ObjectBrowser as a current object. Basically, a menu item or a double-click gesture on the row of the Properties table rows could load the property value as the current object. And the support of breadcrumb or history drop-down could be really useful to navigate up and down the hierarchy. I am going to try and submit a pull request for this.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)