You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/05/14 12:30:53 UTC

[GitHub] arusinha opened a new pull request #547: [NETBEANS-764] JDK10-LVTI: Skip ConvertToVar hint for compound variable declaration

arusinha opened a new pull request #547: [NETBEANS-764] JDK10-LVTI: Skip ConvertToVar hint for compound variable declaration
URL: https://github.com/apache/incubator-netbeans/pull/547
 
 
   Jira Id: https://issues.apache.org/jira/browse/NETBEANS-764
   
   For compound variable declaration (e.g.,int i =10, j=20; )
   
   There are two 'Convert to var type' hints displayed , selecting any will convert the declaration at the current cursor position. 
   
   To prevent this from happening ConvertToVar hint will be disabled for compound variable declaration. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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