[jira] [Commented] (NETBEANS-290) Jump to another pom within your pom

2018-10-17 Thread Christian Lenz (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16653489#comment-16653489
 ] 

Christian Lenz commented on NETBEANS-290:
-

Yes, it is not part of NB 9.0. Thx :)

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: John McDonnell
>Priority: Major
>  Labels: pull-request-available
> Attachments: pom-jump-to-dep.gif
>
>  Time Spent: 8h 40m
>  Remaining Estimate: 0h
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-290) Jump to another pom within your pom

2018-10-17 Thread John McDonnell (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16653487#comment-16653487
 ] 

John McDonnell commented on NETBEANS-290:
-

[~Chrizzly] Yeah I think so, i believe it got merged too late for 9.0

 

 

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: John McDonnell
>Priority: Major
>  Labels: pull-request-available
> Attachments: pom-jump-to-dep.gif
>
>  Time Spent: 8h 40m
>  Remaining Estimate: 0h
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-290) Jump to another pom within your pom

2018-10-17 Thread Christian Lenz (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16653256#comment-16653256
 ] 

Christian Lenz commented on NETBEANS-290:
-

[~johnmcdonnell] hey, will this be part of NetBeans 10?

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: John McDonnell
>Priority: Major
>  Labels: pull-request-available
> Attachments: pom-jump-to-dep.gif
>
>  Time Spent: 8h 40m
>  Remaining Estimate: 0h
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-290) Jump to another pom within your pom

2018-04-04 Thread Christian Lenz (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425065#comment-16425065
 ] 

Christian Lenz commented on NETBEANS-290:
-

Yes, me too please :)

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: John McDonnell
>Priority: Major
>  Labels: pull-request-available
> Attachments: pom-jump-to-dep.gif
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-290) Jump to another pom within your pom

2018-04-03 Thread JIRA

[ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425048#comment-16425048
 ] 

Alied Pérez Martínez commented on NETBEANS-290:
---

Sure, be glad to test it.

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: John McDonnell
>Priority: Major
>  Labels: pull-request-available
> Attachments: pom-jump-to-dep.gif
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-290) Jump to another pom within your pom

2018-04-03 Thread John McDonnell (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16424622#comment-16424622
 ] 

John McDonnell commented on NETBEANS-290:
-

PR is ready if you want to test :)

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: John McDonnell
>Priority: Major
>  Labels: pull-request-available
> Attachments: pom-jump-to-dep.gif
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-290) Jump to another pom within your pom

2018-04-03 Thread Christian Lenz (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423781#comment-16423781
 ] 

Christian Lenz commented on NETBEANS-290:
-

Yes, of course [~johnmcdonnell]. I would really love to test it :)

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
> Attachments: pom-jump-to-dep.gif
>
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-290) Jump to another pom within your pom

2018-04-03 Thread John McDonnell (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423761#comment-16423761
 ] 

John McDonnell commented on NETBEANS-290:
-

I have something coming soon for this, its taken some time, as I had to 
refactor some code and ended up writing a few tests for the existing 
implementation before working on this.

Hoping to fix the remaining issues I have then creating a PR, [~Chrizzly] & 
[~aliedperezmartinez] when the PR is ready can i ask for you guys to help test 
this please?

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
> Attachments: pom-jump-to-dep.gif
>
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists