[jira] [Updated] (NETBEANS-3268) Extend inline hints support to variables and method return

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


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

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

> Extend inline hints support to variables and method return
> --
>
> Key: NETBEANS-3268
> URL: https://issues.apache.org/jira/browse/NETBEANS-3268
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations
>Reporter: Benjamin Graf
>Assignee: Benjamin Graf
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: example.png
>
>
> Inline hints actually supports only literals for method and constructor 
> calls. (NETBEANS-3218)
> The support should be extended to also support the usage of variables and 
> method returns. It is intended to skip variables that has the same name as 
> the name of the corresponding method parameter to avoid occurrences like:
> {code:java}
> public String doSomething(param1:param1, param2:param2)
> {code}
> Example:
>  !example.png! 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3268) Extend inline hints support to variables and method return

2019-10-21 Thread Benjamin Graf (Jira)


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

Benjamin Graf updated NETBEANS-3268:

Attachment: example.png

> Extend inline hints support to variables and method return
> --
>
> Key: NETBEANS-3268
> URL: https://issues.apache.org/jira/browse/NETBEANS-3268
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations
>Reporter: Benjamin Graf
>Assignee: Benjamin Graf
>Priority: Minor
> Fix For: 11.3
>
> Attachments: example.png
>
>
> Inline hints actually supports only literals for method and constructor 
> calls. (NETBEANS-3218)
> The support should be extended to also support the usage of variables and 
> method returns. It is intended to skip variables that has the same name as 
> the name of the corresponding method parameter to avoid occurrences like:
> {code:java}
> public String doSomething(param1:param1, param2:param2)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3268) Extend inline hints support to variables and method return

2019-10-21 Thread Benjamin Graf (Jira)


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

Benjamin Graf updated NETBEANS-3268:

Description: 
Inline hints actually supports only literals for method and constructor calls. 
(NETBEANS-3218)

The support should be extended to also support the usage of variables and 
method returns. It is intended to skip variables that has the same name as the 
name of the corresponding method parameter to avoid occurrences like:

{code:java}
public String doSomething(param1:param1, param2:param2)
{code}

Example:
 !example.png! 


  was:
Inline hints actually supports only literals for method and constructor calls. 
(NETBEANS-3218)

The support should be extended to also support the usage of variables and 
method returns. It is intended to skip variables that has the same name as the 
name of the corresponding method parameter to avoid occurrences like:

{code:java}
public String doSomething(param1:param1, param2:param2)
{code}



> Extend inline hints support to variables and method return
> --
>
> Key: NETBEANS-3268
> URL: https://issues.apache.org/jira/browse/NETBEANS-3268
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations
>Reporter: Benjamin Graf
>Assignee: Benjamin Graf
>Priority: Minor
> Fix For: 11.3
>
> Attachments: example.png
>
>
> Inline hints actually supports only literals for method and constructor 
> calls. (NETBEANS-3218)
> The support should be extended to also support the usage of variables and 
> method returns. It is intended to skip variables that has the same name as 
> the name of the corresponding method parameter to avoid occurrences like:
> {code:java}
> public String doSomething(param1:param1, param2:param2)
> {code}
> Example:
>  !example.png! 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3268) Extend inline hints support to variables and method return

2019-10-21 Thread Benjamin Graf (Jira)


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

Benjamin Graf updated NETBEANS-3268:

Description: 
Inline hints actually supports only literals for method and constructor calls. 
(NETBEANS-3218)

The support should be extended to also support the usage of variables and 
method returns. It is intended to skip variables that has the same name as the 
name of the corresponding method parameter to avoid occurrences like:

{code:java}
public String doSomething(param1:param1, param2:param2)
{code}


> Extend inline hints support to variables and method return
> --
>
> Key: NETBEANS-3268
> URL: https://issues.apache.org/jira/browse/NETBEANS-3268
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations
>Reporter: Benjamin Graf
>Assignee: Benjamin Graf
>Priority: Minor
> Fix For: 11.3
>
>
> Inline hints actually supports only literals for method and constructor 
> calls. (NETBEANS-3218)
> The support should be extended to also support the usage of variables and 
> method returns. It is intended to skip variables that has the same name as 
> the name of the corresponding method parameter to avoid occurrences like:
> {code:java}
> public String doSomething(param1:param1, param2:param2)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3268) Extend inline hints support to variables and method return

2019-10-21 Thread Benjamin Graf (Jira)


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

Benjamin Graf updated NETBEANS-3268:

Component/s: (was: cnd - Editor)
 editor - Hints & Annotations

> Extend inline hints support to variables and method return
> --
>
> Key: NETBEANS-3268
> URL: https://issues.apache.org/jira/browse/NETBEANS-3268
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations
>Reporter: Benjamin Graf
>Assignee: Benjamin Graf
>Priority: Minor
> Fix For: 11.3
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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