You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "KoKo (Jira)" <ji...@apache.org> on 2020/08/01 19:27:00 UTC

[jira] [Updated] (NETBEANS-4669) Inline parameter hint should not disappear immediately upon deleting the corresponding parameter

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

KoKo updated NETBEANS-4669:
---------------------------
    Description: 
 

Enable inline parameter hint via View > Show Inline Hints.

There will be method parameter name hint shown in Java Editor.

However, if you delete a parameter, the hint will disappear immediately, which will make the caret jump around.

So I recommend not to hide the parameter hint at once.

 

*Actual*
  
 !image-2020-08-02-03-21-09-825.png!
  
 *Expected*
  
 !image-2020-08-02-03-23-18-719.png!
  

The parameter hint should disappear unless we delete the parameter and backspace.

 

  was:
Enable inline parameter hint via View > Show Inline Hints.

There will be method parameter name hint shown in Java Editor.

However, if you delete a parameter, the hint will disappear immediately, which will make the caret jump around.

So I recommend not to hide the parameter hint at once.

 

*Actual*
  
 !image-2020-08-02-03-21-09-825.png!
  
 *Expected*
  
 !image-2020-08-02-03-23-18-719.png!
  

The parameter hint should disappear unless we delete the parameter and backspace.

 


> Inline parameter hint should not disappear immediately upon deleting the corresponding parameter
> ------------------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-4669
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4669
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: java - Hints
>    Affects Versions: 12.0, 11.3
>            Reporter: KoKo
>            Priority: Major
>         Attachments: Actual.mp4, Expected.mp4, image-2020-08-02-03-21-09-825.png, image-2020-08-02-03-23-18-719.png
>
>
>  
> Enable inline parameter hint via View > Show Inline Hints.
> There will be method parameter name hint shown in Java Editor.
> However, if you delete a parameter, the hint will disappear immediately, which will make the caret jump around.
> So I recommend not to hide the parameter hint at once.
>  
> *Actual*
>   
>  !image-2020-08-02-03-21-09-825.png!
>   
>  *Expected*
>   
>  !image-2020-08-02-03-23-18-719.png!
>   
> The parameter hint should disappear unless we delete the parameter and backspace.
>  



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

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

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