[jira] [Updated] (NETBEANS-2472) Add indicator to class constant / properties that have been overwritten in a child class like with overwritten class methods

2021-11-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-2472:
-
Labels: pull-request-available  (was: )

> Add indicator to class constant / properties that have been overwritten in a 
> child class like with overwritten class methods
> 
>
> Key: NETBEANS-2472
> URL: https://issues.apache.org/jira/browse/NETBEANS-2472
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations, editor - Navigation, 
> php - Navigation
>Reporter: Drew
>Assignee: Junichi Yamamoto
>Priority: Minor
>  Labels: pull-request-available
> Attachments: Capture.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Class properties and constants that have been overwritten in a child class 
> should get an indicator that the variable has been overridden. This feature 
> exists for class methods already. 
> Like with overwritten class methods, the indicator should give option to see 
> all child classes that have overwritten the variable and jump to the 
> overriding definition in the selected child class; in the child class there 
> should be an option to jump to parent class and see default value/definition.
>  
> Ex)
> {{class a {}}
> {{    const apple = 1;}}
> {{}}}
>  
> {{class b extends a}}{
> {{    const apple =  3;}}
> }
> !Capture.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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] [Updated] (NETBEANS-2472) Add indicator to class constant / properties that have been overwritten in a child class like with overwritten class methods

2019-04-26 Thread Drew (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Drew updated NETBEANS-2472:
---
Description: 
Class properties and constants that have been overwritten in a child class 
should get an indicator that the variable has been overridden. This feature 
exists for class methods already. 

Like with overwritten class methods, the indicator should give option to see 
all child classes that have overwritten the variable and jump to the overriding 
definition in the selected child class; in the child class there should be an 
option to jump to parent class and see default value/definition.

 

Ex)

{{class a {}}

{{    const apple = 1;}}

{{}}}

 

{{class b extends a}}{

{{    const apple =  3;}}

}

!Capture.png!

  was:
Class properties and constants that have been overwritten in a child class 
should get an indicator that the variable has been overridden. This feature 
exists for class methods already. 

Like with overwritten class methods, the indicator should give option to see 
all child classes that have overwritten the variable and jump to the overriding 
definition in the selected child class; in the child class there should be an 
option to jump to parent class and see default value/definition.

 

Ex)

{{class a {}}

{{    const apple = 1;}}

{{}}}

 

{{class b extends a}}{

{{    const apple =  3;}}

}


> Add indicator to class constant / properties that have been overwritten in a 
> child class like with overwritten class methods
> 
>
> Key: NETBEANS-2472
> URL: https://issues.apache.org/jira/browse/NETBEANS-2472
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations, editor - Navigation, 
> php - Navigation
>Reporter: Drew
>Priority: Minor
> Attachments: Capture.png
>
>
> Class properties and constants that have been overwritten in a child class 
> should get an indicator that the variable has been overridden. This feature 
> exists for class methods already. 
> Like with overwritten class methods, the indicator should give option to see 
> all child classes that have overwritten the variable and jump to the 
> overriding definition in the selected child class; in the child class there 
> should be an option to jump to parent class and see default value/definition.
>  
> Ex)
> {{class a {}}
> {{    const apple = 1;}}
> {{}}}
>  
> {{class b extends a}}{
> {{    const apple =  3;}}
> }
> !Capture.png!



--
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] [Updated] (NETBEANS-2472) Add indicator to class constant / properties that have been overwritten in a child class like with overwritten class methods

2019-04-26 Thread Drew (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Drew updated NETBEANS-2472:
---
Description: 
Class properties and constants that have been overwritten in a child class 
should get an indicator that the variable has been overridden. This feature 
exists for class methods already. 

Like with overwritten class methods, the indicator should give option to see 
all child classes that have overwritten the variable and jump to the overriding 
definition in the selected child class; in the child class there should be an 
option to jump to parent class and see default value/definition.

 

Ex)

{{class a {}}

{{    const apple = 1;}}

{{}}}

 

{{class b extends a}}{

{{    const apple =  3;}}

}

  was:
Class properties and constants that have been overwritten in a child class 
should get an indicator that the variable has been overridden. This feature 
exists for class methods already. 

Like with overwritten class methods, the indicator should give option to see 
all child classes that have overwritten the variable and jump to the overriding 
definition in the selected child class; in the child class there should be an 
option to jump to parent class and see default value/definition.

 

Ex)

{{class a {}}

{{    const apple = 1;}}

{{ }}{{}}}

 

{{class b extends a}}{{{ }}

{{    const apple =  3;}}

{{ }}}


> Add indicator to class constant / properties that have been overwritten in a 
> child class like with overwritten class methods
> 
>
> Key: NETBEANS-2472
> URL: https://issues.apache.org/jira/browse/NETBEANS-2472
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations, editor - Navigation, 
> php - Navigation
>Reporter: Drew
>Priority: Minor
> Attachments: Capture.png
>
>
> Class properties and constants that have been overwritten in a child class 
> should get an indicator that the variable has been overridden. This feature 
> exists for class methods already. 
> Like with overwritten class methods, the indicator should give option to see 
> all child classes that have overwritten the variable and jump to the 
> overriding definition in the selected child class; in the child class there 
> should be an option to jump to parent class and see default value/definition.
>  
> Ex)
> {{class a {}}
> {{    const apple = 1;}}
> {{}}}
>  
> {{class b extends a}}{
> {{    const apple =  3;}}
> }



--
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